FreeRTOS-Kernel/portable/ThirdParty/GCC
Vishwanath Martur f0d79459d6
Fix SMP debugging issue on rp2040 (#1174)
* Fix SMP debugging issue on rp2040

Related to #1172

Add `multicore_reset_core1` before `multicore_launch_core1` in `xPortStartScheduler` function to fix debugging issue on rp2040 with SMP enabled.

* Modify `portable/ThirdParty/GCC/RP2040/port.c` to include a call to `multicore_reset_core1` before `multicore_launch_core1` within the `#if portRUNNING_ON_BOTH_CORES` block.

* Recover comments back

---------

Co-authored-by: ActoryOu <jay2002824@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
2024-11-04 21:51:51 +05:30
..
ARC_EM_HS Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
ARC_v1 Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
ARM_TFM tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) 2024-04-18 17:55:14 +05:30
ATmega Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Posix Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
RISC-V Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RP2040 Fix SMP debugging issue on rp2040 (#1174) 2024-11-04 21:51:51 +05:30
Xtensa_ESP32 Move configASSERT default definition above before including portable.h. (#1185) 2024-11-04 16:35:52 +05:30