Add L432, L442. (#16016)

This commit is contained in:
Nick Brassel
2022-01-24 08:49:36 +11:00
committed by GitHub
parent 0f53e1333f
commit 77062e9a36
10 changed files with 358 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2021 Nick Brassel (@tzarc)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
// Fixup equivalent usages within QMK as the base board definitions only go up to high
#define PAL_STM32_OSPEED_HIGHEST PAL_STM32_OSPEED_HIGH
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
#endif