Markus Hitter
e2df7733ee
ARM: move system definitions from .c to .h.
...
More precisely, from mbed-system_LPC11xx.c to
mbed-system_LPC11xx.h. This way these definitions are available
elsewhere in the code.
2015-08-12 14:26:35 +02:00
Markus Hitter
52e2585f13
ARM: use arduino.h for UART pinout.
...
This removes another 36 bytes binary size and six(!) MBED files.
The mess of MBED files is now pretty much resolved, only a few
essential ones left.
2015-08-12 14:26:35 +02:00
Markus Hitter
52f5a56d71
ARM: move serial handling code directly into serial-arm.c.
...
This makes another seven mbed files obsolete and reduces binary
size by another 100 bytes Flash and 16 bytes RAM:
SIZES ARM... lpc1114
FLASH : 1624 bytes 5%
RAM : 140 bytes 4%
EEPROM : 0 bytes 0%
2015-08-12 14:26:34 +02:00
Markus Hitter
4cfeca08e1
ARM: get serial working based on MBED code.
...
Pretty complex, this MBED system, it requires no less than
24 additional files. This will be fleshd out before too long.
SIZES ARM... lpc1114
FLASH : 5956 bytes 19%
RAM : 176 bytes 5%
EEPROM : 0 bytes 0%
2015-08-12 14:26:34 +02:00
Markus Hitter
575174940f
ARM: get a minimum amount of Teacup compiled for ARM.
...
Makefile can't even upload, yet.
SIZES ARM... lpc1114
FLASH : 944 bytes 3%
RAM : 132 bytes 4%
EEPROM : 0 bytes 0%
2015-08-12 14:26:33 +02:00