Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement] Make blocks portable for other chips #88

Open
rmoesbergen opened this issue Apr 14, 2024 · 1 comment
Open

[enhancement] Make blocks portable for other chips #88

rmoesbergen opened this issue Apr 14, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rmoesbergen
Copy link
Member

Some (most) of the blocks currently use code that includes 'avr.h' and uses AVR specific functions. This means they won't run on the ESP32 or RP2040. This ticket is to fix those blocks and use more generic libraries/functions. While doing this, we can also move as much code as possible out of the leaphy c++ arduino libraries.

@rmoesbergen rmoesbergen added the enhancement New feature or request label Apr 14, 2024
@koen1711 koen1711 changed the title Make blocks portable for other chips [enhancement] Make blocks portable for other chips Apr 27, 2024
@rmoesbergen rmoesbergen assigned koen1711 and unassigned JeftadeGraaf May 31, 2024
@koen1711
Copy link
Member

I'm starting development now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants