1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32
Marian Buschsieweke 650559276f
cpu/stm32/periph_ptp: bugfix & better debug output
- Clear the PTP timer interrupt *after* the user callback is executed
    - Otherwise it would be possible that the ISR sets another super
      short timeout that triggers during ISR, which also gets cleared
    - This is a pretty nasty race condition :-/
- The debug output was a bit too verbose to be generally useful. Some
  noise is now silenced unless `DEBUG_VERBOSE` is `#define`d to 1
2021-03-23 22:58:10 +01:00
..
bootloader cpu/stm32: implement reset to bootloader 2020-06-05 18:41:06 +02:00
dist cpu/stm32: do not retrieve cmsis headers 2020-11-13 10:43:08 +01:00
include cpu/stm32: candev: derive number of CAN interfaces from vendor header 2021-03-09 11:30:21 +01:00
kconfigs drivers/periph/rtt: add periph_rtt_set_counter feature 2021-03-08 14:16:46 +01:00
ldscripts cpu/stm32: introduce unique directory for stm32 cpus 2020-05-20 13:39:10 +02:00
periph cpu/stm32/periph_ptp: bugfix & better debug output 2021-03-23 22:58:10 +01:00
stmclk cpu/stm32: add stm32mp1_eng_mode pseudomodule 2020-11-13 10:43:08 +01:00
vectors cpu/stm32: handle generated irqs.h in build system 2020-09-02 11:30:49 +02:00
cpu_common.c cpu/stm32: add stm32mp1 peripheral busses 2020-11-13 10:43:08 +01:00
cpu_init.c cpu/stm32: add stm32mp1_eng_mode pseudomodule 2020-11-13 10:43:08 +01:00
doc.txt cpu/stm32: rework clock configuration documentation 2020-10-27 08:54:09 +01:00
Kconfig cpu/stm32/kconfig: fix rtt:rtc error symbol 2021-01-23 09:59:03 +01:00
Makefile cpu/stm32: only build bootloader when the module is loaded 2020-09-28 21:07:01 +02:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.features drivers/periph/rtt: add periph_rtt_set_counter feature 2021-03-04 18:05:06 +01:00
Makefile.include stm32: Resolve RAM size to bytes 2021-02-01 10:53:40 +01:00
stm32_info.mk cpu/stm32: get info from stm32mp1 cpu model 2020-11-13 10:43:08 +01:00
stm32_line.mk cpu/stm32: set CPU_LINE for stm32mp157c 2020-11-13 10:43:08 +01:00
stm32_mem_lengths.mk cpu/stm32: setup memory length for stm32mp157x 2020-11-13 10:43:08 +01:00
stm32_riotboot.mk cpu/stm32: introduce CPU_FAM_SHORT variable 2020-05-26 12:27:12 +02:00