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

Merge main to SMP branch 0721 #90

Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
99d3d54
Fix array-bounds compiler warning on gcc11+ in list.h (#580)
archigup Dec 15, 2022
6d65558
move the prototype for vApplicationIdleHook to task.h. (#600)
tcpluess Dec 19, 2022
bb6071e
Update equal priority task preemption (#603)
chinglee-iot Jan 6, 2023
8592fd2
Update FreeRTOS/FreeRTOS build checks (#613)
aggarg Jan 16, 2023
78319fd
Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611)
chrisnc Jan 19, 2023
260a37c
Fix some CMake documentation typos (#616)
davefiddes Jan 23, 2023
91c20f5
Added support of 64bit events. (#597)
Hadatko Feb 3, 2023
050cf0d
Introduce portMEMORY_BARRIER for Microblaze port. (#621)
bbain Feb 13, 2023
8252ede
Do not call exit() on MSVC Port when calling vPortEndScheduler (#624)
Ju1He1 Feb 15, 2023
ba1deb5
Update PR template to include checkbox for Unit Test related changes…
AniruddhaKanhere Feb 20, 2023
5d05601
Fix build failure introduced in PR #597 (#629)
aggarg Feb 23, 2023
8cd5451
Feature/fixing clang gnu compiler warnings (#620)
phelter Feb 23, 2023
cd87681
POSIX port fixes (#626)
jacky309 Feb 27, 2023
5fdbb7f
Cortex-M35P: Add Cortex-M35P port (#631)
urutva Feb 28, 2023
0a70ecb
Introduced Github Status Badge for Unit Tests (#634)
amazonKamath Feb 28, 2023
e6514fb
Remove C99 requirement from CMake file (#633)
aggarg Mar 2, 2023
c3e1df0
Add Thread Local Storage (TLS) support using Picolibc functions (#343)
keith-packard Mar 2, 2023
a9e1f66
Interrupt priority assert improvements for CM3/4/7 (#602)
chrisnc Mar 2, 2023
97acc2e
Introduced code coverage status badge (#635)
amazonKamath Mar 2, 2023
ddd50d9
added portPOINTER_SIZE_TYPE and SIZE_MAX definition to PIC24/dsPIC po…
n9wxu Mar 4, 2023
563c57e
Fix TLS and stack alignment when using picolibc (#637)
keith-packard Mar 6, 2023
7b26ea6
Enable building the GCC Cortex-R5 port without an FPU (#586)
paulbartell Mar 6, 2023
309a18a
Fix freertos_kernel cmake property, Posix Port (#640)
kstribrnAmzn Mar 7, 2023
55658e1
Add missing FreeRTOS+ defines
Mar 11, 2023
d4d5e43
Run kernel demos and unit tests for PR changes (#645)
aggarg Mar 17, 2023
9488ba2
Add functions to get the buffers of statically created objects (#641)
Dazza0 Mar 22, 2023
99797e1
Cortex-M Assert when NVIC implements 8 PRIO bits (#639)
kar-rahul-aws Mar 23, 2023
97e58da
Remove C90 requirement from CMakeLists (#649)
aggarg Mar 28, 2023
68f1053
Only add alignment padding when needed (#650)
aggarg Mar 28, 2023
1b8a424
add a missing comma (#651)
nbrunner Mar 29, 2023
aa987a3
fix conversion warning (#658)
votrungchi Apr 4, 2023
686b6e6
ARMv7M: Adjust implemented priority bit assertions (#665)
paulbartell Apr 20, 2023
714e543
Format portmacro.h in arm CM0 ports
paulbartell Apr 18, 2023
5f19e34
portable/ARM_CM0: Add xPortIsInsideInterrupt
paulbartell Apr 18, 2023
c1980ce
tree-wide: Unify formatting of __cplusplus ifdefs
paulbartell Apr 20, 2023
eb00a53
Paranthesize expression-like macro (#668)
tcpluess Apr 28, 2023
4550780
Updated tasks.c checks for scheduler suspension (#670)
sudeep-mohanty May 8, 2023
153e52b
Fix cast alignment warning (#669)
aggarg May 8, 2023
9149af9
Align StackSize and StackAddress for macOS (#674)
moninom1 May 10, 2023
a07f649
Armv8-M (except Cortex-M23) interrupt priority checking (#673)
urutva May 11, 2023
97434a4
Use the extended movx instruction instead of mov (#676)
aggarg May 15, 2023
953c1ee
Fix eTaskGetState for pending ready tasks (#679)
aggarg May 25, 2023
d436801
Generates SBOM after source files are updated with release tag (#680)
tony-josi-aws May 31, 2023
d3c289f
Add back croutines by reverting PR#590 (#685)
AniruddhaKanhere Jun 2, 2023
4a35c97
Remove __NVIC_PRIO_BITS and configPRIO_BITS check in port (#683)
chinglee-iot Jun 8, 2023
80f6744
Use UBaseType_t as interrupt mask (#689)
chinglee-iot Jun 12, 2023
77d8086
Fix clang warning in croutine and stream buffer (#686)
chinglee-iot Jun 12, 2023
17a46c2
Use portTASK_FUNCTION_PROTO to replace portNORETURN (#688)
chinglee-iot Jun 12, 2023
9a62842
Fix typo in check comment of configMAX_SYSCALL_INTERRUPT_PRIORITY (#690)
chinglee-iot Jun 21, 2023
aa012e8
Add constant type for portMAX_DELAY in port (#691)
chinglee-iot Jun 26, 2023
788f8cf
Update static stream buffer size check (#693)
chinglee-iot Jun 26, 2023
891dcdf
Fix typos in comments for the AT91SAM7S port (#695)
unspecd Jun 26, 2023
1c5eca3
Fix #697: Missing portPOINTER_SIZE_TYPE definition for ATmega port (#…
jputcu Jun 29, 2023
d0a490e
Remove empty expression statement compiler warning (#692)
chinglee-iot Jul 6, 2023
77ec05e
Update uxTaskGetSystemState for tasks in pending ready list (#702)
chinglee-iot Jul 10, 2023
18e2937
Fix circular dependency in CMake project (#700)
cookpate Jul 10, 2023
97050a1
Memory Protection Unit (MPU) Enhancements (#705)
kar-rahul-aws Jul 13, 2023
b60ab2f
Update History for Version 10.6.0 (#706)
kar-rahul-aws Jul 13, 2023
6f6f656
Fixed compile options polluting project (#694)
MrJake222 Jul 15, 2023
54b1356
Fix the comments in the CM3 and CM4 MPU Ports about the MPU Region nu…
Skptak Jul 17, 2023
c3dc20f
Update xSemaphoreGetStaticBuffer prototype in comment (#704)
chinglee-iot Jul 17, 2023
71662b5
Correct the misspelled name (#708)
aggarg Jul 18, 2023
b9a50bd
Merge branch 'main' into smp-dev-merge-main-0721
chinglee-iot Jul 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.