mbed-os/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX
0xc0170 1cef3ffb2d Merge branch 'master' of https://github.com/sg-/mbed into sg--master
Conflicts:
	libraries/mbed/common/SPI.cpp
2015-05-27 13:09:05 +01:00
..
TARGET_LPC11CXX Fix bug with loopback implementation on LPC11c14. Changed 'CANCNTL_LBACK' to 'CANTEST_LBACK' like it is implemented in the C_CAN controller for the LPC1549. 2015-05-11 17:29:13 -07:00
TARGET_LPC11XX [LPC1114] remove reset pin name to protect people. 2015-01-17 00:41:17 +09:00
PeripheralNames.h Move pwmout_api.c/PeripheralNames.h to LPC11XX_11CXX common 2013-09-30 08:11:56 -07:00
PortNames.h Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
README.md Move README.md to LPC11XX_11CXX common 2013-09-27 18:56:11 -07:00
analogin_api.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
gpio_api.c assert rename to mbed_assert header file 2014-05-28 16:38:00 +02:00
gpio_irq_api.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
gpio_object.h Decorated all HALs with gpio_is_connected() function implementation 2014-12-19 13:37:16 +00:00
i2c_api.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
objects.h Move objects.h to LPC11XX_11CXX common 2013-09-27 18:53:19 -07:00
pinmap.c Change "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code 2014-08-15 16:19:18 +01:00
port_api.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
pwmout_api.c [LPC1114] Fixed PwmOut spike pulse issue 2014-06-24 13:28:40 +09:00
serial_api.c Changed serial pin_mode with brackets and for all targets 2014-10-06 12:15:24 +02:00
sleep.c Sleep fix + some device.h settings 2014-07-28 21:14:57 +02:00
spi_api.c Update SPI API documentation for hardware driven SS. Modify all target spi_api.c implementations. spi_init ssel parameter was used incorrectly to determine master/slave mode rather than enable hardware driven SS (seems to be due to legacy copy paste). Remove duplicate copy paste code of initialization in spi_init that is done by constructor (SPI and SPISlave) 2015-04-10 00:38:27 -05:00
us_ticker.c update definitions for us_ticker_set_interrupt() across all platforms to use timestamp_t 2014-08-29 17:02:39 +01:00

README.md

LPC1114/LPC11C24 Port

A port of the MBED SDK to the NXP LPC1114 by Yoshihiro Tsuboi, Toyomasa Watarai and Matthew Else. Extra, LPC11C24-specific things added by Joris Aerts.