Difference between revisions of "Zephyr board porting"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m (GPIO cell meanings, conventional definition of second and last cell in <&gpio0 [cell1] [cell2]>)
Line 16: Line 16:
 
*  https://docs.zephyrproject.org/latest/security/hardening-tool.html#hardening
 
*  https://docs.zephyrproject.org/latest/security/hardening-tool.html#hardening
  
 +
 +
2022-01-11 Tuesday
 +
An important reference on second of two integer valued 'cells' in DTS general purpose I/O device description:
 +
*  https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt
  
 
<!-- comentario -->
 
<!-- comentario -->

Revision as of 23:38, 11 January 2022


Likely we will move this nRF9160 datasheet reference:

Here see section titled 'Example standalone application':

Zephyr based app debugging:

Zephyr hardening tool (for security purposes):


2022-01-11 Tuesday An important reference on second of two integer valued 'cells' in DTS general purpose I/O device description: