1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f1/periph
Marian Buschsieweke e326acfc78
cpu/{stm32r1,stm32_common}: Allow exposing JTAG pins as GPIOs
- cpu/stm32f1: Removed previous code in gpio_init() to provide PB4 on the
  Nucleo-F103RB only
- cpu/stm32_common: Introduced STM32F1_DISABLE_JTAG which, if defined in
  board.h, exposes the JTAG only pins as GPIOs. This keeps the SWD pins, so that
  SWD debugging remains possible
2020-03-08 13:05:35 +01:00
..
adc.c cpu/stm32f1/periph: adc_sample() now returns int32_t 2020-01-10 14:13:15 +01:00
gpio.c cpu/{stm32r1,stm32_common}: Allow exposing JTAG pins as GPIOs 2020-03-08 13:05:35 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c cpu/stm32f1: make RTC Y2038 safe 2020-02-29 17:45:16 +01:00
rtt.c many typo fixes 2019-11-23 22:39:07 +01:00