mbed-os/libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822
Martin Kojtal b75dadac6c Merge pull request #779 from ndelisi/master
Y5Design LPC11U35 and NRF51822 - Add New targets
2014-12-11 08:28:29 +00:00
..
Lib mostly white space diffs; and line endings 2014-10-17 11:13:36 +01:00
TARGET_ARCH_BLE Revert "Adds a standard DONT_CARE pin name that allows specifying that any pin will..." 2014-08-17 09:43:32 -07:00
TARGET_HRM1017 Revert "Adds a standard DONT_CARE pin name that allows specifying that any pin will..." 2014-08-17 09:43:32 -07:00
TARGET_NRF51_DK add support for nRF51-DK 2014-08-28 16:36:16 +01:00
TARGET_NRF51_DONGLE Fixed the nRF51-Dongle support 2014-10-29 11:07:04 +02:00
TARGET_NRF51822_MKIT Revert "Adds a standard DONT_CARE pin name that allows specifying that any pin will..." 2014-08-17 09:43:32 -07:00
TARGET_NRF51822_SBKIT adding pinmap definition for the smart-beacon-kit 2014-10-13 08:34:51 +01:00
TARGET_NRF51822_Y5_MBUG Porting of new target: Added new target to target.py, added header files for PinNames.h and device.h 2014-12-09 14:08:22 -06:00
TARGET_RBLAB_BLENANO Fixed PinNames.h for the BLE Nano board. 2014-10-27 13:58:24 +08:00
TARGET_RBLAB_NRF51822 Fixed syntax error and analog pins. 2014-08-21 21:15:49 +08:00
TARGET_WALLBOT_BLE [WALLBOT_BLE] Add new platform 2014-11-06 16:03:43 +09:00
PeripheralNames.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
PortNames.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
analogin_api.c cleaning up code within Nordic's mbed HAL using astyle 2014-08-27 08:42:26 +01:00
gpio_api.c cleaning up code within Nordic's mbed HAL using astyle 2014-08-27 08:42:26 +01:00
gpio_irq_api.c cleaning up code within Nordic's mbed HAL using astyle 2014-08-27 08:42:26 +01:00
gpio_object.h Fixed L6235E link error for NRF51822 variants 2014-08-01 16:36:54 +09:00
i2c_api.c [HAL][NRF51822] enable I/O mapping and peripheral dynamic assignment for I2C and SPI 2014-11-07 19:24:34 +08:00
objects.h [HAL][NRF51822] enable I/O mapping and peripheral dynamic assignment for I2C and SPI 2014-11-07 19:24:34 +08:00
pinmap.c cleaning up code within Nordic's mbed HAL using astyle 2014-08-27 08:42:26 +01:00
port_api.c cleaning up code within Nordic's mbed HAL using astyle 2014-08-27 08:42:26 +01:00
pwmout_api.c Fix NRF51822 PWM and Serial: 2014-10-06 20:17:51 +08:00
serial_api.c 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
sleep.c cleaning up code within Nordic's mbed HAL using astyle 2014-08-27 08:42:26 +01:00
spi_api.c [HAL][NRF51822] enable I/O mapping and peripheral dynamic assignment for I2C and SPI 2014-11-07 19:24:34 +08:00
us_ticker.c fix for the case where there are multiple tickers firing at nearly the same time 2014-10-20 09:49:28 +01:00