Skip to content

Commit

Permalink
v1.24.1 - Publish board stubs.
Browse files Browse the repository at this point in the history
Signed-off-by: Jos Verlinde <[email protected]>
  • Loading branch information
Josverl committed Feb 5, 2025
1 parent 2959e98 commit df171ad
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
Binary file modified data/all_packages.db
Binary file not shown.
91 changes: 91 additions & 0 deletions data/stub-packages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,97 @@
{
"$schema": "https://raw.githubusercontent.com/Josverl/micropython-stubber/main/data/schema/packages-v1.0.0.json",
"packages": [
[
"micropython-esp32-esp32_generic-stubs",
"1.24.1",
"esp32",
"ESP32_GENERIC",
""
],
[
"micropython-esp32-esp32_generic_c6-stubs",
"1.24.1",
"esp32",
"ESP32_GENERIC_C6",
""
],
[
"micropython-esp32-esp32_generic_s3-stubs",
"1.24.1",
"esp32",
"ESP32_GENERIC_S3",
""
],
[
"micropython-esp32-stubs",
"1.24.1",
"esp32",
"GENERIC",
""
],
[
"micropython-rp2-arduino_nano_rp2040_connect-stubs",
"1.24.1",
"rp2",
"ARDUINO_NANO_RP2040_CONNECT",
""
],
[
"micropython-rp2-rpi_pico-stubs",
"1.24.1",
"rp2",
"RPI_PICO",
""
],
[
"micropython-rp2-rpi_pico2-stubs",
"1.24.1",
"rp2",
"RPI_PICO2",
""
],
[
"micropython-rp2-rpi_pico_w-stubs",
"1.24.1",
"rp2",
"RPI_PICO_W",
""
],
[
"micropython-rp2-stubs",
"1.24.1",
"rp2",
"GENERIC",
""
],
[
"micropython-samd-seeed_wio_terminal-stubs",
"1.24.1",
"samd",
"SEEED_WIO_TERMINAL",
""
],
[
"micropython-samd-stubs",
"1.24.1",
"samd",
"GENERIC",
""
],
[
"micropython-stm32-pybv11-stubs",
"1.24.1",
"stm32",
"PYBV11",
""
],
[
"micropython-stm32-stubs",
"1.24.1",
"stm32",
"GENERIC",
""
],
[
"micropython-esp32-esp32_generic-stubs",
"1.23.0",
Expand Down

0 comments on commit df171ad

Please sign in to comment.