aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/rtos.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-28rtos: Fix constness of struct rtos_typeAndreas Fritiofson1-19/+19
2023-01-28rtos: Support rt-kernelAndreas Fritiofson1-0/+2
2023-01-28rtos: add custom stack read functionErhan Kurubas1-1/+4
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-17rtos: Support looking up .lto_priv.0 appended to symbol nameTim Nordell1-8/+47
2022-09-17rtos: Fold is_symbol_mandatory into rtos_qsymbol(..)Tim Nordell1-20/+15
2022-09-17rtos: Create a new helper function find_symbol(...)Tim Nordell1-13/+18
2022-08-15rtos: Support for "none" rtosAsier Llano1-1/+4
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome1-1/+1
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-2/+2
2021-08-14rtos: add debug prints for qSymbol lookupJan Matyas1-0/+11
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-5/+5
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-16/+16
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-1/+1
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-0/+16
2021-07-02rtos: rename CamelCase symbolsAntonio Borneo1-12/+12
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-2/+2
2021-05-11rtos: Add support for Zephyr RTOSEvgeniy Didin1-0/+2
2021-03-10rtos: Remove typedef'd structMarc Schink1-4/+4
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo1-1/+3
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-7/+4
2020-07-26rtos: fix minor typosAntonio Borneo1-1/+1
2020-07-26rtos: add support for RIOTDaniel Krebs1-0/+3
2020-05-24openocd: properly use jim data typesAntonio Borneo1-1/+1
2020-05-24rtos/ChibiOS: Fix some coding stylesMarc Schink1-2/+2
2020-03-17rtos: Destroy RTOS and fix memory leakMarc Schink1-0/+5
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-9/+37
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv1-1/+1
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky1-0/+2
2019-01-23rtos: Add RTOS task awareness for Chromium-ECMoritz Fischer1-0/+2
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-28/+88
2018-08-01rtos: add support for NuttXMasatoshi Tateishi1-0/+2
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 Welwarsky1-0/+10
2016-12-08helper: Code cleanup for hexify()Marc Schink1-2/+5
2016-12-08gdb_server: support qXfer:threads:read packetSteven Stallion1-3/+3
2016-12-08rtos: add support for uC/OS-IIISteven Stallion1-6/+19
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-1/+4
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-1/+1
2016-08-14rtos: remove display_str memberSteven Stallion1-12/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-1/+1
2015-10-30rtos: turn stack alignment into a function pointerAndrew Ruder1-7/+6
2015-04-24rtos: fix print format specifiersPaul Fertser1-1/+1
2015-04-14RTOS: Add logging to FreeRTOS and general RTOSEvan Hunter1-1/+12
2015-03-09rtos: Freescale MQX rtos supportMarian Cingel1-1/+3