mbed-os/targets/TARGET_STM
lordguilly f148046ad8 Change HSE for blupill,can only be XTAL
The BLUEPILL board does have XTAL soldered, cannot be used with an external oscillator
2017-07-28 14:46:26 +01:00
..
TARGET_STM32F0 STM32F0 : remove unavailable pins 2017-07-28 14:46:20 +01:00
TARGET_STM32F1 Change HSE for blupill,can only be XTAL 2017-07-28 14:46:26 +01:00
TARGET_STM32F2 STM32 I2C : correct async issue 2017-07-28 14:46:21 +01:00
TARGET_STM32F3 STM32: Serial - use TXE as tx_irq instead of TC 2017-07-28 14:46:19 +01:00
TARGET_STM32F4 STM32 I2C : correct async issue 2017-07-28 14:46:21 +01:00
TARGET_STM32F7 NUCLEO_F767ZI : boot issue with GCC 2017-07-28 14:46:21 +01:00
TARGET_STM32L0 STM32: Serial - use TXE as tx_irq instead of TC 2017-07-28 14:46:19 +01:00
TARGET_STM32L1 STM32 I2C : correct async issue 2017-07-28 14:46:21 +01:00
TARGET_STM32L4 DISCO_L475VG_IOT: remove unavailable pins 2017-07-28 14:46:20 +01:00
PeripheralPins.h STM32F4 Internal ADC channels rework 2017-04-11 10:12:25 +02:00
PinNamesTypes.h STM32: common pinmap using LL layer to access registers 2017-02-16 18:57:18 +01:00
PortNames.h STM32: make PortNames.h a common file 2017-01-19 15:27:19 +01:00
analogout_api.c STM32: analog_out: generalize code for multiple instance handling 2017-07-03 11:47:07 +01:00
can_api.c Fixing the problem where the CAN is initialized to the wrong frequency at startup regardless of the value set in the constructor. Issue #3863 2017-07-28 14:46:14 +01:00
gpio_api.c STM32 remove usage of deprecated MACROs 2017-05-09 16:48:34 +02:00
gpio_irq_api.c Fix alignement 2017-07-28 14:46:14 +01:00
gpio_object.h Typo: update comment (GPIO_IP_WITHOUT_BRR) 2017-02-27 16:32:44 +01:00
hal_tick_16b.c STM32 16 bits tickers: remove unused prototype 2017-06-11 09:48:09 +01:00
hal_tick_32b.c STM32: Check TIM_AUTORELOAD_PRELOAD_DISABLE 2017-05-29 13:48:29 +02:00
i2c_api.c STM32: Remove i2c_read() and i2c_write() redirects to HAL_I2C_IsDeviceReady() 2017-07-28 14:46:18 +01:00
lp_ticker.c Run astyle 2016-12-21 16:54:19 +00:00
mbed_overrides.c STM32 : mbed_overrides.c is common for all families 2017-07-03 11:47:00 +01:00
mbed_rtx.h STM: cleanup mbed_rtx.h file 2017-07-28 14:46:14 +01:00
nvic_addr.h STM32F4: json clock source configuration 2017-07-03 11:47:03 +01:00
pinmap.c STM32 F1: Only set GPIO pin speed in case of Output mode 2017-06-11 09:48:05 +01:00
port_api.c STM32: Change Set_GPIO_Clock return type 2017-02-16 18:55:44 +01:00
pwmout_api.c STM32: fix formatting 2017-02-27 17:07:05 +01:00
rtc_api.c Rename function st_rtc_localtime with _rtc_localtime 2017-06-11 09:48:19 +01:00
rtc_api_hal.h STM32: Refactor lp_ticker.c + rtc_api.c + sleep.c + rtc_api_hal.h files 2016-12-21 16:54:18 +00:00
serial_api.c STM32: Put some serial code in common between families 2017-06-20 17:13:35 +01:00
serial_api_hal.h STM32s Serial does not properly handle parity bits 2017-06-11 09:48:11 +01:00
sleep.c STM32 : set back US counter after deepsleep 2017-02-21 17:46:15 +01:00
stm32_assert.h Introduce stm32_assert.h for MBED port 2017-05-29 13:48:29 +02:00
stm_spi_api.c Closed review comments 2017-07-28 14:46:22 +01:00
trng_api.c rework after directory moves 2016-10-10 10:12:39 +02:00
us_ticker_16b.c STM32 16bits tickers: consider all corner cases in us_ticker_set_interrupt 2017-06-11 09:48:10 +01:00
us_ticker_32b.c STM32: fix us ticker set event timestamp 2017-07-03 11:47:05 +01:00