Skip to content
Snippets Groups Projects
moon2's avatar
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
History

flow3r badge

See https://docs.flow3r.garden/badge/firmware-development.html for a firmware development guide.

License

All original source code in this repository is Copyright (C) 2023 Flow3r Badge Contributors. This source code is licensed under the GNU Lesser General Public License Version 3.0 as described in the file COPYING.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License Version 3.0 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License Version 3.0 along with this program. If not, see https://www.gnu.org/licenses/.