aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
AgeCommit message (Expand)AuthorFilesLines
2021-04-30target/armv7m: change FPv4_SP and FPv5_SP/DP identifiers to uppercaseTomas Vanek2-2/+2
2021-03-10rtos: Remove typedef'd structMarc Schink14-41/+41
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-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-08coding style: fix space separationAntonio Borneo1-1/+1
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-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-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-02rtos/FreeRTOS: Fix FreeRTOS thread list readingRahul Masurkar1-2/+2
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome2-9/+46
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-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky3-0/+350
2019-01-23rtos: Add RTOS task awareness for Chromium-ECMoritz Fischer3-0/+390
2018-10-16rtos: check symbol list when updating uCOS-IIISteven Stallion1-0/+5
2018-10-16esirisc: support eSi-RISC targetsSteven Stallion3-0/+45
2018-10-16rtos: support gdb_get_register_packetSteven Stallion17-462/+458
2018-08-21rtos/linux.c: fix clang static analyzer warningTomas Vanek1-2/+2
2018-08-01rtos: add support for NuttXMasatoshi Tateishi4-1/+481
2018-04-23ChibiOS thread states: Update thread state to label mappingFaisal Shah1-4/+3
2018-04-07rtos: Fix XPSR_OFFSET for cortex_m4f stackingArmin van der Togt1-2/+21
2018-03-07Fix ChibiOS FPU detection.Luca Dariz1-1/+1
2018-03-03rtos: fix rtos no-auto configurationMatthias Welwarsky1-1/+1
2018-02-21rtos: run rtos create hook only once on autodetectMatthias Welwarsky1-3/+5
2018-02-21rtos: facilitate RTOS SMP handlingMatthias Welwarsky2-0/+11
2017-12-06rtos: Use 'bool' as return type for detect_rtos()Marc Schink9-29/+29
2017-06-30rtos: better sanity checking for uCOS-IIISteven Stallion1-0/+5
2017-06-30rtos: style corrections for uCOS-IIISteven Stallion3-97/+95
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-2/+2
2017-01-15helper,rtos,server: Restore missing warning flagsAndreas Fritiofson1-1/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-27/+27
2016-12-08helper: Code cleanup for hexify()Marc Schink2-3/+7
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion8-23/+21
2016-12-08rtos: add support for uC/OS-IIISteven Stallion5-8/+613
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-1/+4