Skip to content
Snippets Groups Projects
  1. May 11, 2024
    • moon2's avatar
      bl00mbox channel system upgrade · b8758686
      moon2 authored
      channels are now dynamically allocated and can be garbage
      collected. note that channels do NOT live on the mp heap
      so their memory footprint won't trigger a gc, we rely on
      pyst3m just doing that on its own every now and then.
      b8758686
  2. Aug 25, 2023
    • moon2's avatar
      bl00mbox: migration · bcd57529
      moon2 authored
      bl00mbox and radspa have grown up. It is time for them to
      gain independence in their very own repositories.
      
      Check out gitlab.com/moon2embeddedaudio for future updates
      or contributing.
      
      We will continue to push updates to the flow3r project and
      add hardware-specific features.
      
      We see no reason to submodule it right away, but if it is
      preferable for the flow3r firmware repo we're open to it.
      
      Thanks for all the support and kind words, we'll try our
      best to polish all the rough spots and add a ton of plugins
      and features :D!
      bcd57529
  3. Aug 08, 2023
  4. Aug 06, 2023
  5. Jul 20, 2023
  6. Jul 03, 2023
    • q3k's avatar
      *: bump to ESP-IDF 5.1 · 526d6690
      q3k authored
      Phew.
      
      This was mostly blocked by Micropython, but it has since then also
      upgraded to IDF 5: https://github.com/micropython/micropython/commit/e4650125b88a35f074097f16d84a8f49bd22ac06
      
      We take that change and selectively apply it where necessary. However,
      it's not a 1:1 patch apply, as we already were on a somewhat forked
      Micropython, and we also want to support IDF 5.1, not 5.0.
      
      We also bump up the IDF distribution brought in by Nix, and fix some
      warnings that have since turned into errors due to toolchain changes.
      526d6690
  7. Jun 26, 2023
  8. Jun 23, 2023
Loading