mbed-os/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX
Joris Aerts 7ed6acb08a Move pwmout_api.c/PeripheralNames.h to LPC11XX_11CXX common
Because CT32B1 (P1_1, P1_2 and P1_3) is used by us_ticker.c for wait and ticker function. Since wait/ticker is commonly used by mbed code and I decided CT32B1 of LPC11XX should only be used for this function, not for PwmOut.
P1_6 and P1_7 are used by UART (USBTX/USBRX) and I think they should not be assigned to other function.
2013-09-30 08:11:56 -07:00
..
TARGET_LPC11CXX Move pwmout_api.c/PeripheralNames.h to LPC11XX_11CXX common 2013-09-30 08:11:56 -07:00
TARGET_LPC11XX Move pwmout_api.c/PeripheralNames.h to LPC11XX_11CXX common 2013-09-30 08:11:56 -07: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 Move adc_pinmap.h to LPC11XX_11CXX common 2013-09-30 08:07:26 -07:00
gpio_api.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
gpio_irq_api.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
gpio_object.h Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
i2c_api.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
objects.h Move objects.h to LPC11XX_11CXX common 2013-09-27 18:53:19 -07:00
pinmap.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
port_api.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
pwmout_api.c Move pwmout_api.c/PeripheralNames.h to LPC11XX_11CXX common 2013-09-30 08:11:56 -07:00
serial_api.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
sleep.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +01:00
spi_api.c Move spi_pinmap.h to LPC11XX_11CXX common 2013-09-27 19:10:08 -07:00
us_ticker.c Refactor LPC1114 and LPC11C24 code 2013-09-25 10:17:19 +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.