Difference between revisions of "Zephyr board porting"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m (Creating-a-Custom-Zephyr-Board-for-the-i-MX-RT685)
 
(2 intermediate revisions by the same user not shown)
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
 +
 +
 +
2022-01-17 Monday
 +
*  https://community.nxp.com/t5/Blogs/Creating-a-Custom-Zephyr-Board-for-the-i-MX-RT685/ba-p/1385251
 +
  
 
<!-- comentario -->
 
<!-- comentario -->
  
 +
== gpio_dt_spec ==
 +
 +
*  https://docs.zephyrproject.org/latest/reference/peripherals/gpio.html#c.GPIO_DT_SPEC_GET_BY_IDX
 +
 +
<!-- comentario -->
  
 
== References ==
 
== References ==

Latest revision as of 07:53, 18 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:


2022-01-17 Monday


gpio_dt_spec


References