aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Merge branch 'master' into from_upstreamTim Newsome2-2/+2
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek2-2/+2
2021-04-13Merge branch 'master' into from_upstreamTim Newsome14-41/+41
2021-04-13Don't check target_address_bits() until we need it. (#593)Tim Newsome1-60/+72
2021-04-08Support RV32/RV64 mainline/metal stackings (#586)Tim Newsome6-141/+481
2021-03-17Writing registers in other threads appears to work. (#585)Tim Newsome3-1/+77
2021-03-10rtos: Remove typedef'd structMarc Schink14-41/+41
2021-03-05RISC-V Freertos support (#582)Tim Newsome13-200/+452
2021-01-18Remove `-rtos riscv` (#567)Tim Newsome4-391/+1
2020-12-31Merge branch 'master' into from_upstreamTim Newsome6-34/+47
2020-12-26rtos/hwthread: fix register list for armv7aAntonio Borneo1-5/+17
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo2-2/+3
2020-11-04rtos: declare local symbols as staticAntonio Borneo4-21/+21
2020-10-15Make it build again.Tim Newsome1-1/+1
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome13-75/+626
2020-10-03FreeRTOS: strip duplicate line returnsKarl Palsson1-10/+10
2020-10-03FreeRTOS: properly read on big endian systems.Karl Palsson1-42/+41
2020-09-05openocd: use proper format with uint32_tAntonio Borneo3-4/+4
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo3-19/+10
2020-07-26rtos: fix minor typosAntonio Borneo5-5/+5
2020-07-26rtos: add support for RIOTDaniel Krebs5-0/+561
2020-07-17Further deprecate `-rtos riscv`. (#499)Tim Newsome1-7/+20
2020-07-08coding style: fix space separationAntonio Borneo1-1/+1
2020-06-23Fix build.Tim Newsome1-2/+2
2020-06-23Merge branch 'master' into from_upstreamTim Newsome12-115/+118
2020-06-06coding style: fix multi-line dereferencingAntonio Borneo1-14/+7
2020-05-24openocd: properly use jim data typesAntonio Borneo1-1/+1
2020-05-24rtos/ChibiOS: Fix some coding stylesMarc Schink3-62/+62
2020-05-19Fix semihosting for multicore targets (#478)Tim Newsome1-1/+1
2020-05-09coding style: add missing space when split stringsAntonio Borneo2-3/+3
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-2/+2
2020-05-07Add get_thread_reg() and set_reg() for hwthreadTim Newsome1-51/+90
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo4-5/+0
2020-04-15Revert "rtos/FreeRTOS: Fix FreeRTOS thread list reading"Tomas Vanek1-16/+23
2020-03-26Use the correct thread for memory accesses. (#459)Tim Newsome3-1/+64
2020-03-17rtos: Destroy RTOS and fix memory leakMarc Schink2-0/+6
2020-03-07rtos/linux: fix use of memory after it is freedTomas Vanek1-7/+9
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo2-2/+2
2020-01-31Update the current thread when gdb requests a step. (#444)Tim Newsome1-4/+5
2020-01-02rtos/FreeRTOS: Fix FreeRTOS thread list readingRahul Masurkar1-2/+2
2019-12-04Warn about using `-rtos riscv`. (#430)Tim Newsome1-0/+7
2019-09-27Merge branch 'master' into from_upstreamTim Newsome3-3/+3
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome2-9/+46
2019-08-14Don't fake step for hwthread rtos. (#393)Tim Newsome3-1/+22
2019-06-12ARMv8: Update rtos_reg storage from 8 to 16 bytesDaniel Goehring1-1/+1
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv2-2/+2
2019-04-03Merge branch 'master' into from_upstreamTim Newsome1-1/+1
2019-04-03Support simultaneous resume using hasel (#364)Tim Newsome1-1/+1
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky3-0/+350
2019-02-08Merge branch 'master' into from_upstreamTim Newsome3-0/+390