micropython/ports/nrf/drivers
Ayke van Laethem 013c23712c nrf/drivers/bluetooth/ble_drv: Increase max transfers in progress.
Increase the maximum number of queued notifications from 1 to 6. This
massively speeds up the NUS console - especially when printing large
amounts of text. The reason is that multiple transfers can be done in a
single connection event, in ideal cases 6 at a time.
2018-07-18 17:12:26 +10:00
..
bluetooth nrf/drivers/bluetooth/ble_drv: Increase max transfers in progress. 2018-07-18 17:12:26 +10:00
flash.c nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
flash.h nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
softpwm.c nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
softpwm.h nrf/drivers/softpwm: Rename init function to softpwm_init0. 2018-07-18 17:12:25 +10:00
ticker.c nrf: Replace custom-HAL with nrfx-HAL 2018-07-18 17:12:26 +10:00
ticker.h nrf/drivers/ticker: Rework ticker functions for microbit display/music. 2018-07-18 17:12:25 +10:00