1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/kinetis_common
Joakim Gebart c85cc83a5a kinetis: Refactor PWM periph implementation
- Set the proper prescaler value depending on requested frequency
 - Return the actual achieved frequency in pwm_init
 - Handle 1-8 channels depending on periph_conf.h instead of 4 fixed
 - Perform function argument verification before touching the hardware
 - Turn on PORT clock gate before touching PORT registers
 - Eliminate some magic numbers
2015-05-20 06:16:42 +02:00
..
include core, cpu, drivers, tests: remove trailing space 2015-02-18 13:52:48 +01:00
ldscripts add support for Freescale MKW2x family devices 2015-05-15 08:05:43 +02:00
adc.c cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
cpuid.c cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
doc.txt cpu/kinetis_common/spi.c: add a option to use hardware cs (PCS0 only) 2015-04-17 09:05:37 +02:00
fault_handlers.c core: renamed crash.h to panic.h 2015-05-09 18:44:10 +02:00
gpio.c kinetis: Refactor GPIO to use a look-up-table 2015-04-09 13:53:21 +02:00
hwtimer_arch.c cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
i2c.c kinetis: Add configuration macros for I2C bus speed parameters. 2015-03-04 08:55:06 +01:00
Makefile cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
Makefile.include cpu/kinetis_common: add common startup.c 2015-02-15 10:28:13 +01:00
mcg.c cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
pwm.c kinetis: Refactor PWM periph implementation 2015-05-20 06:16:42 +02:00
random_rnga.c kinetis: unsuppress variable scope warnings in rnga.c 2015-05-08 21:25:55 +02:00
random_rngb.c cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
rtc.c kinetis: Refactor RTC into RTT, add RTC wrapper. 2015-02-14 14:20:26 +01:00
rtt.c kinetis: Refactor RTC into RTT, add RTC wrapper. 2015-02-14 14:20:26 +01:00
spi.c kinetis: Add SPI_[2-7] to spi_transmission_begin 2015-04-28 22:21:57 +02:00
startup.c cpu/kinetis_common: add common startup.c 2015-02-15 10:28:13 +01:00
timer.c cpu/kinetis_common: initial import for kinetis_common 2015-02-04 14:50:54 +01:00
uart.c kinetis: Enable UART hardware FIFO buffers. 2015-03-10 17:52:07 +01:00
wdog.c cpu/kinetis_common: add common startup.c 2015-02-15 10:28:13 +01:00