micropython/ports/nrf/drivers/secureboot
iabdalkader e111793d8d nrf: Fix _start() build issue with CMSIS 5.9.0.
The `_start` function prototype is now declared as no-return, so `main()`
can't return.

To fix this, `main()` is replaced with `_start`.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-01-22 12:40:16 +11:00
..
secureboot.mk nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
secureboot_main.c nrf: Fix _start() build issue with CMSIS 5.9.0. 2024-01-22 12:40:16 +11:00