diff options
author | Michael Walker <walkerstop@gmail.com> | 2018-05-02 03:33:23 -0700 |
---|---|---|
committer | Michael Walker <walkerstop@gmail.com> | 2018-05-02 03:33:23 -0700 |
commit | 6d879f58f5b56eda3330aa6e7f8382f441adecf4 (patch) | |
tree | dad3f1f3b6ac3927484ee22002a947662a8a0173 /os/hal/ports/NRF5/NRF52832/todo.txt | |
parent | 4e9f077fb10255dced1da4d5d2ad9f8ae41442a2 (diff) | |
parent | d4d384557df0e8e7a8071553448b0c42849f98c0 (diff) | |
download | ChibiOS-Contrib-6d879f58f5b56eda3330aa6e7f8382f441adecf4.tar.gz ChibiOS-Contrib-6d879f58f5b56eda3330aa6e7f8382f441adecf4.tar.bz2 ChibiOS-Contrib-6d879f58f5b56eda3330aa6e7f8382f441adecf4.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'os/hal/ports/NRF5/NRF52832/todo.txt')
-rw-r--r-- | os/hal/ports/NRF5/NRF52832/todo.txt | 7 |
1 files changed, 7 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..bc6423a --- /dev/null +++ b/os/hal/ports/NRF5/NRF52832/todo.txt @@ -0,0 +1,7 @@ +* 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) +* check GPIO DETECTMODE and LATCH |