0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add tools/dfu.py, and use it in stm/Makefile. More... over 12 years ago
Add LICENSE and README. More... over 12 years ago
stm: add pyb.sd_test; flash cache flushed only via MSD. More... over 12 years ago
py: add more Python built-in functions. More... over 12 years ago
stm: flush storage cache immediately; improve user interface. More... over 12 years ago
unix: include obj.h, and build additional py files. More... over 12 years ago
py: split runtime into map, obj, builtin. More... over 12 years ago
py: remove further unnecessary emit_verbatim code. More... over 12 years ago
py: fix bug with doc string not recognised after first newline of file. More... over 12 years ago
py: reduce use of emit_verbatim calls to minimum. More... over 12 years ago
py: work towards working closures. More... over 12 years ago
stm: add basic Servo class, and stop and standby functions. More... over 12 years ago
stm: add timer to storage cache so it can be flushed. More... over 12 years ago
py: emit correct id for closed over variables. More... over 12 years ago
py: compiler supports string juxtaposition=concatenation. More... over 12 years ago
py: add skeletal import functionality. More... over 12 years ago
stm: add __WFI to sys_tick delay. More... over 12 years ago
stm: add Led object; add option to reset filesystem. More... over 12 years ago
stm: initial commit of working CC3000 driver, based on Adafruit. More... over 12 years ago
stm: servos on PA0-3; MMA filtering; timer for Python REPL. More... over 12 years ago
stm: disable audio function in systick. More... over 12 years ago
stm: add function to LCD module to show text. More... over 12 years ago
stm: reorder things in Makefile. More... over 12 years ago
py: built-in range now accepts variable number of arguments. More... over 12 years ago
py: restrict further when for-range optimisation is done. More... over 12 years ago
py: add list pop and sort, unpack_sequence, and keywords in method_call. More... over 12 years ago
py: add UNPACK_SEQUENCE and keyword methods to VM. More... over 12 years ago
py: add more functionality to showbc. More... over 12 years ago
py: add call to __init__ when instantiating class object. More... over 12 years ago
py: add some more opcodes to showbc. More... over 12 years ago