mbed-os/libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC81X
Cyprien Laplace 65fa7b6923 LPC81X: reduce code size and add ARM_GCC support
LPC810 has only 4KB of flash, thus avoiding dead code is really nice.
Here the NVIC interrupt setup was pulled from the us_ticker code even
if no code is using timer events.

This also adds ARM_GCC support for TARGET_LPC81X.

LPC81X and LPC82X support Cortex M0+ VTOR register, so it is not
necessary to put non-init text at 0x200.
2015-08-16 21:35:08 -04:00
..
TARGET_LPC810
TARGET_LPC812
PortNames.h
device.h
gpio_api.c
gpio_irq_api.c
gpio_object.h
i2c_api.c
objects.h
pinmap.c
pwmout_api.c
serial_api.c
sleep.c
spi_api.c
us_ticker.c