Difference between revisions of "Zephyr board porting"
From Wiki at Neela Nurseries
(Starting notes on Zephyr board porting, custom board file set creation.) |
m (Creating-a-Custom-Zephyr-Board-for-the-i-MX-RT685) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.3.2/zephyr/guides/porting/board_porting.html#create-your-board-directory | * https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.3.2/zephyr/guides/porting/board_porting.html#create-your-board-directory | ||
+ | |||
+ | Likely we will move this nRF9160 datasheet reference: | ||
+ | |||
+ | * 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