This website requires JavaScript.
Explore
Help
Register
Sign In
AllSpiceMirrors
/
jumperless-boardboard-v5
Watch
0
Fork
0
You've already forked jumperless-boardboard-v5
mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced
2025-09-05 18:57:37 +00:00
Files
Issues
Releases
Activity
jumperless-boardboard-v5
/
RP23V50firmware
/
lib
/
micropython
/
micropython_embed
/
shared
/
runtime
History
Kevin Santo Cappuccio
6b4d9f7c7a
Added machine module (so far just pins and uart), fixed some weirdness with switching between file manager, repl, and ekilo, added uart examples, used some extra ram for the micropython heap and stack,
2025-09-02 13:10:53 -07:00
..
gchelper_generic.c
Cleanup micropython build
2025-06-11 18:53:15 -04:00
gchelper.h
Cleanup micropython build
2025-06-11 18:53:15 -04:00
mpirq.h
Added machine module (so far just pins and uart), fixed some weirdness with switching between file manager, repl, and ekilo, added uart examples, used some extra ram for the micropython heap and stack,
2025-09-02 13:10:53 -07:00
pyexec.c
Huge update to micropython, automatically imports time, os, math modules (not machine yet but I'll get there), custom types for jumperless module (gpio states print as HIGH/LOW but evaluate as True/False), module as a bunch of new functions (run_app("name of app") is whitespace and case insensitive so run_app("xlsx gui") is fine), bug fix to the app where escaped arrow keys (ESC[A) were getting sent weirdly in interactive mode,
>
just runs a single python command(with implicit jumperless. so > get_gpio(2) works), help docs updated, micropython build system totally redone. jfc I should've been comitting as I went along.
2025-06-16 00:45:05 -07:00
pyexec.h
Huge update to micropython, automatically imports time, os, math modules (not machine yet but I'll get there), custom types for jumperless module (gpio states print as HIGH/LOW but evaluate as True/False), module as a bunch of new functions (run_app("name of app") is whitespace and case insensitive so run_app("xlsx gui") is fine), bug fix to the app where escaped arrow keys (ESC[A) were getting sent weirdly in interactive mode,
>
just runs a single python command(with implicit jumperless. so > get_gpio(2) works), help docs updated, micropython build system totally redone. jfc I should've been comitting as I went along.
2025-06-16 00:45:05 -07:00