Difference between revisions of "Zephyr board porting"
From Wiki at Neela Nurseries
m (GPIO cell meanings, conventional definition of second and last cell in <&gpio0 [cell1] [cell2]>) |
m |
||
Line 20: | Line 20: | ||
An important reference on second of two integer valued 'cells' in DTS general purpose I/O device description: | 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 | * https://www.kernel.org/doc/Documentation/devicetree/bindings/gpio/gpio.txt | ||
+ | |||
+ | <!-- comentario --> | ||
+ | |||
+ | |||
+ | == References == | ||
+ | |||
+ | * https://github.com/NordicSemiconductor/nrf-udev | ||
+ | |||
<!-- comentario --> | <!-- comentario --> |
Revision as of 05:13, 13 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:
References