flash/nor/rp2040: fix memory leak of target stack workarea
[fw/openocd] / src / rtos /
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-17 Tim Nordellrtos: Support looking up .lto_priv.0 appended to symbol...
2022-09-17 Tim Nordellrtos: Fold is_symbol_mandatory into rtos_qsymbol(..)
2022-09-17 Tim Nordellrtos: Create a new helper function find_symbol(...)
2022-09-13 Frank DischnerFreeRTOS: Fix thread reg list for Cortex-M7
2022-09-13 Antonio Borneoopenocd: remove CamelCase symbols *xPSR*
2022-08-15 Asier Llanortos: Support for "none" rtos
2022-08-08 Frank DischnerFreeRTOS: Always show current execution before schedule...
2022-08-08 Frank DischnerFreeRTOS: Fix current thread ID when no threads are...
2022-07-23 Antonio Borneoopenocd: src/rtos: replace the GPL-2.0-or-later license tag
2022-07-23 Antonio Borneoopenocd: src: fix incorrect SPDX tags
2022-07-23 Antonio Borneoopenocd: src: add GPL license tag on files that miss it
2022-07-23 Antonio Borneoopenocd: build: add SPDX tag
2022-04-23 Julien Massotrtos: zephyr: do not use deprecated symbols name
2022-03-26 Antonio Borneohelper/bits: add BIT_ULL and GENMASK macros
2022-03-26 Antonio Borneoopenocd: include config.h in every file .c
2022-02-14 Ben McMorranrtos: threadx: Add hla_target support for ThreadX
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2021-11-05 Tim Newsomertos: use struct member names instead of comments
2021-10-02 Yasushi SHOJIhelper: Remove src/helper from include dirs
2021-10-02 Tim Newsomeuint64_t->target_addr_t for stack pointers.
2021-09-18 Antonio Borneoopenocd: remove last NULL comparisons
2021-08-30 Antonio BorneoMakefile: drop warning suppression on win build
2021-08-22 Sebastiaan de Scha... rtos/riot: fix out-of-bounds writes when target is...
2021-08-22 Sebastiaan de Scha... rtos/riot: fix out-of-bounds read of optional symbols...
2021-08-14 Jan Matyasrtos: add debug prints for qSymbol lookup
2021-07-31 Julien Massotrtos: zephyr: add zephyr_params for cortex r4
2021-07-24 Antonio Borneoopenocd: fix Yoda conditions with checkpatch
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [2/2]
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-07-02 Tim NewsomeAdd RTOS memory read/write functions.
2021-07-02 Antonio Borneortos/eCos: rename CamelCase symbols
2021-07-02 Antonio Borneortos: rename CamelCase symbols
2021-07-02 Antonio Borneortos: convert CamelCase enum in uppercase
2021-06-18 Tarek BOCHKATItarget/arm: optimize architecture flags
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-29 Antonio Borneortos: use ARRAY_SIZE() and simplify rtos_type.create()
2021-05-29 Antonio Borneoopenocd: use macro ARRAY_SIZE()
2021-05-22 Antonio Borneoopenocd: fix some minor typo
2021-05-11 Evgeniy Didinrtos: Add support for Zephyr RTOS
2021-04-30 Tomas Vanektarget/armv7m: change FPv4_SP and FPv5_SP/DP identifier...
2021-03-10 Marc Schinkrtos: Remove typedef'd struct
2020-12-26 Antonio Borneortos/hwthread: fix register list for armv7a
2020-11-04 Antonio Borneortos: make private the API rtos_try_next()
2020-11-04 Antonio Borneortos: declare local symbols as static
2020-10-03 Karl PalssonFreeRTOS: strip duplicate line returns
2020-10-03 Karl PalssonFreeRTOS: properly read on big endian systems.
2020-09-05 Antonio Borneoopenocd: use proper format with uint32_t
2020-09-05 Antonio Borneoopenocd: avoid checking for non NULL pointer to free it
2020-07-26 Antonio Borneortos: fix minor typos
2020-07-26 Daniel Krebsrtos: add support for RIOT
2020-07-08 Antonio Borneocoding style: fix space separation
2020-06-06 Antonio Borneocoding style: fix multi-line dereferencing
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-05-24 Marc Schinkrtos/ChibiOS: Fix some coding styles
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-05-07 Tim NewsomeAdd get_thread_reg() and set_reg() for hwthread
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text...
2020-04-15 Tomas VanekRevert "rtos/FreeRTOS: Fix FreeRTOS thread list reading"
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak
2020-03-07 Tomas Vanekrtos/linux: fix use of memory after it is freed
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-01-02 Rahul Masurkarrtos/FreeRTOS: Fix FreeRTOS thread list reading
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access
2019-06-12 Daniel GoehringARMv8: Update rtos_reg storage from 8 to 16 bytes
2019-06-04 Bohdan Tymkivgdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned...
2019-03-08 Matthias Welwarskyrtos/hwthread: add hardware-thread pseudo rtos
2019-01-23 Moritz Fischerrtos: Add RTOS task awareness for Chromium-EC
2018-10-16 Steven Stallionrtos: check symbol list when updating uCOS-III
2018-10-16 Steven Stallionesirisc: support eSi-RISC targets
2018-10-16 Steven Stallionrtos: support gdb_get_register_packet
2018-08-21 Tomas Vanekrtos/linux.c: fix clang static analyzer warning
2018-08-01 Masatoshi Tateishirtos: add support for NuttX
2018-04-23 Faisal ShahChibiOS thread states: Update thread state to label...
2018-04-07 Armin van der Togtrtos: Fix XPSR_OFFSET for cortex_m4f stacking
2018-03-07 Luca DarizFix ChibiOS FPU detection.
2018-03-03 Matthias Welwarskyrtos: fix rtos no-auto configuration
2018-02-21 Matthias Welwarskyrtos: run rtos create hook only once on autodetect
2018-02-21 Matthias Welwarskyrtos: facilitate RTOS SMP handling
2017-12-06 Marc Schinkrtos: Use 'bool' as return type for detect_rtos()
2017-06-30 Steven Stallionrtos: better sanity checking for uCOS-III
2017-06-30 Steven Stallionrtos: style corrections for uCOS-III
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2017-01-15 Andreas Fritiofsonhelper,rtos,server: Restore missing warning flags
2016-12-08 Andreas FritiofsonConvert to non-recursive make
2016-12-08 Marc Schinkhelper: Code cleanup for hexify()
2016-12-08 Steven Stalliongdb_server: support qXfer:threads:read packet
2016-12-08 Steven Stallionrtos: add support for uC/OS-III
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command
2016-10-17 Marc Schinkhelper: Make unhexify() robust on invalid data
2016-08-14 Steven Stallionrtos: remove display_str member
2016-08-13 Andy Pomfretrtos: removed chSysInit from detection of ChibiOS ...
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-20 Andreas FärberFix spelling of ARM Cortex
2016-05-04 Jonathan DumaresqRTOS support: Add FPU support for FreeRTOS
next