Commit graph

13 commits

Author SHA1 Message Date
Soren Ptak
2f445ee7f1
Merge branch 'main' into ARM_CRx_MPU 2024-01-26 08:29:36 -05:00
Mubin Sayyed
5040a67939
Sync up MicroblazeV9 port with Xilinx tree (#220)
* MicroblazeV9: Add support for 64 bit microblaze
* MicroblazeV9: Add support for generation of run time task stats
* MicroblazeV9: Add default implementation for callback functions
---------
Signed-off-by: Mubin Usman Sayyed <mubin.usman.sayyed@xilinx.com>
2024-01-25 22:21:44 -05:00
Soren Ptak
494c78db1b Use Linux sort for the lexicon 2024-01-23 10:44:33 -05:00
Soren Ptak
fdd8565f35 Add words back to the lexicon that were accidentally removed 2024-01-11 13:35:11 -05:00
Soren Ptak
bdeb9eb91d
Merge branch 'main' into ARM_CRx_MPU 2024-01-10 15:32:41 -05:00
Soren Ptak
501daf43bc Update spelling wordlist 2024-01-09 11:48:20 -05:00
Soren Ptak
460e953076
Add new common words to the cSpellWordList.txt (#946) 2024-01-08 11:58:18 +05:30
Soren Ptak
96ab824bb9
Merge branch 'main' into ARM_CRx_MPU 2024-01-03 11:07:48 -05:00
Soren Ptak
a60fe75267 Fix cSpellWords issue 2024-01-03 10:16:51 -05:00
chinglee-iot
be880a1fc8
Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940)
* Introduce portHAS_NESTED_INTERRUPTS to identify if port has nested interrupt or not.
* Update atomic.h to use portHAS_NESTED_INTERRUPTS instead of portSET_INTERRUPT_MASK_FROM_ISR definition.

---------

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: ActoryOu <jay2002824@gmail.com>
2024-01-03 15:47:05 +08:00
Soren Ptak
a33a6ddc76 Add new spell check words 2023-12-27 20:31:08 -05:00
chinglee-iot
e0bb21f832
Remove the sample smp configuration folder (#922)
* Remove the sample smp configuration folder
2023-12-13 13:41:29 +05:30
Soren Ptak
5fb9b50da8
CI-CD Updates (#768)
* Use new version of CI-CD Actions
* Use cSpell spell check, and use ubuntu-20.04 for formatting check
* Format and spell check all files in the portable directory
* Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /*
* Use checkout@v3 instead of checkout@v2 on all jobs
---------
2023-09-05 14:24:04 -07:00