Difference between revisions of "Zephyr board porting"
From Wiki at Neela Nurseries
m (Creating-a-Custom-Zephyr-Board-for-the-i-MX-RT685) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf9160%2Fpin.html | * https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf9160%2Fpin.html | ||
+ | |||
+ | Here see section titled 'Example standalone application': | ||
+ | * https://docs.zephyrproject.org/latest/application/index.html | ||
+ | |||
+ | Zephyr based app debugging: | ||
+ | * https://docs.zephyrproject.org/latest/application/index.html#application-debugging | ||
+ | |||
+ | Zephyr hardening tool (for security purposes): | ||
+ | * 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 | ||
+ | |||
+ | |||
+ | 2022-01-17 Monday | ||
+ | * https://community.nxp.com/t5/Blogs/Creating-a-Custom-Zephyr-Board-for-the-i-MX-RT685/ba-p/1385251 | ||
+ | |||
+ | |||
+ | <!-- comentario --> | ||
+ | |||
+ | == gpio_dt_spec == | ||
+ | |||
+ | * https://docs.zephyrproject.org/latest/reference/peripherals/gpio.html#c.GPIO_DT_SPEC_GET_BY_IDX | ||
+ | |||
+ | <!-- comentario --> | ||
+ | |||
+ | == References == | ||
+ | |||
+ | * https://github.com/NordicSemiconductor/nrf-udev | ||
+ | |||
<!-- comentario --> | <!-- comentario --> |
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