diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-07-10 19:30:42 +0200 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-07-10 19:30:42 +0200 |
commit | e5430a6f71a45f2a6b92aa11844d7df12ac466ce (patch) | |
tree | 5c22717acc9727d3b3e49110a660e698888af684 /os | |
parent | 316118b64834f7dc7e4d97798a0ba8a338a5e19e (diff) | |
download | ChibiOS-Contrib-e5430a6f71a45f2a6b92aa11844d7df12ac466ce.tar.gz ChibiOS-Contrib-e5430a6f71a45f2a6b92aa11844d7df12ac466ce.tar.bz2 ChibiOS-Contrib-e5430a6f71a45f2a6b92aa11844d7df12ac466ce.zip |
todo
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/NRF5/NRF52832/todo.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/ports/NRF5/NRF52832/todo.txt b/os/hal/ports/NRF5/NRF52832/todo.txt new file mode 100644 index 0000000..dc14b72 --- /dev/null +++ b/os/hal/ports/NRF5/NRF52832/todo.txt @@ -0,0 +1,6 @@ +* add extra RTC, TIMER +* assert size constraints on TIMER +* clarify write-buffer for events handling + https://devzone.nordicsemi.com/question/86564/nrf52-write-buffer/ +* implement pin-reset, swo trace, trace pin configuration +* implement errata (see system_nrf52.c) |