0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'LABVIEW_MAIN_DEV' into ROBOTC_MAIN_DEV More... over 11 years ago
Removed a lot of the extended opcodes-code Merged in some of the changed of the dynload code from the NI branch More... over 11 years ago
Temporarily disabled extended opcodes More... over 11 years ago
Rename ni_ev3prims/ -> c_vireobridge and make the vireo libraries dynamically loaded More... over 11 years ago
Some small fixes and improvements to dynload code More... over 11 years ago
Fix the build for vireo stuff, which mostly consisted of adding extra declarations to header files for functions we use. Also, update vireo files. More... over 11 years ago
Added framework for opEXTEND to add more I2C opcodes - currently does nothing More... over 11 years ago
Modified store.sh in the lmsfs.tar.bz2 tar ball. This change significantly speeds up shutdown by only erasing the required space on the built-in flash storage. Code follows below: More... over 11 years ago
Fixed opcodes that were accidentally dropped during the merge, thanks James for noticing! More... over 11 years ago
uBoot pulled out of master uBoot image is now renamed to uBoot.keep perl build script has been modified to reflect this change More... over 11 years ago
Removed the dynload from the name in the menu More... over 11 years ago
Added IOCTL for simply reading the I2C buffer Added IOCTL for reading the current status of an I2C transaction on a port (BUSY/OK/FAIL/STOP) More... over 11 years ago
Added opDYNLOAD_VMEXIT to clean up VM and unload .so More... over 11 years ago
Merge branch 'dynamic_vm_load' into latest_legofw More... over 11 years ago
Finetuned gitignore Disabled debug terminal on port 1 (causes massive slowness) More... over 11 years ago
Some additional files that were changed/added More... over 11 years ago
Major merge with new LEGO sources. This branch breaks the Vireo stuff. More... over 11 years ago
Small tweak, system now runs dynloadInit() at startup of VM. More... over 11 years ago
Dynamic loading mechanism tested and functioning properly More... over 11 years ago
Added dummy robotc VM to test and demo the dynamic loading mechanism and binding mechanism More... over 11 years ago
Added first chunk of code to allow loadable VMs Please check c_dynload.c for info on how to use this. More detailed info will follow. More... over 11 years ago
Modify cComInit to open mailboxes (and name them "0", "1", ..., "29"). Also update vireo library and headers. More... over 11 years ago
Fix opVIREO_MEMACCESS opcode definition More... over 11 years ago
Combine peek and poke into a single opcode. Update vireo lib and headers. More... over 11 years ago
move/rename some files and folders More... over 11 years ago
Add uBoot from the initial commit of the public repo. Solves problems detecting the brick after firmwre update. More... over 11 years ago
Update ev3 primitives, vireo headers, and libvireo.so to latest. Also, change lmsfs back to the original (without libstdc++) More... over 11 years ago
Update ev3 primitives, vireo headers, and libvireo.so (forgot to add some files to last commit) More... over 11 years ago
Update ev3 primitives, vireo headers, and libvireo.so More... over 11 years ago
Add a compiled library (libvireo.so) containing the vireo VM, EV3 primitives used by vireo to interact with lms2012, and opcodes used by lms2012 to interact with vireo. Also add an opcode to get the name of the currently running program. More... over 11 years ago