aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2024-01-18app/timertest: Add build variable to control timer granularityAndrei Homescu
2023-10-19app:scstest: restore shadow stack after mutationPer Larsen
2023-10-04threadtest: disable flaky thread cookie testsPer Larsen
2023-08-07trusty: threadtest: remove accidentally added fileMike McTernan
2023-08-04trusty:pac: add pac_key testMike McTernan
2023-07-21threadtest: Fix void argument compiler warningStephen Crane
2023-07-21Test thread wake up cookie checksPer Larsen
2023-07-21Test thread cookiesPer Larsen
2023-04-21app/timertest: adjust required timer granularity threshold for gem5 simulationYurii Shutkin
2022-12-06app: Sanitize thread pointer in function start_appArmelle Laine
2021-12-01Refactor getting pinned and current cpu methodsZhong,Fangjian
2021-08-10[app][timertest] invoke thread_set_pinned_cpu with thread lock unheldArmelle Laine
2021-08-10[app][pincputest] Add kernel test verifying cpu pinning on any thread stateArmelle Laine
2021-06-17[app][scstest] Test custom shadow call stack sizeperl
2021-06-17[app][scstest] Test kernel shadow call stackperl
2019-12-13app: timertest: Add kernel timer testArve Hjønnevåg
2019-04-11Use functions instead of macros for alignmentMatthew Maurer
2019-03-26Convert TIME_LT and friends to inline functionsMatthew Maurer
2019-02-14Remove unneeded applications in app/ directory.Nick Bray
2018-02-28Fix and eliminate compiler warnings.Nick Bray
2017-09-21[clang] Refactor declaration and use of extern linker variablesRoberto Pereira
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