0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2025 — Aug 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
stm: improved GC, and cooked output for VCP. More... almost 13 years ago
gc: reserve first block; lexer: free vstr. More... almost 13 years ago
Add gc_free function to force a block to be freed. More... almost 13 years ago
Implement some more operators, mostly for small ints. More... almost 13 years ago
Remove unnecessary USB files from stm. More... almost 13 years ago
Get unix version compling. More... almost 13 years ago
Shrink py_obj_base_t size to 4 machine words. More... almost 13 years ago
Clear ATBs on gc_init; better gc_info. More... almost 13 years ago
Make stm use garbage collector. More... almost 13 years ago
Add mark-sweep garbage collector. More... almost 13 years ago
Implement crude but working REPL for board. More... almost 13 years ago
VCP works, need to init comm port PC side; add some debugging output. More... almost 13 years ago
Try to get REPL working, but bug with CDC VCP... More... almost 13 years ago
Integrate new lexer stream with stm framework. More... almost 13 years ago
Add local_num skeleton framework to deref/closure emit calls. More... almost 13 years ago
Abstract out back-end stream functionality from lexer. More... almost 13 years ago
Add vstr and its functions. More... almost 13 years ago
Make grammar rules const so the go in .text section. More... almost 13 years ago
Remove obsolete emitthumb.c (now use emitnative.c). More... almost 13 years ago
Fix IRQ priority issue to give working USB; and some cleanup. More... almost 13 years ago
Try to re-add USB support... More... almost 13 years ago
Make pfenv's const so they go in .text section. More... almost 13 years ago
Make rt_fun_table const, so it goes in .text section. More... almost 13 years ago
Working SysTick, code factoring, some boot-up code. More... almost 13 years ago
Partially implement proper flash storage. More... almost 13 years ago
Implement REPL. More... almost 13 years ago
Remove line in emitbc.c to print code size. More... almost 13 years ago
Add single_input rule to grammar, for REPL. More... almost 13 years ago
Fix up insertion of newline at end of lexer stream. More... almost 13 years ago
Fix up linker script; improve startup code; printf to USB. More... almost 13 years ago