Skip to content

Commit

Permalink
Update ChibiOS define reasoning
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Brassel <[email protected]>
  • Loading branch information
Xelus22 and tzarc committed Apr 26, 2021
1 parent c31025e commit 222fbe9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions platforms/chibios/GENERIC_STM32_L433XC/configs/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

#undef STM32L432xx

// Use L443xx define instead of L433xx since ChibiOS defines
// L433xx together with L432x, which does not activate the
// GPIO H ports and does not enable I2C2 and SPI2
// Until the bug is fixed in ChibiOS, this should not change
// Pretend that we're an L443xx as the ChibiOS definitions for L432/L433 mistakenly don't enable GPIOH, I2C2, or SPI2.
// Until ChibiOS upstream is fixed, this should be kept at L443, as nothing in QMK currently utilises the crypto peripheral on the L443.
#define STM32L443xx

0 comments on commit 222fbe9

Please sign in to comment.