mbed-os/targets/TARGET_STM/TARGET_STM32L0
Laurent MEUNIER 1cbb3e18ac STM32: make PWM driver into a common file
The pwmout driver is very similar for each STM32 family.

The only family specific part is defined in pwmout_device.h file.
It mainly contains few specific information:
- The mapping of PWM/TIMERS to APB1 or APB2 so that we can get the clock
- The clock calculation uses the right APB clock, which was sometimes
not the case before and could have lead to errors in case dividers were
enabled on APB clock settings. This case is now covered.
- Inactivation of inverted support on feaw families
2017-02-17 14:11:56 +01:00
..
TARGET_DISCO_L053C8 Merge pull request #3618 from LMESTM/dev_stm32_PinNamesTypes 2017-01-26 10:35:59 +02:00
TARGET_NUCLEO_L011K4 Merge pull request #3618 from LMESTM/dev_stm32_PinNamesTypes 2017-01-26 10:35:59 +02:00
TARGET_NUCLEO_L031K6 Merge pull request #3618 from LMESTM/dev_stm32_PinNamesTypes 2017-01-26 10:35:59 +02:00
TARGET_NUCLEO_L053R8 Merge pull request #3618 from LMESTM/dev_stm32_PinNamesTypes 2017-01-26 10:35:59 +02:00
TARGET_NUCLEO_L073RZ Merge pull request #3618 from LMESTM/dev_stm32_PinNamesTypes 2017-01-26 10:35:59 +02:00
device STM32: L0 LL layer 2017-01-23 18:01:30 +01:00
analogin_api.c STM32L0 : correct ST HAL API call 2016-12-14 11:10:03 +01:00
analogout_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
common_objects.h Merge pull request #3488 from LMESTM/dev_stm_i2c_v2_unitary_functions 2017-01-09 10:15:55 -06:00
device.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_irq_api.c STM32L0 : correct ST HAL API call 2016-12-14 11:10:03 +01:00
i2c_device.h Fixes linking errors when building with debug profile 2017-01-12 15:09:28 -06:00
mbed_overrides.c INIT:GCC add call to HAL_Init 2016-10-27 10:40:28 +02:00
pinmap.c [STM32] Fix pull over write to all families 2016-10-18 12:16:58 +02:00
port_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pwmout_device.h STM32: make PWM driver into a common file 2017-02-17 14:11:56 +01:00
serial_api.c Update Serial following L0 HAL update 2016-11-10 11:03:46 +01:00
spi_api.c [STM32] Deploy SPI_ASYNCH to all family 2016-10-13 14:18:21 +02:00