badgeteam/appfs

1.0.0

uploaded 2 days ago
AppFS

readme

# ESP32 component: AppFS

This component consists of two parts: the AppFS component itself and a bootloader modification which makes it possible to launch ESP32 firmwares dynamically from the AppFS partition.

## Integrating into an ESP-IDF project
In your project directory execute the following commands:

 - cd components; git submodule add https://github.com/badgeteam/esp32-component-appfs.git; cd ..
 - mkdir bootloader_components
 - ln -s ../components/appfs appfs
 - ln -s ../components/appfs/bootloader_main main

## License
The AppFS component (appfs.c / appfs.h) is licensed as follows:

"THE BEER-WARE LICENSE" (Revision 42):
Jeroen Domburg <jeroen@spritesmods.com> wrote this file. As long as you retain 
this notice you can do whatever you want with this stuff. If we meet some day, 
and you think this stuff is worth it, you can buy me a beer in return. 

The bootloader overrides are licensed under Apache-2.0 license by 2015-2021 Espressif Systems (Shanghai) CO LTD.

Links

License: Beerware

To add this component to your project, run:

idf.py add-dependency "badgeteam/appfs^1.0.0"

or download archive

Stats

  • Archive size
    Archive size ~ 26.98 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

badgeteam/appfs version: 1.0.0
|