1. 31 Aug, 2022 3 commits
  2. 30 Aug, 2022 15 commits
  3. 29 Aug, 2022 2 commits
  4. 26 Aug, 2022 18 commits
  5. 25 Aug, 2022 2 commits
    • Jim Mussared's avatar
      stm32: Move board variant config to mpconfigboard.mk. · 492ba5ea
      Jim Mussared authored
      Rather than having the autobuild know about the particular variants, have
      the mpconfigboard.mk describe them and make autobuild discover them
      automatically.
      
      Adds a "query-variants" target to stm32/Makefile to allow the set of
      possible variants to be queried.
      
      Removes pybv3 from the autobuild as this isn't use by the downloads page.
      Signed-off-by: default avatarJim Mussared <jim.mussared@gmail.com>
      492ba5ea
    • Andrew Leech's avatar
      stm32/boards: Increase mboot region to 32k for WB55 boards. · 92337538
      Andrew Leech authored
      If mboot is built with support for packing (signing/encryption) it needs up
      to 32KiB.  So for simplicity increase the mboot region to 32KiB
      unconditionally for WB55 boards (custom WB55 board configurations can still
      provide their own linker scripts to override this).
      92337538