aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2023-04-23[float_test_vec] Fix -Wdouble-promotion warningsAlex Richardson
2023-04-23[benchmarks] Fix -Wdouble-promotion warningsAlex Richardson
2023-04-23[benchmarks] Use volatile variables in bench_sincosAlex Richardson
2023-04-23[clang] Fix -Wformat warningsAlex Richardson
2023-02-18[app][tests][float] generally spiff up the testTravis Geiselbrecht
2022-10-23[make] add a way for a module to opt into additional warningsTravis Geiselbrecht
2022-07-17[arch][riscv] add fpu context switch supportTravis Geiselbrecht
2022-07-17[arch][fpu] add ability to specify per file or module if code needs fpuTravis Geiselbrecht
2022-04-29[app] tweak app start to only run apps with entry points definedTravis Geiselbrecht
2022-04-18[app][mem_test] print the range before starting the testTravis Geiselbrecht
2022-03-19[lib][minip] add a mechanism to wait for the stack to be configuredTravis Geiselbrecht
2021-11-09[dev][pci] move the pci console commands into the pci bus driverTravis Geiselbrecht
2021-10-21[app][warnings] fix -Wmissing-declarations warnings in app/Travis Geiselbrecht
2021-10-07[arch][arm] add debug asserts to the non SMP spinlock routinesTravis Geiselbrecht
2021-06-27[warnings][gcc 11] Fix a few annoying out of bounds pointer warningsTravis Geiselbrecht
2021-05-29[lib][console] move the state of the console into an objectTravis Geiselbrecht
2021-05-27[app] make APP_START work with C++Travis Geiselbrecht
2021-05-26[app] add a standalone routine and a command line app start routineTravis Geiselbrecht
2021-02-01[app][mdebug] version 1.0Brian Swetland
2021-01-30[app][mdebug] makefile.fw and linkscript to regenerate fwBrian Swetland
2021-01-30[app][mdebug] normalize whitespace in fw-m0sub.hBrian Swetland
2020-07-25[warning] add -Wdouble-promotionTravis Geiselbrecht
2020-07-25[warnings] add -Wshadow which helps detect local variables that override globalsTravis Geiselbrecht
2020-07-25[lib][console] rename some console command types to be prefixed with console_Travis Geiselbrecht
2020-07-12[app][tests] fix a function definition to make the prototypeTravis Geiselbrecht
2020-05-17[console] move the history buffer into static memory, remove console_initTravis Geiselbrecht
2020-05-16[arch] tweak arch_cycle_count prototype to return a ulongTravis Geiselbrecht
2020-05-16[arch] move the atomic ops into a separate headerTravis Geiselbrecht
2020-05-14[apps] switch to the __start __stop section linker magicTravis Geiselbrecht
2020-03-07[dev][bus][pci] add simple type 1 (IO port based) access modeTravis Geiselbrecht
2020-03-07[dev][bus][pci] move the pci driver out of platform/pc into generic spaceTravis Geiselbrecht
2019-07-13[include][console] split lib/console.h into twoTravis Geiselbrecht
2019-07-13[include] move almost all of the remainder of top level includes into a subdirTravis Geiselbrecht
2019-07-05[license] replace the longer full MIT license with a shorter oneTravis Geiselbrecht
2019-06-19[formatting] run everything through codestyleTravis Geiselbrecht
2019-06-19[include][lk] fixup lk/ include path moveTravis Geiselbrecht
2018-12-16[warnings] fix warnings across the entire code baseTravis Geiselbrecht
2018-12-16[arch][riscv] Initial port to a riscv32 sifive targetTravis Geiselbrecht
2018-03-15[warnings] fix a few warnings introduced with newer version of gccTravis Geiselbrecht
2018-01-22[cdcserial] Refactor driver to support multiple channels.Erik Gilling
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