Skip to content

Commit

Permalink
ChibiOS upgrade: early init conversions (#10214)
Browse files Browse the repository at this point in the history
* Migrate at_at/660m to use new ChibiOS early initialisation code, use generic F072 board.

* Migrate cannonkeys/satisfaction75 to use new ChibiOS early initialisation code, use generic F072 board.

* Migrate nebula12 to use new ChibiOS early initialisation code, use generic F072 board.

* Defer GENERIC_STM32_F072XB board files to ChibiOS.

* Create generic mcuconf.h file for GENERIC_STM32_F072XB.

* Create generic mcuconf.h file for STM32_F103_STM32DUINO.

* Create generic mcuconf.h file for GENERIC_STM32_F042X6.

* Allow boards to override EARLY_INIT_PERFORM_BOOTLOADER_JUMP.
  • Loading branch information
tzarc authored and noroadsleft committed Oct 30, 2020
1 parent fa6bd5c commit 46d7b25
Show file tree
Hide file tree
Showing 26 changed files with 615 additions and 4,500 deletions.
5 changes: 5 additions & 0 deletions keyboards/at_at/660m/660m.c
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
#include "660m.h"

void board_init(void) {
SYSCFG->CFGR1 |= SYSCFG_CFGR1_I2C1_DMA_RMP;
SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP);
}
268 changes: 0 additions & 268 deletions keyboards/at_at/660m/boards/ST_STM32F072B_DISCOVERY/board.c

This file was deleted.

Loading

0 comments on commit 46d7b25

Please sign in to comment.