1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/arduino-zero/include
Benjamin Valentin 1496149bba cpu/sam0: don't hard-code peripheral clocks
Instead of hard-coding the peripheral clocks to CLOCK_CORECLOCK
introduce helper functions to return the frequency of the individual
GCLKs and use those for baud-rate calculations.

This requires the GCLK to be part of the peripheral's config struct.
While this is already the case for most peripherals, this also adds
it for those where it wasn't used before.

As it defaults to 0 (CLOCK_CORECLOCK) no change is to be expected.
2020-02-04 21:06:21 +01:00
..
arduino_board.h boards/arduino-zero: add mapping for Arduino PWM pins 2019-11-15 17:51:45 +01:00
arduino_pinmap.h boards: fix doxygen typo on arduino 2018-01-05 15:32:20 +01:00
board.h sam0_common: make Timer implementation common across all sam0 MCUs 2019-05-21 11:47:59 +02:00
gpio_params.h boards/arduino-zero: add initial support 2016-10-04 18:34:51 +02:00
periph_conf.h cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00