Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2024-02-03 19:09:46 +00:00
commit a1e59aa20d
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// Copyright 2024 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// TODO: Remove when upstream no longer requires patching
#include <stm32_registry.h>
#include_next <hal_lld.h>

View File

@ -0,0 +1,14 @@
// Copyright 2024 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// TODO: Remove when STM32_FLASH_SECTORS_PER_BANK fixed upstream
#ifndef STM32_FLASH_SECTORS_PER_BANK
# define STM32_FLASH_SECTORS_PER_BANK 64
#endif
#include_next <stm32_registry.h>
// TODO: Remove when STM32_FLASH_NUMBER_OF_BANKS fixed upstream
#undef STM32_FLASH_NUMBER_OF_BANKS
#define STM32_FLASH_NUMBER_OF_BANKS 1