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

Improve multiple accessing pxCurrentTCB in a function #1065

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d4b8bfd
First version of pxCurrentTCB
chinglee-iot May 20, 2024
edfa323
Update the usage of pxCurrentTCB
chinglee-iot May 20, 2024
5e2227f
Merge branch 'main' into update-pxcurrentTCB
chinglee-iot May 20, 2024
b2f9dad
Refine the implementation
chinglee-iot May 20, 2024
028ccda
Merge branch 'main' into update-pxcurrentTCB
chinglee-iot May 20, 2024
bade1a6
Fix typo
chinglee-iot May 20, 2024
c774dfd
Revert select highest priority task
chinglee-iot May 20, 2024
69581fa
Fix compiler error
chinglee-iot May 20, 2024
080b840
Update pxCurrentTCB
chinglee-iot May 20, 2024
1c9130f
Update usage again
chinglee-iot May 20, 2024
8200e59
Remove pxCurrentTCB define in SMP
chinglee-iot May 20, 2024
2883653
Update for performance
chinglee-iot May 21, 2024
f08c3c5
Use unsafe get in critical section directory
chinglee-iot Jul 8, 2024
f4dad5e
Merge remote-tracking branch 'freertos/main' into update-pxcurrentTCB
chinglee-iot Jul 8, 2024
67b6574
Update pxCurrentTCBs[ portGET_CORE_ID() ] optimization
chinglee-iot Jul 8, 2024
4ec5b9d
Update set current TCB
chinglee-iot Jul 8, 2024
cb0b1ed
code refine
chinglee-iot Jul 8, 2024
9362ac4
Remove set current TCB
chinglee-iot Jul 8, 2024
0fcb04a
Refine usage
chinglee-iot Jul 8, 2024
98faa78
Fix typo
chinglee-iot Jul 8, 2024
9a097c5
Fix typo
chinglee-iot Jul 8, 2024
7a418ce
Fix format and spelling
chinglee-iot Jul 8, 2024
f41b6a6
Fix typo in xHigherPriorityReadyTasks
chinglee-iot Jul 8, 2024
dded3f4
Update typo
chinglee-iot Jul 8, 2024
e43f7d8
Update variable name
chinglee-iot Jul 8, 2024
926224e
Rename prvGetCurrentTaskTCB to prvGetCurrentTCB
chinglee-iot Jul 8, 2024
937dcf1
Update format
chinglee-iot Jul 8, 2024
b7e9b2d
Rename function name
chinglee-iot Jul 8, 2024
893fcc8
Merge branch 'main' into update-pxcurrentTCB
chinglee-iot Aug 6, 2024
ba2306d
Merge branch 'main' into update-pxcurrentTCB
chinglee-iot Aug 20, 2024
cd0d09c
Merge branch 'main' into update-pxcurrentTCB
chinglee-iot Aug 26, 2024
730ae6b
Merge branch 'main' into update-pxcurrentTCB
aggarg Aug 30, 2024
ab84561
Merge branch 'main' into update-pxcurrentTCB
aggarg Sep 3, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'main' into update-pxcurrentTCB
  • Loading branch information
chinglee-iot authored May 20, 2024
commit 5e2227f3d390193cd5d2114ecb9a5eb5b697b437

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.