Skip to content
Snippets Groups Projects
Forked from flow3r / flow3r firmware
Source project has a limited visibility.
  • q3k's avatar
    7e648463
    *: use plain ESP-IDF cmake machinery · 7e648463
    q3k authored
    This refactors the build system to be more in line with the average
    ESP-IDF project.
    
    This means that:
      1. `idf.py` from the main directory now works
      2. Adding components, running menuconfig, etc. should now be trivial.
      3. We don't have to edit files in micropython/ports/esp32/....
    
    Hopefully this is the first step to yeeting the micropython checkout
    from source and just depending on a submodule instead.
    7e648463
    History
    *: use plain ESP-IDF cmake machinery
    q3k authored
    This refactors the build system to be more in line with the average
    ESP-IDF project.
    
    This means that:
      1. `idf.py` from the main directory now works
      2. Adding components, running menuconfig, etc. should now be trivial.
      3. We don't have to edit files in micropython/ports/esp32/....
    
    Hopefully this is the first step to yeeting the micropython checkout
    from source and just depending on a submodule instead.