aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-11-01[lib/cbuf] [app/tests] fix off by one in lib/cbuf. add a test.Girts
2016-09-07[spelling] signalling --> signaling (#162)John Grossman
2016-08-25[spelling] spelling-fixes. (not external/)klemens
2016-07-15[usb][usbtest] Fix compile error in USB test app (missing parameter).Gurjant Kalsi
2016-04-19[ndebug] Move ndebug reset handshake from user endpoint to all endpoints.Gurjant Kalsi
2016-04-18[cdcserial][usb] Add a CDC-Serial USB Class Driver.Gurjant Kalsi
2016-04-18[ndebug] Setup NDebug endpoints and create a bidirectional serial pipe over USB.Gurjant Kalsi
2016-03-30[merge] merge in cortex-m fpu support changesTravis Geiselbrecht
2016-03-28[usb] Allow client code to specify USB endpoint type.Gurjant Kalsi
2016-03-28[merge] merge master into the cortex-m fpu working branchTravis Geiselbrecht
2016-03-28[dartuino][bootloader] Changes as per code review.Gurjant Kalsi
2016-03-09[dartuino][bootloader] Add some more tracing to fsboot, look for proper syste...Gurjant Kalsi
2016-03-09[dartuino][bootloader] Add Filesystem Boot.Gurjant Kalsi
2016-03-09[dartuino][bootloader] Get Bootloader USB working.Gurjant Kalsi
2016-02-23[ports] Add an API to dynamically add/remove ports from a port group.Gurjant Kalsi
2016-02-14[vmm] move most users of arch_mmu_query directly to vaddr_to_paddr()Travis Geiselbrecht
2016-02-14[vim] remove vim expandtab comments on most of the filesTravis Geiselbrecht
2016-02-14[style] mass reformat all the non external code to 4 space indentsTravis Geiselbrecht
2016-02-07[lib][stdio] fix the build after -fbuiltin and io changesTravis Geiselbrecht
2016-01-17[arch][arm] changes to support cortex-m0 architectureEric Holland
2016-01-11[app][mdebug] add JTAG supportBrian Swetland
2016-01-11[app][mdebug] update protocol for JTAG transactionsBrian Swetland
2016-01-05[merge] merge dartuino sensor development branchTravis Geiselbrecht
2015-12-08[merge] merge mips development branchTravis Geiselbrecht
2015-12-02[app][tests][clock_test] keep running the test after the first failureTravis Geiselbrecht
2015-12-02[accelerometer]added app for interacting with accelerometer from consoleEric Holland
2015-12-02[kernel][port] port group testCarlos Pizano
2015-11-24[cppcheck] clean up a few suggestions from cppcheckTravis Geiselbrecht
2015-11-20[kernel][ports] Add basic ports functionalityCarlos Pizano
2015-11-11WIP arm-m fpuTravis Geiselbrecht
2015-11-11WIP checkpointTravis Geiselbrecht
2015-11-09WIP fpu bitsTravis Geiselbrecht
2015-11-09[arch][x86][fpu]Change naming convention for FPU flagZhu, Bing
2015-11-06[linker] align special sections on native pointer bounaryTravis Geiselbrecht
2015-10-27[app][tests] set ENABLE_FPU in arch/x86 targets, enable floating point testsTravis Geiselbrecht
2015-10-26[linker] align all the special sections on 8 byte boundaries, remove x86-64 hackTravis Geiselbrecht
2015-10-26[make] add ability to set EXTRA_LINKER_SCRIPTS in modulesTravis Geiselbrecht
2015-10-20[merge] branch 'heapswitch'Travis Geiselbrecht
2015-10-19[make] remove the need for a module to manually add $(LOCAL_DIR)/include to t...Travis Geiselbrecht
2015-10-19[lib][console] add pointer type arg, switch some users to it.Travis Geiselbrecht
2015-10-12[console][uart][shell] Created a crash-time shell and a polling based UART dr...Gurjant Kalsi
2015-09-23[app][loader] Odds and endsCarlos Pizano
2015-09-20[64bit] fix a few more 64bit warnings in newer codeTravis Geiselbrecht
2015-09-20[app][tests] run float_tests on arm64 as wellTravis Geiselbrecht
2015-09-18[app][loader] Remove spurious parameter to printf().Carlos Pizano
2015-09-17[app][loader] Remove uneeded APP entrypoints.Carlos Pizano
2015-09-17[app][loader] Load blobs and run elf via tftp into SDRAMCarlos Pizano
2015-09-16[lib][tftp] Move tftp from inetsrv and apply review changes.Carlos Pizano
2015-09-16[app][inetsrv] add tftp server.Carlos Pizano
2015-09-16[console] Use STATIC_COMMAND macro for all console command definitionsGurjant Kalsi