micropython/ports/stm32/boards/PYBD_SF2
Jim Mussared 203dae41fb all: Update all manifest.py files to use new features.
Changes in this commit:
- Manifest include's now use the directory path where possible (no longer
  necessary to include the manifest.py file explicitly).
- Add manifest.py for all drivers and components that are referenced by
  port/board manifests.
- Replace all uses of freeze() with package()/module(), except for port and
  board modules.
- Use opt=3 everywhere, for consistency and to reduce code size.
- Use require() instead of include() for all micropython-lib references.
- Remove support for optional board-level manifest.py in mimxrt port, to
  make it behave the same as other ports (the board must set
  FROZEN_MANIFEST to a custom manifest.py, which can optionally include the
  default, port-level manifest).
- Also reinstates modules that were accidentally removed from the esp8266
  512k build in fbe9417b90.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Signed-off-by: Damien George <damien@micropython.org>
2022-09-05 18:43:18 +10:00
..
bdev.c ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
board.json ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
board.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
board_init.c ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
deploy.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
f722_qspi.ld stm32/boards: Factor out common data/bss/heap/stack linker sections. 2020-10-29 23:31:59 +11:00
manifest.py all: Update all manifest.py files to use new features. 2022-09-05 18:43:18 +10:00
mpconfigboard.h stm32/mboot: Pass initial_r0 to early-init and get-reset-mode funcs. 2022-06-02 14:30:51 +10:00
mpconfigboard.mk stm32/boards/PYBD_SFx: Allow FROZEN_MANIFEST to be overridden. 2022-04-11 16:19:45 +10:00
pins.csv stm32/boards: Add board definition files for PYBD -SF2, -SF3, -SF6. 2019-05-31 22:44:25 +10:00
stm32f7xx_hal_conf.h stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code. 2019-06-25 14:18:24 +10:00