mbed-os/libraries/mbed/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822
sg- 91a77d74cf With the old logic if Serial::writeable() was called before and/or used to block calls to Serial::putc() it would never write due to EVENT_TXDRDY trailing a write to TXD. Add a dummy write to TXD before pins are connected to the peripheral. This primes the EVENT_TXDRDY to lead future writes rather than trail. Since STOPTX isn't used this seems safe. 2014-12-09 17:48:10 -06:00
..
TOOLCHAIN_ARM_STD Added support for Nordic parts with 32K of RAM 2014-09-08 16:27:53 +01:00
TOOLCHAIN_GCC_ARM Added support for Nordic parts with 32K of RAM 2014-09-08 16:27:53 +01:00
cmsis.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
cmsis_nvic.c [cmsis_nvic] correct typos and stray character 2014-10-14 00:47:53 -05:00
cmsis_nvic.h [cmsis_nvic] correct typos and stray character 2014-10-14 00:47:53 -05:00
compiler_abstraction.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
nordic_global.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
nrf51.h With the old logic if Serial::writeable() was called before and/or used to block calls to Serial::putc() it would never write due to EVENT_TXDRDY trailing a write to TXD. Add a dummy write to TXD before pins are connected to the peripheral. This primes the EVENT_TXDRDY to lead future writes rather than trail. Since STOPTX isn't used this seems safe. 2014-12-09 17:48:10 -06:00
nrf51_bitfields.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
nrf51822.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
system_nrf51822.c For HRM1017 (nRF51822), setup the internal RC clock instead of the low-frequency crystal. 2014-09-05 15:21:57 +01:00
system_nrf51822.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00