Commit Graph

4 Commits

Author SHA1 Message Date
Nico Tonnhofer 79010723b1 STM32F411: simplify serial and get rid of mbed-pinmap_common.c.
We have only one UART, we use only one UART, so it's pointless to
do pin mapping calculations at runtime.

    SIZES          ARM...     stm32f411
    FLASH  :  4832 bytes           1%
    RAM    :   404 bytes           1%
    EEPROM :     0 bytes           0%
2017-03-03 18:54:55 +01:00
Nico Tonnhofer d44c03a1b7 STM32F411: get rid of mbed-error.c and mbed-mbed_error.h
SIZES          ARM...     stm32f411
    FLASH  :  5252 bytes           2%
    RAM    :   404 bytes           1%
    EEPROM :     0 bytes           0%
2017-03-03 18:54:55 +01:00
Nico Tonnhofer b1fa1e2e88 STM32F411: get rid of asserts.
No functional change, binary size 118 bytes smaller.
2017-03-03 18:54:55 +01:00
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