Commit 203dae4
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 fbe9417.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Signed-off-by: Damien George <damien@micropython.org>1 parent ccd2109 commit 203dae4
File tree
38 files changed
+126
-107
lines changed- drivers
- codec
- dht
- display
- hts221
- lps22h
- lsm6dsox
- lsm9ds1
- neopixel
- nrf24l01
- onewire
- sdcard
- extmod
- uasyncio
- webrepl
- ports
- esp32/boards
- LILYGO_TTGO_LORA32
- LOLIN_S2_PICO
- UM_FEATHERS2
- esp8266/boards
- GENERIC_512K
- GENERIC
- mimxrt/boards
- nrf
- boards/arduino_nano_33_ble_sense
- modules
- renesas-ra/boards
- RA4M1_CLICKER
- RA4M1_EK
- rp2/boards
- ARDUINO_NANO_RP2040_CONNECT
- PICO_W
- stm32/boards
- ARDUINO_PORTENTA_H7
- GARATRONIC_PYBSTICK26_F411
- LEGO_HUB_NO6
- LEGO_HUB_NO7
- PYBD_SF2
- unix/variants
- dev
- windows/variants/dev
38 files changed
+126
-107
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments