mbed-os/targets/TARGET_STM/TARGET_STM32F4
Sam Grove cf75543cfa Merge pull request #3424 from bcostm/fix_dma_f4
STM32F4 - FIX to add the update of hdma->State variable
2016-12-15 10:32:22 -06:00
..
TARGET_ARCH_MAX restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
TARGET_B96B_F446VE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_DISCO_F401VC Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_DISCO_F407VG Fix issue with Temp and VBat channels. Use internal channels specific definitions. 2016-10-05 16:33:46 +02:00
TARGET_DISCO_F429ZI Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_DISCO_F469NI Add CAN2 missing pins for connector CN12 2016-12-05 18:24:30 +01:00
TARGET_ELMO_F411RE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_F429_F439 Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_MTS_DRAGONFLY_F411RE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_MTS_MDOT_F405RG Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_MTS_MDOT_F411RE Merge pull request #3213 from bcostm/factorize_ticker 2016-11-29 18:10:45 +01:00
TARGET_NUCLEO_F401RE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_NUCLEO_F410RB Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_NUCLEO_F411RE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_NUCLEO_F412ZG Correct A3, A4, A5 pins definitions 2016-12-08 15:57:05 +01:00
TARGET_NUCLEO_F446RE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_NUCLEO_F446ZE Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_STM32F407VG/device Replace TIM_MST_GET_PCLK_FREQ macro with TIM_MST_PCLK macro 2016-11-14 09:31:14 +01:00
TARGET_UBLOX_EVK_ODIN_W2 Merge pull request #3213 from bcostm/factorize_ticker 2016-11-29 18:10:45 +01:00
device Merge pull request #3424 from bcostm/fix_dma_f4 2016-12-15 10:32:22 -06:00
PeripheralPins.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
analogin_api.c Add more comment on the modified line 2016-11-22 11:03:44 +01:00
analogout_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
can_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
common_objects.h [STM32] Make most of the I2C code into a common file 2016-11-30 08:23:13 +01:00
device.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_irq_api.c fix #2956. Add HAL_DeInit function if gpio_irq destructor 2016-11-21 15:55:15 +01:00
gpio_object.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
i2c_device.h [STM32] Make most of the I2C code into a common file 2016-11-30 08:23:13 +01:00
lp_ticker.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
mbed_overrides.c INIT:GCC add call to HAL_Init 2016-10-27 10:40:28 +02:00
pinmap.c [STM32F4] Introduce a function that sets gpio mode w/o changin pull mode 2016-10-04 11:19:22 +02:00
port_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pwmout_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
rtc_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
rtc_api_hal.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
serial_api.c [STM32] remove superfluous calls to SystemCoreClockUpdate 2016-10-04 15:08:28 -05:00
sleep.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
spi_api.c [STM32] Deploy SPI_ASYNCH to all family 2016-10-13 14:18:21 +02:00