micropython/ports/nrf/drivers
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
..
bluetooth ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
secureboot nrf: Fix _start() build issue with CMSIS 5.9.0. 2024-01-22 12:40:16 +11:00
usb ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
flash.c
flash.h
rng.c
rng.h
softpwm.c
softpwm.h
ticker.c
ticker.h