Here is a list of problems I found. Please fix them.
nRF SDK 15.3
- Examples: logging does not work in examples. I think the problem is related to this issue.
- Documentation: Timer library documentation instructs to "Use the USE_SCHEDULER parameter of the APP_TIMER_INIT()". The APP_TIMER_INIT() macro does not exist in this SDK.
- Documentation: ANT documentation initialization example: "APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, false);". The APP_TIMER_INIT() macro does not exist in this SDK.
Mesh SDK 3.1
- simple_hal.c: All logic is hardcoded to port 0. Does not work with I/O on port 1 (nRF52840).