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-04 02:27:57 +00:00
Files
Issues
Releases
Activity
jumperless-boardboard-v5
/
RP23V50firmware
/
modules
/
jumperless
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
..
micropython.cmake
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
micropython.mk
Added jfs (jumperless file system) to micropython, got gpio_get working again (now returns FLOATING), Faster nodefile validation (it was taking like a second)
2025-07-15 23:47:04 -07:00
modjumperless.c
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
module_stubs.c
Added jfs (jumperless file system) to micropython, got gpio_get working again (now returns FLOATING), Faster nodefile validation (it was taking like a second)
2025-07-15 23:47:04 -07:00