Commit Graph

5 Commits

Author SHA1 Message Date
Nico Tonnhofer 03457bdf4f STM32F411: get serial working based on MBED code.
Needs over 50 files from mbed for the STM32F411.

    SIZES          ARM...     stm32f411
    FLASH  :  9220 bytes           2%
    RAM    :   424 bytes           1%
    EEPROM :     0 bytes           0%
2017-03-03 18:54:53 +01: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 a5cb1bd31a ARM: get rid of mbed-mbed_error.h and mbed-error.c.
Same functionality, drastically smaller binary:

    SIZES          ARM...     lpc1114
    FLASH  :  1992 bytes           7%
    RAM    :   156 bytes           4%
    EEPROM :     0 bytes           0%

That's a reduction by 3948 bytes Flash and 20 bytes RAM.
2015-08-12 14:26:34 +02:00
Markus Hitter 848369608b ARM: get rid of mbed-mbed_assert.h.
No functional change, binary size 16 bytes smaller.
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