mbed-os / targets / TARGET_STM /
@jeromecoutant jeromecoutant authored on 22 May 2020
..
TARGET_STM32F0 STM32F0 baremetal support 4 years ago
TARGET_STM32F1 STM32F1 baremetal support 4 years ago
TARGET_STM32F2 STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
TARGET_STM32F3 STM32F3 baremetal support 4 years ago
TARGET_STM32F4 move system_clock.c to the root 4 years ago
TARGET_STM32F7 STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
TARGET_STM32G0 STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
TARGET_STM32G4 Apply linker fix as in #12690 to new NUCLEO_G474RE target 4 years ago
TARGET_STM32H7 STM32H7: directory restructuration 4 years ago
TARGET_STM32L0 STM32L0 baremetal support 4 years ago
TARGET_STM32L1 STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
TARGET_STM32L4 STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
TARGET_STM32L5 STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
TARGET_STM32WB STM32 rename TOOLCHAIN_ARM_STD into TOOLCHAIN_ARM 4 years ago
PeripheralPins.h STM32F7: directory restructuration 4 years ago
PinNamesTypes.h Move GPIO_AF_NONE from PeripheralPins.h to PinNamesTypes.h 4 years ago
PortNames.h STM32: make PortNames.h a common file 7 years ago
README.md STM32F7: CubeDriver V1.15.0 to V1.16.0 4 years ago
USBPhyHw.h STM32 USB redesign step 1 4 years ago
USBPhy_STM32.cpp STM32F4 V1.19.0 -> V1.25.0 : adaptation 4 years ago
analogin_api.c NUCLEO_H743ZI: add initial SDK 6 years ago
analogout_api.c STM32: analog_out: generalize code for multiple instance handling 6 years ago
can_api.c STM pin_function(), pin_mode(): return immediately when given pin is NC 4 years ago
device.h STM: optimize us_ticker 5 years ago
gpio_api.c STM32L5 : update generic STM files for L5 4 years ago
gpio_irq_api.c STM32L5 : update generic STM files for L5 4 years ago
gpio_object.h TARGET_STM: Remove timeout on HSEM. 4 years ago
hal_tick_overrides.c Microlib slow division causes HAL_GetTick API performance issue, so optimized HAL_GetTick API to improve performance. 4 years ago
i2c_api.c STM32 warning remove 4 years ago
lp_ticker.c STM32L5 : update generic STM files for L5 4 years ago
mbed_crc_api.c Update HAL CRC API 4 years ago
mbed_overrides.c STM32: add weak TargetBSP_Init function 4 years ago
mbed_rtx.h STM32F0: clean main-thread-stack-size setting 4 years ago
nvic_addr.h TARGET_STM astyle 5 years ago
pinmap.c STM pin_function(), pin_mode(): return immediately when given pin is NC 4 years ago
port_api.c STM32: Change Set_GPIO_Clock return type 7 years ago
pwmout_api.c Change explicit pinmap to static pinmap 4 years ago
qspi_api.c STM32 : enable MBED trace for QSPI 4 years ago
reset_reason.c STM32 TARGET_STM astyle corrections 4 years ago
rtc_api.c STM: change rtc irq handler name 4 years ago
rtc_api_hal.h STM32 RTC : Prescaler calculation issue 5 years ago
serial_api.c STM pin_function(), pin_mode(): return immediately when given pin is NC 4 years ago
serial_api_hal.h TARGET_STM astyle 5 years ago
sleep.c Increase MSI clock frequency when exiting deep sleep 4 years ago
stm32_assert.h TARGET_STM astyle 5 years ago
stm_spi_api.c STM32 warning remove 4 years ago
trng_api.c STM32L5 : update generic STM files for L5 4 years ago
us_ticker.c Microlib slow division causes HAL_GetTick API performance issue, so optimized HAL_GetTick API to improve performance. 4 years ago
us_ticker_defines.h STM: Correct macro test in us_ticker_defines.h 4 years ago
watchdog_api.c Added support for WDT (untested). Checked datasheet for maximum LSI frequency 4 years ago
README.md