mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
|---|---|---|
| .. | ||
| 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 | ||