-
- Downloads
bl00mbox channel system upgrade
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.
parent
32361d12
No related branches found
No related tags found
Showing
- components/bl00mbox/CMakeLists.txt 2 additions, 0 deletionscomponents/bl00mbox/CMakeLists.txt
- components/bl00mbox/bl00mbox.c 1 addition, 1 deletioncomponents/bl00mbox/bl00mbox.c
- components/bl00mbox/bl00mbox_audio.c 190 additions, 139 deletionscomponents/bl00mbox/bl00mbox_audio.c
- components/bl00mbox/bl00mbox_os.c 36 additions, 0 deletionscomponents/bl00mbox/bl00mbox_os.c
- components/bl00mbox/bl00mbox_user.c 84 additions, 59 deletionscomponents/bl00mbox/bl00mbox_user.c
- components/bl00mbox/config/bl00mbox_config.h 13 additions, 0 deletionscomponents/bl00mbox/config/bl00mbox_config.h
- components/bl00mbox/include/bl00mbox_audio.h 38 additions, 39 deletionscomponents/bl00mbox/include/bl00mbox_audio.h
- components/bl00mbox/include/bl00mbox_ll.h 54 additions, 0 deletionscomponents/bl00mbox/include/bl00mbox_ll.h
- components/bl00mbox/include/bl00mbox_os.h 22 additions, 0 deletionscomponents/bl00mbox/include/bl00mbox_os.h
- components/bl00mbox/include/bl00mbox_user.h 43 additions, 41 deletionscomponents/bl00mbox/include/bl00mbox_user.h
- components/bl00mbox/micropython/bl00mbox/_plugins.py 2 additions, 1 deletioncomponents/bl00mbox/micropython/bl00mbox/_plugins.py
- components/bl00mbox/micropython/bl00mbox/_user.py 48 additions, 37 deletionscomponents/bl00mbox/micropython/bl00mbox/_user.py
- components/bl00mbox/micropython/mp_sys_bl00mbox.c 75 additions, 3 deletionscomponents/bl00mbox/micropython/mp_sys_bl00mbox.c
- components/bl00mbox/radspa/standard_plugin_lib/range_shifter.c 1 addition, 1 deletion...nents/bl00mbox/radspa/standard_plugin_lib/range_shifter.c
- components/bl00mbox/radspa/standard_plugin_lib/slew_rate_limiter.c 0 additions, 2 deletions...s/bl00mbox/radspa/standard_plugin_lib/slew_rate_limiter.c
components/bl00mbox/bl00mbox_os.c
0 → 100644
This diff is collapsed.
components/bl00mbox/config/bl00mbox_config.h
0 → 100644
components/bl00mbox/include/bl00mbox_ll.h
0 → 100644
components/bl00mbox/include/bl00mbox_os.h
0 → 100644
Please register or sign in to comment