Skip to content
Snippets Groups Projects
  1. Jun 25, 2023
  2. Jun 24, 2023
  3. Jun 23, 2023
  4. Jun 22, 2023
  5. Jun 21, 2023
  6. Jun 18, 2023
  7. Jun 17, 2023
    • dx's avatar
      Add p6 variants for the two top board styles · c667116b
      dx authored
      As requested by moon2. Spikes is the default as that's what p4 uses and
      the current code handles decently, spirals is new in p6 and ideally
      should have its own implementations for rad and phi, right now it has
      placeholders.
      c667116b
    • dx's avatar
      Remove build system support for proto5/adi-less · 1bdd031f
      dx authored
      It was never actually supported by the codebase (the port expanders are
      completely different and only implemented in the other repo)
      1bdd031f
  8. Jun 16, 2023
  9. Jun 15, 2023
    • dx's avatar
      docs: micropython api signatures for C modules · 9ad582e7
      dx authored
      Yeah I'm aware all of this can change any time, yell at me if it's a
      problem.
      9ad582e7
    • q3k's avatar
      fatfsgen: pre-generate image from python_payload · f1ed23aa
      q3k authored
      f1ed23aa
    • q3k's avatar
      third_party/fatfsgen: init · 48d70443
      q3k authored
      48d70443
    • q3k's avatar
      micropython: use ESP-IDF VFS layer for MPy VFS · ccec773a
      q3k authored
      Previously MicroPython would mount LittleFS directly from the partition
      by itself, using its own VFS stack.
      
      This reconfigured the VFS layer in MicroPython to use POSIX
      open/read/write/etc calls, which are backed by ESP-IDF. Now, instead of
      managing (possibly multuple) block devices at different mountpoints,
      MicroPython simply passes through all VFS access to the ESP-IDF VFS.
      
      Then, we make the ESP-IDF VFS mount a wear-leveled FAT (backed by the
      same partition which previously held LittleFS) onto /.
      ccec773a
Loading