Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from FreeRTOS:main #91

Open
wants to merge 411 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
411 commits
Select commit Hold shift + click to select a range
9a2ce91
Revert formatting on Rowley ports (#884)
Skptak Nov 23, 2023
96cdeaa
Revert formatting on SDCC ports (#885)
Skptak Nov 23, 2023
92365c9
Revert Portable/Softune Formatting (#886)
Skptak Nov 23, 2023
b3febb7
Revert formatting on Tasking ports (#887)
Skptak Nov 23, 2023
cb196dd
Revert Portable/WizC Formatting (#888)
Skptak Nov 23, 2023
09c4c4b
Coverity Scan Workflow Fix (#891)
Skptak Nov 23, 2023
ac43135
Not to use object modified in the loop body (#861)
chinglee-iot Nov 24, 2023
61f35dc
Coverity scan and upload in single step (#902)
tony-josi-aws Nov 27, 2023
76f3aa5
The curl command to send the report expects the tar file to be in its…
Skptak Nov 28, 2023
ce88ade
Fix MISRA C 2012 Rule 10.3 errors (#860)
chinglee-iot Nov 28, 2023
1813a45
Fix MISRA 2012 rule 10.4 violations (#852)
chinglee-iot Nov 28, 2023
f2637ba
Fix MISRA 2012 Rule 10.8 violation (#853)
chinglee-iot Nov 28, 2023
dabbc05
Suppress MISRA C rule 11.3 in MISRA.md (#857)
chinglee-iot Nov 28, 2023
a2a4485
Coverity Report Directory Fix (#909)
kar-rahul-aws Nov 28, 2023
147f34a
Revert Portable/Renesas formatting (#876)
Skptak Nov 28, 2023
6a41432
Upgrade msvc port to winsock2 (#895)
Skptak Nov 28, 2023
6a9f5a2
Add portMEMORY_BARRIER() to RX MCU ports (#864)
Skptak Nov 29, 2023
592bfe0
Fix typo in comment (#910)
liux-pro Nov 29, 2023
f8ef5f6
Fix prototype of MPU_vTimerSetReloadMode (#913)
kar-rahul-aws Nov 30, 2023
c0ce725
Add SMP template port and example (#900)
chinglee-iot Dec 4, 2023
cd5c774
Update xTaskGetIdleTaskHandle() For SMP (#868)
Dazza0 Dec 5, 2023
84c0047
Suppress MISRA C:2012 rule 11.5 deviations (#878)
chinglee-iot Dec 6, 2023
edce1e9
Fix MISRA_C_2012 rule 20.7 violation (#843)
kar-rahul-aws Dec 6, 2023
71d86f9
Fix MISRA_C_2012 rule 17.7 violation (#848)
kar-rahul-aws Dec 6, 2023
ce41f6e
Fix MISRA_C_2012 rule 7.2 violation (#842)
kar-rahul-aws Dec 6, 2023
22eb827
Add parameter name for function type (#845)
kar-rahul-aws Dec 6, 2023
d1a0202
Fix MISRA_C_2012 rule 8.4 violation (#844)
kar-rahul-aws Dec 7, 2023
55094e2
Fix MISRA_C_2012 rule 13.2 violation (#855)
kar-rahul-aws Dec 7, 2023
51437bf
Fix MISRA C 2012 rule 8.6 errors (#862)
chinglee-iot Dec 7, 2023
93ef558
Declare variable without initializer (#841)
kar-rahul-aws Dec 7, 2023
15af8e0
Add description about overrun warning in queue.c (#869)
chinglee-iot Dec 7, 2023
877484c
Fix MISRA C 2012 Rule 11.1 deviations (#856)
chinglee-iot Dec 7, 2023
d95b05e
Suppress MISRA C:2012 rule 21.6 for snprintf (#877)
chinglee-iot Dec 7, 2023
de2c0c1
Update partner and community supported port submodule pointer (#919)
chinglee-iot Dec 7, 2023
db5df4b
Revert Portable/CodeWarrior formatting (#831)
Skptak Dec 7, 2023
0debe8c
Revert Portable/Paradigm formatting (#830)
Skptak Dec 7, 2023
bcf7bda
Revert Portable/oWatcom formatting (#829)
Skptak Dec 7, 2023
ac7fc39
Revert Portable/BCC formatting (#828)
Skptak Dec 7, 2023
5dbfd38
Add coverity example (#870)
chinglee-iot Dec 7, 2023
a2712b5
Add constanst suffix to prevent potential type conversion (#921)
chinglee-iot Dec 8, 2023
a79752a
Remove lint suppression comment (#920)
chinglee-iot Dec 8, 2023
553caa1
Update the memory alignment within the Cortex-A9 port asm code (#426)
RichardBarry Dec 9, 2023
30e6b8a
Detect more startup config errors on Cortex M (#832)
jefftenney Dec 11, 2023
bd0f87c
Add portTASK_SWITCH_HOOK (#867)
Dazza0 Dec 11, 2023
e0bb21f
Remove the sample smp configuration folder (#922)
chinglee-iot Dec 13, 2023
1384c68
Update sample configuration file (#923)
kar-rahul-aws Dec 15, 2023
553b0ad
Update comments related to portYIELD_FROM_ISR() in queue.h #925
Skptak Dec 15, 2023
b0439d3
Rename sample configuration to template configuration (#927)
kar-rahul-aws Dec 18, 2023
5bb2b59
Update History.txt for v11.0.0 (#926)
chinglee-iot Dec 18, 2023
4e7ca2d
Update History.txt for V11.0.1 (#932)
kar-rahul-aws Dec 21, 2023
ec93432
Fix build with modern GCC (#933)
Forty-Bot Dec 22, 2023
93380c0
RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMOR…
dpslwk Dec 26, 2023
58f0d36
Export MPU Section Attributes (#931)
Skptak Dec 26, 2023
5544c78
Fix build error for MSP430 and Cortex A with IAR (#937)
jefftenney Dec 29, 2023
75c4044
RP2040: Fix removal of idle_task_static_memory.c (#935)
dpslwk Jan 3, 2024
be880a1
Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (…
chinglee-iot Jan 3, 2024
4568507
Fix documentation for xQueueTakeMutexRecursive (#943)
ericbj29 Jan 3, 2024
1947dd2
Added ability to change task notification index for streambuffers (#939)
glemco Jan 4, 2024
460e953
Add new common words to the cSpellWordList.txt (#946)
Skptak Jan 8, 2024
94cb87a
Assign idle task to each core before SMP scheduler start (#945)
chinglee-iot Jan 9, 2024
529de56
Revert #768 on the XCC/Xtensa portable files (#948)
Skptak Jan 10, 2024
ddc89fa
POSIX - Switch from posix timers to a timer thread to fix signal hand…
cmorganBE Nov 28, 2023
88d3540
POSIX port - Cancel and join all FreeRTOS managed pthreads upon shutdown
cmorganBE Nov 28, 2023
6b698ff
Fix potential race condition
chinglee-iot Jan 10, 2024
7ba4124
Add back the pthread stack fit
chinglee-iot Jan 10, 2024
3dade5b
UPdate format
chinglee-iot Jan 10, 2024
0fac085
Add back heap setup code
chinglee-iot Jan 10, 2024
a7d39c3
format and header file
chinglee-iot Jan 10, 2024
14903c3
Remove redundent cancellation point
chinglee-iot Jan 10, 2024
5ed9c70
Add back event signal
chinglee-iot Jan 10, 2024
b6c0c51
Revert timer tick function
chinglee-iot Jan 10, 2024
6222066
Revert pthread_attr_setstacksize
chinglee-iot Jan 10, 2024
3baa3dd
POSIX port - Switch from allowing the user to specify the stack memor…
cmorganBE Nov 29, 2023
c053ffe
Fix -Werror=unused-parameter in GCC posix prvTimerTickHandler() (#949)
tony-josi-aws Jan 13, 2024
c083af9
Add mpu_wrappers_v2_asm.c to MPU ports (#951)
IsaacDynamo Jan 17, 2024
aa07289
Make configSUPPORT_STATIC_ALLOCATION==1 an error for MPU ports (#953)
IsaacDynamo Jan 18, 2024
52ab3d0
MPU assert for ARM_CM3_MPU (#952)
IsaacDynamo Jan 18, 2024
e6f6d0e
Posix port - set name for threads (#950)
Mixaill Jan 18, 2024
cf2366c
Update unpaired critical section in vTaskDelete for readability (#958)
chinglee-iot Jan 23, 2024
4d9f652
Add check for if the scheduler is running to MPU ports (#954)
Skptak Jan 23, 2024
72c7d86
Update for unpaired critical section in vTaskSuspend (#959)
chinglee-iot Jan 24, 2024
8e664fc
Add check for if the scheduler is running to ARMv8M MPU ports (#960)
Skptak Jan 24, 2024
5040a67
Sync up MicroblazeV9 port with Xilinx tree (#220)
mubinsyed Jan 26, 2024
14dd5b5
use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942)
feilipu Jan 27, 2024
b1ee2e6
Fix MacOS Posix port (#957)
Skptak Jan 28, 2024
1860c9a
GCC: MSP430F449: Fix pxPortInitialiseStack on EABI (#947)
Forty-Bot Jan 29, 2024
722596e
Add code to allow building for x64 in MSVC (#924)
josesimoes Jan 29, 2024
d634344
Add missing Task Notification IFDEF (#967)
Skptak Jan 29, 2024
5a2237a
Remove configTOTAL_MPU_REGIONS from M3 MPU port (#966)
aggarg Jan 29, 2024
04cb022
Add a check for configENABLE_MVE to M23, M33 ports (#968)
aggarg Jan 30, 2024
8622bd5
Fix ThirdParty/GCC/ATmega formatting (#965)
feilipu Jan 30, 2024
c565fd4
Cmake: Create a single static library including port
barnatahmed Jan 30, 2024
ba1e2da
Update ARMv8-M config definitions in template file (#970)
kar-rahul-aws Jan 31, 2024
1de764b
Delete kernel created task in vTaskEndScheduler (#962)
chinglee-iot Feb 1, 2024
edd35e8
Fix MISRA Rule 10.1 violations (#976)
bradleysmith23 Feb 1, 2024
cd8c6c1
Fix MISRA C 2012 Rule 9.3 violations (#973)
bradleysmith23 Feb 1, 2024
d94db2d
Fix MISRA C 2012 Rule 10.3 Violations (#974)
bradleysmith23 Feb 1, 2024
b4da9e3
Fix MISRA directive 4.7 warning (#977)
kar-rahul-aws Feb 1, 2024
1189198
Fix MISRA C 2012 Rule 20.7 Violations (#971)
bradleysmith23 Feb 1, 2024
1c35cb3
Enable xTaskGetCurrentTaskHandleForCore() for single core builds (#978)
Dazza0 Feb 2, 2024
c19b13c
Fix MISRA C 2012 Rule 14.4 Violations. (#975)
bradleysmith23 Feb 2, 2024
1065389
Fix MISRA C 2012 Rule 10.4 Violations (#972)
bradleysmith23 Feb 5, 2024
938ec0f
Correct ARM port folder capitalization (#981)
ericbj29 Feb 5, 2024
23afc48
Update version number (#983)
paulbartell Feb 6, 2024
57a5ed7
Fix SMP task self void run state change (#984)
chinglee-iot Feb 6, 2024
7284d84
Update task notification scheduler suspension usage (#982)
Dazza0 Feb 7, 2024
bd65223
Update default value of configSTACK_DEPTH_TYPE in config file (#987)
kar-rahul-aws Feb 13, 2024
8cfa715
Fix MISRA C 2012 Rule 13.2 Violations (#979)
bradleysmith23 Feb 13, 2024
8c10944
Remove PRIVILEGED FUNCTION from function definiton (#989)
kar-rahul-aws Feb 13, 2024
4d34700
Fix MISRA C 2012 Rule 13.3 Violations (#988)
bradleysmith23 Feb 14, 2024
e68975f
Add default core affinity config value. (#996)
go2sh Feb 16, 2024
1a500f1
Support reset kernel state for restarting scheduler (#944)
chinglee-iot Feb 19, 2024
2fcb0f4
Fix small bugs in Kernel (#998)
AniruddhaKanhere Feb 20, 2024
839ccb7
Use Regex for Copyright Year in Header Check (#1002)
Skptak Feb 26, 2024
61111b1
Add ARMv7-R MPU Port (#938)
Skptak Feb 26, 2024
83b5b24
Fix typo in croutine.c (#1004)
Asmeili Feb 28, 2024
cff947a
Update comment in template FreeRTOSConfig.h (#1007)
aggarg Mar 4, 2024
30f6061
Not using pxIndex to iterate ready list in trace utility (#1000)
chinglee-iot Mar 6, 2024
d95451d
Define portNOP in RP2040 port (#1003)
chinglee-iot Mar 6, 2024
4732b96
Add daemon task startup hook / timer task creation consistency check …
RichardBarry Mar 7, 2024
6dcce92
Improvement for 64bit Windows port (#1011)
watsk Mar 18, 2024
625b24a
Remove duplicate pop from MPU Wrappers ASM Files (#1008)
Skptak Mar 18, 2024
345a86d
ARM CM0+ MPU Port (#1005)
Skptak Mar 26, 2024
a455b86
Add removed unprivileged access check to ARM_CRx_MPU xPortIsAuthorize…
Skptak Mar 27, 2024
39dbff7
Allow xPortIsAuthorizedToAccessBuffer() API call only from mpu_wrappe…
kar-rahul-aws Mar 27, 2024
e8289df
Add config option for event groups and stream buffers (#994)
kar-rahul-aws Mar 27, 2024
7c91049
Update checkout action used in workflow files (#1017)
Skptak Mar 28, 2024
52ee9fa
Add in CI-CD builds of the Cortex-Rx MPU Demos (#1018)
Skptak Mar 29, 2024
ccbbf04
Update coverity example README (#1020)
chinglee-iot Apr 4, 2024
8c49c54
Fix TFM about link (#1021)
kstribrnAmzn Apr 5, 2024
8afb3a5
fix typos in comments: interace -> interface, swtich -> switch (#1022)
laroche Apr 9, 2024
f0ff383
Fix spelling in comment (#1024)
kar-rahul-aws Apr 9, 2024
5da55ba
Add configCHECK_HANDLER_INSTALLATION description in template file (#1…
kar-rahul-aws Apr 9, 2024
6270e2a
Update the memory alignment within the Cortex-R5 port asm code (#1023)
laroche Apr 9, 2024
030c1aa
Add event group and stream buffer config option in template (#1026)
kar-rahul-aws Apr 9, 2024
2829f3e
Replace volatile with configLIST_VOLATILE (#1027)
kar-rahul-aws Apr 10, 2024
73851fb
Remove unwanted volatile keyword (#1028)
kar-rahul-aws Apr 11, 2024
4d4f8d0
Fix vTaskSuspendAll assert for critical nesting count (#1029)
chinglee-iot Apr 11, 2024
6de0d7a
Fix the pxTopcOfStack typo in the RISC-V ports. (#1030)
Skptak Apr 15, 2024
1ed681c
Add readme to example directory (#1032)
AniruddhaKanhere Apr 16, 2024
9bfd0ab
Add IRQ safe API for message buffer reset (#1033)
HagaiMoshe Apr 16, 2024
5a72344
Add MPU wrapper from xStreamBufferResetFromISR (#1034)
kar-rahul-aws Apr 17, 2024
f69b1db
Add Stream Batching Buffer (#916)
cperkulator Apr 17, 2024
c6487d9
Fix build with C90 (#1036)
tony-josi-aws Apr 18, 2024
e143832
tf-m: Update tf-m to TF-Mv2.0.0 release (#1038)
urutva Apr 18, 2024
bbc0589
Fix cmake example errors (#1037)
kar-rahul-aws Apr 18, 2024
8d28021
armv8-m: Remove redundant constant pools (#1035)
urutva Apr 18, 2024
2a014ce
Update submodule pointer (#1040)
chinglee-iot Apr 19, 2024
fdf4695
Adding SMP coverity example (#1039)
chinglee-iot Apr 19, 2024
c02a347
Use suffix "U" for unsigned constant (#1041)
chinglee-iot Apr 19, 2024
111e775
Update History.txt for V11.1.0 (#1042)
chinglee-iot Apr 22, 2024
8e07366
Update kernel version v11.1.0+ in tasks.h (#1043)
chinglee-iot Apr 22, 2024
30afc1a
Fix wrong source file list in CMake of GCC_ARM_CM0 port. (#1045)
0mhu Apr 29, 2024
2eb2d65
Move header includes before extern c (#1047)
HTRamsey May 7, 2024
78c8bbd
Update xPortRunning before resuming first task (#1049)
aggarg May 7, 2024
067d04e
Add vPortGenerateSimulatedInterruptFromWindowsThread in MSVC port (#1…
chinglee-iot May 8, 2024
55eceb2
Add configUSE_TASK_FPU_SUPPORT to AARCH64 port (#1048)
StefanBalt May 8, 2024
29b202a
list.c: improve code comments to point to official documentation abou…
ElectricRCAircraftGuy May 13, 2024
2e0c623
Fix race in prvProcessSimulatedInterrupts (#1055)
aggarg May 14, 2024
a8376db
Revert the change introduced in PR #1051 (#1056)
aggarg May 14, 2024
c9e3949
added configUSE_POSIX_ERRNO to the template FreeRTOSConfig.h (#1052)
n9wxu May 15, 2024
0801c91
Add Noreturn attribute in template port for static analysis (#1060)
kar-rahul-aws May 16, 2024
9697f8c
Update documentation of prvGetExpectedIdleTime (#1061)
aggarg May 20, 2024
27c4fef
typo: add space to examples/template_configuration/FreeRTOSConfig.h (…
laroche May 23, 2024
ef22228
Change UBaseType_t to BaseType_t for a boolean variable (#1072)
kar-rahul-aws May 24, 2024
9f22177
Readability enhancements in heap_1.c (#1074)
wdfk-prog May 29, 2024
65e6297
Add missing Extern "C" to MSVC portmacro.h
CrustyAuklet May 20, 2024
69e1b7c
Clarify documentation of xTaskNumber in TaskStatus_t. (#1081)
schilkp Jun 6, 2024
5a08982
Give queue set queues a unique type number. (#1083)
schilkp Jun 6, 2024
11174fb
Add a list of third party tools (#1080)
aggarg Jun 7, 2024
c431b35
event_create(): check malloc() return value to be non-NULL (#1084)
laroche Jun 7, 2024
bee9037
Fix compilation warning about undelcared pthread_setname_np (#1079)
maxiaogood Jun 10, 2024
e64d1e0
Add traceSTARTING_SCHEDULER tracing hook. (#1082)
schilkp Jun 10, 2024
28b6a14
- Changed macro __VFP_FP__ to __ARM_FP for ports GCC/ARM_CM7, GCC/ARM…
haydenridd Jun 11, 2024
663eaad
Update link in third_party_tools.md (#1090)
aggarg Jun 12, 2024
76eb443
Fix traceMALLOC() allocated bytes (#1089)
DazzlingOkami Jun 13, 2024
0c79e74
Remove run state assertion in prvCheckForRunStateChange (#1093)
chinglee-iot Jun 19, 2024
31419bf
FreeRTOS MPU: Add Privileged eXecute Never MPU attribute support (#1092)
AhmedIsmail02 Jun 19, 2024
9e83829
Update README.md (#1094)
redocrehtona Jun 24, 2024
17dfd0f
Update XMOS xcore.ai port to be compatible with v11.x (#1096)
ACascarino Jun 27, 2024
646881e
fix typo gab -> gap and adjust indentation level (#1097)
laroche Jun 29, 2024
f4f2e15
Fix gcc warning in posix port (#1098)
laroche Jun 29, 2024
0452603
Update LTS 202406 information (#1099)
chinglee-iot Jul 1, 2024
5588ae6
Update ARM_CRx_No_GIC port (#1101)
kar-rahul-aws Jul 22, 2024
d844312
Fix POSIX port to respect configUSE_TIME_SLICING (#1103)
aggarg Jul 26, 2024
fffed5e
Define vApplicationGetTimerTaskMemory only when configUSE_TIMERS is s…
HazardyKnusperkeks Jul 26, 2024
3d935e8
Update broken links in readme and comments (#1110)
kar-rahul-aws Aug 5, 2024
d750173
Only check for stream buffer dependencies, if configUSE_STREAM_BUFFER…
d-otte Aug 5, 2024
53c7e7c
Reset xNextTaskUnblockTime in task notify FromISR APIs (#1111)
aggarg Aug 6, 2024
c963d24
Add support for vApplicationFPUSafeIRQHandler (#1113)
kar-rahul-aws Aug 8, 2024
da3c35a
Add CC-RH port for Renesas F1Kx devices (#1100)
TrongNguyenR Aug 9, 2024
190906a
Add portMEMORY_BARRIER defination to fix over-optimization in xTaskRe…
superroc Aug 12, 2024
40dbccf
Updated the return values for functions in queue.c based on the actua…
xuelix Aug 12, 2024
a936c10
Modify the name of a private function to reflect what it actually doe…
xuelix Aug 14, 2024
294569e
Optimize xTaskIncrementTick for configNUMBER_OF_CORES > 1 (#1118)
cymizer Aug 19, 2024
49e8831
Fix compilation issue of IA32_flat port (#1122)
kar-rahul-aws Aug 19, 2024
2faa8bc
Remove hardware dependence in portmacros.h (#1112)
mayl Aug 19, 2024
e43553a
Yield for task when core affinity of a ready task is changed (#1123)
chinglee-iot Aug 20, 2024
18a168b
Add heap protector to allocted heap blocks (#1125)
Saiiijchan Aug 20, 2024
0b904a5
Remove access check from ISR function (#1127)
kar-rahul-aws Aug 21, 2024
23cfd11
Update CMakeLists.txt to proper name for the ports (#1129)
kar-rahul-aws Aug 22, 2024
e6d8308
GCC: ARM_CM0: Fix L6286E error on Keil MDK (#1131)
TomasGalbickaNXP Aug 29, 2024
6dab25a
Pend a yield in portPRE_TASK_DELETE_HOOK (#1132)
aggarg Aug 29, 2024
4a3c920
Update comment in the example for declaration of xTimerReset (#1133)
kar-rahul-aws Sep 2, 2024
a045081
Update config macro for xTaskGetCurrentTaskHandle (#1136)
kar-rahul-aws Sep 4, 2024
93e8199
Fix IA32 compilation with common IRQ entry disabled (#1137)
Ryzee119 Sep 9, 2024
310ace5
Add configuration include to secure_heap.c (#1141)
Olstyle Sep 10, 2024
40031cf
Update upload-artifact GH action's version (#1145)
aggarg Sep 11, 2024
d806240
Task: fix compiler warning for architectures that does not define por…
skotopes Sep 11, 2024
d3052f1
Event Groups: snapshot xEventGroupSetBits returning value while in vT…
skotopes Sep 11, 2024
61440fc
Refine heap_5 heap protector (#1146)
Saiiijchan Sep 19, 2024
9788e7e
modernize ARM assembler syntax (#1148)
laroche Sep 20, 2024
c0bfbb9
Remove error for 16 MPU resgion from IAR ports (#1149)
aggarg Sep 23, 2024
de7c014
Change the cast from UBaseType_t to size_t (#1153)
aggarg Sep 30, 2024
1cb8042
Update MPU prototypes (#1150)
aggarg Sep 30, 2024
e81ad46
refactor: change methods ENTER|EXIT critical (#1140)
GuilhermeGiacomoSimoes Oct 7, 2024
f5cf45d
[Fixed the Issue] Fixed the Issue#1102 of RL78 of the Context switch …
KeitaKashima Oct 15, 2024
5f3bab1
Xtensa support updated and moved to Partner-Supported submodules (#1156)
ianstcdns Oct 15, 2024
a49c35b
Fix incorrect error checking of prvCreateIdleTasks (#1158)
kakkoko Oct 16, 2024
e400cc9
Update .github/CODEOWNERS (#1162)
tony-josi-aws Oct 22, 2024
7081e76
Armv8.1-m: Add pacbti support (#1147)
AhmedIsmail02 Oct 24, 2024
7215c89
POSIX Port: Remove pthread_attr_setstacksize call (#1161)
hollinsky Oct 24, 2024
c0585ad
freertos-config: Fix library definitions scope (#1164)
AhmedIsmail02 Oct 25, 2024
8225a7f
Fix AutoReload variable name (#1166)
kstribrnAmzn Oct 31, 2024
de276eb
Fix spelling typos (#1168)
ActoryOu Nov 1, 2024
a081ba8
Fix variable name mismatch, mpu_wrappers type mismatch. (#1181)
kstribrnAmzn Nov 1, 2024
7d76dce
Add assert check for NULL TCB handle (#1177)
kar-rahul-aws Nov 2, 2024
445336a
Follow GitHub recommendation to update release.yml (#1178)
ActoryOu Nov 4, 2024
a27d665
Move configASSERT default definition above before including portable.…
ActoryOu Nov 4, 2024
b4a9707
Fix RISC-V configMTIMECMP_BASE_ADDRESS (64-bit) stored in 32-bit int …
vishwamartur Nov 4, 2024
f0d7945
Fix SMP debugging issue on rp2040 (#1174)
vishwamartur Nov 4, 2024
d0d55f3
Enhancements and Bug Fixes for F1Kx Port (#1169)
TrongNguyenR Nov 5, 2024
9736947
Heap: add new API to reset xMinimumEverFreeBytesRemaining. (#1189)
TomasGalbickaNXP Nov 12, 2024
8f7f451
Don't suspend scheduler if task already notified (#1190)
jefftenney Nov 12, 2024
f239da0
Add xPortResetHeapMinimumEverFreeHeapSize to heap5 (#1191)
aggarg Nov 13, 2024
73f6e3a
RP2040 Updates: (#1193)
kilograham Nov 14, 2024
25f9222
armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192)
AhmedIsmail02 Nov 14, 2024
7e419c2
Update partner supported and community supported ports submodulees (#…
tony-josi-aws Nov 14, 2024
874fa7b
Removing the old -RV32 directory name from parts of the documentation…
rwardd Nov 20, 2024
682f051
Fix CMake build for RP2040 (#1197)
yh-sb Nov 25, 2024
974351f
Update manifest to use 'V' (#1201)
kstribrnAmzn Dec 2, 2024
b58005a
Add macro guard configUSE_MPU_WRAPPERS_V1 to remove definition missin…
kar-rahul-aws Dec 16, 2024
3ddfffd
Regression Bug Fix: Fix Incorrect Return of MSVC-MingW portYIELD_FROM…
wwhheerree Dec 16, 2024
e169442
Refine VFP context for Coretex-A9 (#1209)
Saiiijchan Dec 17, 2024
31dd1e3
Pass core ID to critical nesting count macros (#1206)
felixvanoost Dec 19, 2024
cc31510
Remove unused config parameters (#1211)
aggarg Dec 19, 2024
f31787d
fix(freertos): Limit idle task name length copy operation and ensure …
sudeep-mohanty Dec 20, 2024
f63bc2b
Add an example of human readable table generated by vTaskListTasks() …
wwhheerree Dec 24, 2024
f05244a
Pass core ID to port lock macros (#1212)
felixvanoost Dec 30, 2024
e55bde2
Add a stack pointer bounds check when configCHECK_FOR_STACK_OVERFLOW …
jiladahe1997 Dec 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
990 changes: 990 additions & 0 deletions .github/.cSpellWords.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @FreeRTOS/pr-bar-raiser
* @FreeRTOS/pr-bar-raisers

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
Expand Down
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GitHub provides additional document on [forking a repository](https://help.githu


## Getting your pull request merged
All pull requests must be approved by our review team before it can be merged in. We appreciate your patience while pull requests are reviewed. The time it takes to review will depend on complexity and consideration of wider implications.
All pull requests must be approved by our review team before it can be merged in. We appreciate your patience while pull requests are reviewed. The time it takes to review will depend on complexity and consideration of wider implications. For more information on the pull request process, please see the documentation [here](pull_request_process.md).


## Finding contributions to work on
Expand Down
62 changes: 0 additions & 62 deletions .github/actions/url_verifier.sh

This file was deleted.

3 changes: 3 additions & 0 deletions .github/allowed_urls.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://www.renesas.com/us/en/document/mah/rh850f1k-group-users-manual-hardware?r=1170166
https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rh850-automotive-mcus
https://www.renesas.com/us/en/software-tool/c-compiler-package-rh850-family#downloads
Loading