badgeteam / mch2022-firmware-esp32

ESP32 launcher firmware for the MCH2022 badge
https://docs.badge.team
MIT License
13 stars 9 forks source link

Modify launchers to search in correct locations #117

Closed renzenicolai closed 2 years ago

renzenicolai commented 2 years ago

ESP32 apps: resources to internal fat / sd card and esp32 firmware to appfs

FPGA apps & python apps: to internal fat / sd card

ESP32 app resources will go in : /internal/apps/esp32/slug_name/ (or /sd/apps/esp32/slug_name/) FPGA apps will go in: /internal/apps/ice40/slug_name/ (or /sd/apps/ice40/slug_name/) Python apps will go in: /internal/apps/python/slug_name/ (or /sd/apps/python/slug_name/)

The types (esp32, ice40 and python) are the types defined by the hatchery https://mch2022.badge.team/v2/mch2022/types

renzenicolai commented 2 years ago

Done.