Factor out RCC definition into stm32.h (common for STM32F0/STM32F1).

This commit is contained in:
NIIBE Yutaka
2017-11-17 14:30:55 +09:00
parent e684e853c8
commit a362f32cdd
6 changed files with 107 additions and 123 deletions

View File

@@ -1,5 +1,8 @@
2017-11-17 NIIBE Yutaka <gniibe@fsij.org>
* mcu/stm32f103.h (RCC), clk_gpio_init-stm32.c (RCC): Move to...
* mcu/stm32.h (RCC): ... this header file.
* example-fsm-55: Update for new sleep API.
* rules.mk (CSRC): Add mcu/chx-$(CHIP).c.