aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2015-12-02[app][tests][clock_test] keep running the test after the first failureTravis Geiselbrecht
2015-11-24[cppcheck] clean up a few suggestions from cppcheckTravis Geiselbrecht
2015-11-20[kernel][ports] Add basic ports functionalityCarlos Pizano
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
2015-09-10[app][tests] fix a warning and reformat a littleTravis Geiselbrecht
2015-09-08[app][tests] Make chache_tests take an optional address parameter.Carlos Pizano
2015-08-28[merge] merge from the stm32f7 branchTravis Geiselbrecht
2015-08-26[app][inetsrv] allocate all buffers from the heapTravis Geiselbrecht
2015-08-17[app][tests] allow mem_test to take a base pointerTravis Geiselbrecht
2015-08-11[app][mdebug] bump fw versionBrian Swetland
2015-08-11[app][mdebug] protocol version to 1.1, adjust SWO_DATA packet formatBrian Swetland
2015-08-06[app][lpcboot] switch to vid:pid 1209:5039 allocated from pid.codesBrian Swetland
2015-08-06[app][mdebug] move to new vid:pid 1209:5038 allocated from pid.codesBrian Swetland
2015-08-05[app][mdebug] improve error reporting, enable reboot commandBrian Swetland
2015-08-05[app][mdebug] support faster SWO rates, default to 6MbpsBrian Swetland
2015-08-04[app][mdebug] handle some usb edge casesBrian Swetland
2015-08-04[app][mdebug] support for SWO transport back to hostBrian Swetland
2015-08-03[app][mdebug] support v1.0 rswd protocolBrian Swetland
2015-08-03[app][mdebug] change default build configurationBrian Swetland
2015-08-03[app][mdebug] adjust m0sub firmware a bitBrian Swetland
2015-08-02[app][mdebug] avoid getting stuck if IN ACK is lostBrian Swetland
2015-08-02[app][mdebug] alternate swd implementation using M0 sub-processorBrian Swetland
2015-07-31[app][lpcboot] support flashing bl & app, launching appBrian Swetland
2015-07-30[app][mdebug] don't poll for usb txn completionBrian Swetland
2015-07-30[app][mdebug] make setclock workBrian Swetland
2015-07-30[app][mdebug] firmware for m3debug/debuggerBrian Swetland
2015-07-26[app][lpcboot] microbootloader for nxp m3/m4 devicesBrian Swetland
2015-07-26[app][udctest] exercise the udc apiBrian Swetland
2015-07-10[app][tests][cache_test] fix the order of an error printfTravis Geiselbrecht
2015-06-29[lib][ptable] Modify ptable to respect erase geometries.John Grossman
2015-06-30[lkboot] add flag to disable autoboot from a projectNathaniel Quillin
2015-06-02[warnings] fix warnings post-smpTravis Geiselbrecht
2015-05-29[app][tests] add realtime arg to the spinner commandTravis Geiselbrecht