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 #4

Open
wants to merge 159 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
159 commits
Select commit Hold shift + click to select a range
56b878b
Add FreeRTOS+TCP in cellular demo for logging (#1101)
chinglee-iot Oct 16, 2023
0392688
Fix Unit test for APIs ulTaskNotifyTake and xTaskNotifyWait (#1102)
kar-rahul-aws Oct 17, 2023
1114e8f
Add kernel base priority get unit test (#1099)
chinglee-iot Oct 18, 2023
e7d3976
Add unit test for FreeRTOS SMP (#1047)
chinglee-iot Oct 31, 2023
2d3b32c
Set ETHERNET_IRQn priority in main_networking.c
paulbartell Oct 30, 2023
9dc172d
Use 1500 Bytes as the MTU for all FreeRTOS+TCP demos (#1105)
paulbartell Oct 31, 2023
b1cadcc
Demo: Qemu-mps2 Enable DHCP by default (#1107)
paulbartell Oct 31, 2023
f60dd88
Remove deprecated ipconfigRAND32 (#1108)
moninom1 Nov 1, 2023
55d07da
Add CMock test case for vTaskResume (#1111)
Moral-Hao Nov 7, 2023
ae39f8e
Fix one typical misusage of CMock. (#1112)
Moral-Hao Nov 13, 2023
174b456
Add test cases to cover prvCreateIdleTasks for SMP (#1114)
chinglee-iot Nov 15, 2023
0a62d56
Fix unit test for passive idle task (#1116)
chinglee-iot Nov 16, 2023
24eed82
Update kernel submodule (#1117)
chinglee-iot Nov 16, 2023
eccc254
Add back mtCOVERAGE_TEST_MARKER in stream_buffer unit test (#1110)
chinglee-iot Nov 16, 2023
82b4c24
Fix AWS Demo Build Configurations (#1115)
Skptak Nov 16, 2023
fd352fd
Fix misusage of CMock in dir tasks.
Moral-Hao Nov 24, 2023
f6d2b62
Remove 64 Bit Visual Studio Configurations (#1120)
Skptak Dec 1, 2023
30fadd8
Add unit test for xTaskGetIdleTaskHandleForCore (#1119)
chinglee-iot Dec 5, 2023
831035a
Update kernel submodule pointer for get idle task handle (#1129)
chinglee-iot Dec 5, 2023
0945a8a
Update FreeRTOS.h for portSWITCH_TASK_HOOK in unit test (#1131)
chinglee-iot Dec 11, 2023
76c0f87
Fix SMP unit test for switch hook (#1133)
chinglee-iot Dec 11, 2023
0857bd7
Update submodule for kernel and community demos (#1134)
chinglee-iot Dec 11, 2023
012e618
Update MPU Demos for Kernel V10.6.2 (#1124)
kar-rahul-aws Dec 11, 2023
fee933f
Disable new handler installation check for XMC1000 (#1132)
jefftenney Dec 11, 2023
b9cb18e
Update coreHTTP S3 Download Instructions (#1127)
bradleysmith23 Dec 13, 2023
4bad7a6
Update cellular interface submodule pointer (#1141)
chinglee-iot Dec 15, 2023
6b513cb
Use MbedTLS 3.5.1 and Add TLS 1.3 Support to WinSim Demos (#1135)
Skptak Dec 15, 2023
dc4bdf5
Update RISC-V QEMU project for GCC (#1142)
chinglee-iot Dec 19, 2023
ec25164
Update riscv eclipse project (#1143)
chinglee-iot Dec 20, 2023
660166b
Riscv re-factoring (#1145)
tony2037 Dec 21, 2023
31d6ace
Add eTaskConfirmSleepModeStatus unit test for SMP (#1118)
chinglee-iot Dec 26, 2023
85ed21b
msp430_GCC: Make interrupts return void (#1146)
Forty-Bot Dec 26, 2023
121fbe2
Fix formatting in kernel demo application files (#1148)
kar-rahul-aws Jan 2, 2024
bd56549
Update SMP unit test to cover prvInitialiseTaskLists (#1151)
chinglee-iot Jan 8, 2024
0b5cd08
Improvement to UARTCommandConsole.c (FreeRTOS#548) (#1147)
dougwfoster Jan 8, 2024
5c374f1
Add TCP zero copy example to the TCP echo client demo - IPv6 WinSim (…
tony-josi-aws Jan 11, 2024
ab999f9
Update GitPython version for untrusted search path on Windows. (#1154)
ActoryOu Jan 12, 2024
7d09b88
Fix C source and header file license spacing (#1155)
kstribrnAmzn Jan 13, 2024
154dee1
Fix msp430_GCC demo application (#1153)
Forty-Bot Jan 15, 2024
3e1c9a5
Update SMP unit test for vTaskDelete change (#1158)
chinglee-iot Jan 23, 2024
527ee9a
Update kernel submodule for unit test (#1159)
chinglee-iot Jan 23, 2024
d603c9b
Update for vTaskSuspend SMP unit test (#1160)
chinglee-iot Jan 24, 2024
c852aae
Update kernel submodule for vTaskSuspend change (#1161)
chinglee-iot Jan 25, 2024
7fc12c2
Update FreeRTOS and AWS Library Submodules (#1162)
Skptak Jan 27, 2024
770e93b
Add tests for streambuffers with different notification index (#1150)
glemco Jan 29, 2024
b0c6296
Update all CMock configuration to compare_ptr. (#1123)
Moral-Hao Jan 29, 2024
3d236bd
Add x64 configuration to Win32-MSVC demo (#1164)
aggarg Jan 30, 2024
8422d79
Update on target test for passive idle hook (#1128)
chinglee-iot Jan 31, 2024
269b16a
Fix unit test for vTaskEndShceduler (#1163)
chinglee-iot Feb 1, 2024
457ca86
Update kernel submodule for vTaskEndScheduler and vTaskDelete unit te…
chinglee-iot Feb 1, 2024
1bfa474
Update jquery to version 3.7.1
paulbartell Feb 2, 2024
257c291
Remove included server key/certs from WolfSSL Demo
paulbartell Feb 2, 2024
3c5fbc7
Update unit test to address vTaskDelete and vTaskSuspend change for S…
chinglee-iot Feb 6, 2024
b31b3d4
Update kernel submodule to address vTaskDelete and vTaskSuspend chang…
chinglee-iot Feb 6, 2024
ce28d94
Update unit tests due to task notification changes (#1177)
Dazza0 Feb 7, 2024
5be0af1
Update kernel submodule for task notify change (#1182)
chinglee-iot Feb 7, 2024
9cb2944
Add SMP suspend scheduler on target test (#1184)
chinglee-iot Feb 7, 2024
3878dd9
Add SMP one task enter suspendall on target test (#1183)
chinglee-iot Feb 7, 2024
2f85ed9
Add SMP schedule equal priority on target test (#1170)
chinglee-iot Feb 8, 2024
5fc7a75
update CMakeLists.txt for Posix GCC Demo (#1185)
kar-rahul-aws Feb 10, 2024
6a8e2ba
The zc702 Configuration QEMU.launch file contained an absolute path. …
RichardBarry Feb 16, 2024
48867dc
Update urllib3 dependency to 2.0.7 to address vulnerability (#1109)
jasonpcarroll Feb 18, 2024
259e8de
GitHub ci.yml formatting (#1140)
Skptak Feb 19, 2024
8e8dad2
Update some tests to report error line numbers (#747)
RichardBarry Feb 19, 2024
7cd180d
Add register test tasks to QEMU project (#765)
RichardBarry Feb 19, 2024
d1ef345
Calling vTaskEndScheduler in application created task (#1187)
chinglee-iot Feb 26, 2024
731a4f0
Add SMP schedule highest priority on-target test (#1167)
chinglee-iot Feb 27, 2024
ec0eae4
Add SMP disable multiple priorities on target test (#1171)
chinglee-iot Feb 27, 2024
d9ced6e
Add SMP schedule affinity on target test (#1172)
chinglee-iot Feb 27, 2024
2adaf84
Add SMP disable preemption on target test (#1175)
chinglee-iot Feb 27, 2024
77cc06d
Fix demo build issue , when configUSE_TRACE_FACILITY is disabled (#1189)
kar-rahul-aws Mar 4, 2024
e9593ed
Select correct startup project. (#1190)
ActoryOu Mar 6, 2024
3f24270
Update kernel xtaskGetHandle unit test (#1186)
chinglee-iot Mar 6, 2024
2bb9bca
Update kernel submodule pointer for xTaskGetHandle unit test (#1191)
chinglee-iot Mar 6, 2024
000c005
Update +TCP to latest version (#1192)
tony-josi-aws Mar 14, 2024
7de1b50
Add separate compile option for tracing functionality in Posix demo (…
kar-rahul-aws Mar 21, 2024
c5c41ef
Update result section in README under CBMC folder. (#1196)
ActoryOu Mar 22, 2024
bc5587c
Fix FreeRTOS-Plus device defender, shadow and job demo warnings (#1193)
chinglee-iot Mar 26, 2024
857962d
Add support to build Posix Demo with Dynamic Allocation (#1198)
kar-rahul-aws Mar 26, 2024
8517050
Fix HTTP_S3_Download compile warning (#1195)
chinglee-iot Mar 26, 2024
273fb94
ARMv7-R MPU Port Demos (#1149)
Skptak Mar 26, 2024
076430b
[WIN32-MingW Demo] TickType_t width is defined based on compiler type…
watsk Mar 27, 2024
4592acc
Update Cortex R4F and Cortex R5F MPU Demos (#1200)
Skptak Mar 28, 2024
7514cd3
[WIN32-MSVC Demo] Define TickType_t width based on the target platfor…
watsk Apr 1, 2024
eb97c5d
Make a couple of demos build using picolibc (#1202)
keith-packard Apr 3, 2024
2817778
Fix vTaskSuspendAll assertion unit test (#1204)
chinglee-iot Apr 11, 2024
dd4789c
Update kernel submodule for vTaskSuspendAll change (#1207)
chinglee-iot Apr 11, 2024
e6b4e82
Fix corePKCS11 demo logging message (#1205)
chinglee-iot Apr 15, 2024
66b0b0a
Update corePKCS11 submodule pointer (#1208)
chinglee-iot Apr 16, 2024
2b499ab
[WIN32-MingW Demo] Modify project setting files to resolve compiler e…
watsk Apr 17, 2024
469b8ad
Fix MQTT keep alive and winsim logging warnings (#1209)
tony-josi-aws Apr 17, 2024
2023ac6
Fix the erroneous check (#1210)
xuelix Apr 17, 2024
17eeb79
Demo/Posix_GCC cleanup (#1212)
laroche Apr 18, 2024
022447b
Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC: optimize _sbrk() (#1211)
laroche Apr 18, 2024
140ce29
Demo/CORTEX_MPS2_QEMU_IAR_GCC cleanup (#1213)
laroche Apr 22, 2024
24ad46b
Fix MQTT multitask demo build (#1214)
tony-josi-aws Apr 22, 2024
97b800e
Update MQTT broker setup steps (#1215)
tony-josi-aws Apr 25, 2024
8f3277f
Fix MQTT wolfssl demo, add wolfssl config WOLFSSL_ALT_CERT_CHAINS (#1…
tony-josi-aws Apr 26, 2024
6cda0cf
Update coreSNTP demo file to fix warnings (#1218)
kar-rahul-aws May 3, 2024
680a125
Fix coreHTTP demo compile warning (#1219)
chinglee-iot May 8, 2024
a3f42a7
Fleet provisioning winsim demo - fix warnings and reduce demo path le…
tony-josi-aws May 17, 2024
6518cb1
Update cellular comm interface to generate interrupt from windows thr…
chinglee-iot May 20, 2024
8e54579
Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC/syscall.c: remove unused g_ulBase (#…
laroche May 24, 2024
49bbe71
Demo/CORTEX_MPS2_QEMU_IAR_GCC add path to IMAGE and remove mapfile (#…
laroche May 24, 2024
995a030
MPS2_AN385 improvements (#1225)
laroche Jun 4, 2024
5f85f43
Posix_GCC: update compiler options (#1227)
laroche Jun 10, 2024
bf046c1
Fix unit test for kernel PR #1082 (#1228)
aggarg Jun 10, 2024
b2b177a
Remove the configASSERT unit test for prvCheckForRunStateChange (#1231)
chinglee-iot Jun 19, 2024
a33d259
FreeRTOS_Plus_TCP_Echo_Qemu_mps2: remove unused defines/functions (#1…
laroche Jun 20, 2024
ba4f37f
Fix compilation issue in WinSim Demo (#1232)
kar-rahul-aws Jun 21, 2024
29d3e52
Posix_GCC: use complete function declaration (#1234)
laroche Jun 30, 2024
82099c3
CORTEX_MPU_M3_MPS2_QEMU_GCC: remove unused defines (#1233)
laroche Jul 1, 2024
36b803e
fix AbortDelay.c Test (#1237)
NikJen26 Jul 22, 2024
c1d2ba9
Use CBMC version 5.95.1 (#1226)
tautschnig Aug 1, 2024
a57ee50
Unit test updates for kernel PR #1111 (#1238)
aggarg Aug 6, 2024
5f52d71
Update kernel submodule pointer (#1239)
aggarg Aug 6, 2024
d3d6893
Update README to fix broken links (#1240)
kar-rahul-aws Aug 9, 2024
8582188
ARMv7-R No_GIC Port Demo (#1236)
kar-rahul-aws Aug 11, 2024
a004a21
Remove ipLOCAL_MAC_ADDRESS from demo files (#1244)
kar-rahul-aws Aug 14, 2024
98c2b04
Add SMP interrupt wait critical secton on target test (#1181)
chinglee-iot Aug 16, 2024
6ed67f5
Add SMP one task enter critical on target test (#1180)
chinglee-iot Aug 16, 2024
520fc22
Add SMP task delete on target test (#1176)
chinglee-iot Aug 16, 2024
4b039b8
Remove no new core added coverage test for coreAffinitySet (#1248)
chinglee-iot Aug 20, 2024
1a82df0
Update ReadMe to add UserMode Networking (#1216)
kar-rahul-aws Aug 21, 2024
9febced
Add async core yield test for SMP (#1247)
chinglee-iot Aug 21, 2024
c304913
Remove redundant TCP includes in FreeRTOS CBMC proofs (#1254)
moninom1 Aug 23, 2024
059165f
Fix crash on Ubuntu 24.04 ARM64 (#1253)
aggarg Aug 23, 2024
3b34f80
Add cygwin option for compilation (#1230)
joejoseph08 Aug 23, 2024
b0c9468
Update RTOSDemo Debug Renode.launch (#1261)
ericwu13 Sep 3, 2024
9245b4a
Cortex M3 MPS2: fix alignment warning from assembler (#1266)
laroche Sep 16, 2024
2067506
Update User Mode Networking debug command for QEMU Demo (#1270)
rohitmadan07 Sep 23, 2024
d80937d
Cortex M3 MPS2: modernize assembler syntax and also add .ltorg (#1268)
laroche Sep 25, 2024
59f1c57
Fix build: unique names required for v4 upload-artifact task (#1274) …
mryall-mawson Sep 30, 2024
6dc7737
Update CORTEX R4 demo to use linked resources #1272 (#1273)
mryall-mawson Oct 10, 2024
c502e5f
Update runtime library support to automatic (#1280)
aggarg Oct 11, 2024
0e8d2bf
Add readme.url for corePKCS11 Windows Simulator Demo (#1277)
rohitmadan07 Oct 15, 2024
b3e6cff
Xtensa Demos updated and moved to Partner-Supported submodules (#1281)
ianstcdns Oct 16, 2024
28a20d5
Add volatile qualifier (#1283)
aggarg Oct 17, 2024
349d8a8
Add support for custom check in header checker (#1285)
aggarg Oct 17, 2024
86d6312
[mainline update] Populate RSA key attributes in mbedtls context (#1288)
DakshitBabbar Oct 21, 2024
6615f80
Add readme.url for FreeRTOS-Plus demos (#1290)
bhoomrs Nov 4, 2024
4cab1bb
Follow Security Guide to update release.yml (#1293)
ActoryOu Nov 5, 2024
ad0ea05
Fix CI spelling check (#1294)
ActoryOu Nov 5, 2024
1469448
Don't expect call to xTaskResumeAll in some cases (#1295)
jefftenney Nov 12, 2024
a3a5265
Enable release from forks (#1299)
tony-josi-aws Nov 19, 2024
6aa244f
Update Community-Supported-Demos submodule pointer (#1303)
aggarg Dec 2, 2024
e62f739
Add readme for v202411.00 release (#1308)
kar-rahul-aws Dec 11, 2024
f6672f9
Fix unit tests for Kernel PR 1206 (#1312)
aggarg Dec 17, 2024
dfb7b28
Fix SMP coverage tests for kernel PR 1206 (#1313)
aggarg Dec 19, 2024
f430a10
fix(freertos/tasks): Updated the xTaskGetIdleTaskHandle Test (#1314)
sudeep-mohanty Dec 19, 2024
93ba585
Fix coverage tests for Kernel PR 1203 (#1315)
aggarg Dec 20, 2024
a3c047d
Update FreeRTOS+TCP to latest version V4.3.1 (#1305)
tony-josi-aws Dec 23, 2024
66de13c
Update FreeRTOS-Kernel submodule pointer (#1316)
aggarg Dec 26, 2024
7f74854
Fix FreeRTOS+TCP IPv6 demo with latest version of FreeRTOS+TCP (#1307)
tony-josi-aws Dec 27, 2024
365a479
Update TCP Qemu echo demo port number macro naming in readme (#1306)
tony-josi-aws Dec 27, 2024
2dcc47e
Update unit test for TASK and ISR lock macros (#1319)
chinglee-iot Dec 30, 2024
642e2ec
Fix CI failures (#1322)
aggarg Jan 22, 2025
6d364f0
TraceRecorder demo added in CORTEX_MPS2_QEMU_IAR_GCC (#1320)
johankraft Jan 23, 2025
3d92755
Add tests to cover xQueueCreateSetStatic (#1323)
aggarg Jan 28, 2025
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
  •  
  •  
  •  
56 changes: 55 additions & 1 deletion .github/.cSpellWords.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

A
AADLENR
AAIC
Expand Down Expand Up @@ -100,7 +99,9 @@ AEEVT
AEIE
AERR
AESCCM
AESCE
AESCMAC
AESGCM
AESNI
AESR
AFECR
Expand Down Expand Up @@ -307,6 +308,7 @@ BCTRL
BCUT
BDCR
BDEV
BDEVOPENMODE
BDEVTEST
BDEVTESTPARAM
BDFA
Expand All @@ -323,6 +325,7 @@ BERR
BESR
BFAR
BFARV
BFARVALID
BFHFNMIGN
BFRX
BFSR
Expand Down Expand Up @@ -430,6 +433,7 @@ BUFNA
BUFWREN
BUMEN
BUSA
BUSFAULTENA
BUSFAULTSR
BUSP
BUSTKE
Expand Down Expand Up @@ -646,6 +650,7 @@ CLKPR
CLKPS
CLKRQ
CLKS
CLKSOURCE
CLKSR
CLKSTA
CLKVCLR
Expand Down Expand Up @@ -719,6 +724,7 @@ CMock
CNBTR
CNDA
CNDTR
CNOT
CNTALOAD
CNTAMAX
CNTBLOAD
Expand Down Expand Up @@ -761,6 +767,7 @@ CPCSTOP
CPCTRG
CPDI
CPHA
CPIEVTENA
CPIN
CPINREADY
CPIV
Expand Down Expand Up @@ -862,6 +869,11 @@ CWTA
CWTAVAL
CWTIF
CWUF
CYCCNT
CYCCNTENA
CYCEVTENA
CYCMATCH
CYCTAP
CYGNAL
Cbmc
Centralised
Expand Down Expand Up @@ -1491,7 +1503,9 @@ EWRL
EWRX
EWUP
EXCC
EXCEVTENA
EXCOL
EXCTRCENA
EXDEF
EXEDG
EXID
Expand Down Expand Up @@ -1567,6 +1581,7 @@ FERR
FESETERR
FESR
FFCR
FFDH
FFDHE
FFDR
FFER
Expand Down Expand Up @@ -1599,6 +1614,7 @@ FMULTCLK
FMXR
FNTR
FNUM
FOLDEVTENA
FOLVA
FOLVB
FOOB
Expand Down Expand Up @@ -2116,6 +2132,7 @@ INVD
INVI
INVON
INVPC
Inited
IOCE
IOCF
IOCLR
Expand Down Expand Up @@ -2233,6 +2250,7 @@ JKJKJKJK
JKKKKKKK
JNCH
JOFR
JPAKE
JSQR
JSWSTRT
JTAG
Expand Down Expand Up @@ -2494,6 +2512,7 @@ MASKH
MASKL
MAXBLKL
MAXFS
MAXFSIZE
MAXFSSIZE
MAXMB
MAXRTX
Expand Down Expand Up @@ -2568,6 +2587,7 @@ MDTX
MEDEMSR
MEM
MEMA
MEMFAULTENA
MEMFAULTSR
MEMP
MERASE
Expand Down Expand Up @@ -2599,6 +2619,7 @@ MISRA
MLAN
MMAR
MMARV
MMARVALID
MMCCR
MMCIT
MMCR
Expand Down Expand Up @@ -2860,6 +2881,7 @@ Nfontname
Ngan
Nios
Nmap
Nondet
Npcap
Nullpuc
Nullpx
Expand Down Expand Up @@ -3251,6 +3273,7 @@ PRFTBS
PRIA
PRIS
PRIVDEFEN
PRIVDEFENA
PRKLAST
PRLH
PRLL
Expand Down Expand Up @@ -3609,6 +3632,7 @@ RMEN
RMII
RMIIEN
RMIIMII
RMTAUTH
RMTE
RMTEN
RMUTE
Expand Down Expand Up @@ -3987,6 +4011,8 @@ SECEV
SECP
SECU
SEGGER
SELEXTCLK
SELEXTEN
SENDA
SEQR
SESREQ
Expand Down Expand Up @@ -4042,6 +4068,8 @@ SLBDIS
SLCKSEL
SLCR
SLCT
SLEEPEVTENA
SLEEPONEXIT
SLEWCTL
SLICEBY
SLIPIF
Expand Down Expand Up @@ -4285,6 +4313,7 @@ SYBYPSR
SYMM
SYNCA
SYNCB
SYNCENA
SYNCR
SYNMAXRTX
SYNSR
Expand Down Expand Up @@ -4522,6 +4551,7 @@ TRAPA
TRARECLENGTH
TRAS
TRCD
TRCENA
TRCMD
TRCMPAD
TRCMPAU
Expand Down Expand Up @@ -4900,6 +4930,7 @@ USEND
USEPWMDIV
USEQ
USGA
USGFAULTENA
USGFAULTSR
USGTRGAF
USGTRGAR
Expand Down Expand Up @@ -4963,6 +4994,8 @@ VDTO
VECT
VECTACTIVE
VECTCLRACTIVE
VECTKEY
VECTKEYSTAT
VECTPENDING
VECTRESET
VECTTBL
Expand Down Expand Up @@ -5012,6 +5045,7 @@ VRRSTEN
VRRSTS
VSDB
VSYNC
VTASKLIST
VTIR
VTOFFR
VTOR
Expand Down Expand Up @@ -5138,6 +5172,7 @@ XADD
XAPM
XAXIPMON
XBLANK
XCALLBACK
XCANPS
XCOL
XCOREAI
Expand Down Expand Up @@ -5270,6 +5305,7 @@ addif
addiu
adge
aeevt
aesce
aesni
alldevs
ambig
Expand Down Expand Up @@ -5336,10 +5372,12 @@ coalescences
codecov
comms
converttounixtime
coreid
coremqtt
cortexa
coverity
covfs
covg
cpas
cpbs
cpcdis
Expand Down Expand Up @@ -5402,8 +5440,10 @@ enetrg
epage
epdisc
eqcfg
equalto
equidistribution
eret
estack
ethernetif
etrgs
evba
Expand Down Expand Up @@ -5581,13 +5621,16 @@ lpstart
lpthread
lptr
lsls
lteq
ltorg
ltry
lums
lusecs
lxip
macaddrhr
macaddrlr
maes
maxfsize
maxiosz
maxnpacks
mbar
Expand Down Expand Up @@ -5637,6 +5680,7 @@ movne
movs
movw
movx
mpclmul
mpcr
mqdes
mqttexample
Expand All @@ -5649,6 +5693,7 @@ mrsne
mspgcc
msplim
msreq
msse
mstatus
mstroff
mtdr
Expand Down Expand Up @@ -5679,6 +5724,7 @@ noassert
nocrypt
noheap
noint
nondet
nopts
nostdint
notifyzz
Expand Down Expand Up @@ -5858,6 +5904,7 @@ reti
revsh
rgmii
riscv
rmtauth
rovr
rsar
rslcx
Expand Down Expand Up @@ -6008,6 +6055,7 @@ txrx
u
uadd
uasx
ubasetype
ublock
ublox
uchars
Expand All @@ -6027,6 +6075,7 @@ unhashed
unifdef
uninitialised
uninitializing
unprecise
unsubscriptions
unsuspended
unsuspends
Expand All @@ -6049,10 +6098,14 @@ utilising
utrhf
utrhfgdghfg
ux
uxdeletedtaskwaiting
uxindex
uxpriority
uxsource
uxtab
uxtasknumber
uxtb
uxtopreadypriority
vactive
vblank
vcmp
Expand Down Expand Up @@ -6120,6 +6173,7 @@ xfindobjectwithlabelandclass
xfscompat
xgetslotlist
xheader
xidx
xinitializepkcs
xlarge
xlength
Expand Down
7 changes: 7 additions & 0 deletions .github/scripts/common/header_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ def isValidFile(self, path):
print("PASS")
print("-" * 85)
return True
elif self.customCheck(path):
print("PASS")
print("-" * 85)
return True
elif self.isThirdPartyFile(path):
print("FAIL")
print("-" * 85)
Expand Down Expand Up @@ -435,3 +439,6 @@ def validateSpdxLine(self, lines):
else:
error_count += 1
return error_count == 0

def customCheck(self, path):
return False
4 changes: 2 additions & 2 deletions .github/scripts/common/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Deprecated
GitPython
GitPython>=3.1.41
PyGithub
PyJWT
PyYAML
Expand All @@ -10,5 +10,5 @@ gitdb
idna
requests
smmap
urllib3
urllib3 >= 2.0.7
wrapt
Loading