FreeRTOS-Kernel/.github
Guilherme Giácomo Simões e81ad46b0e
refactor: change methods ENTER|EXIT critical (#1140)
refactor: change methods ENTER|EXIT critical

The read and write of BaseType_t are atomic for a number of ports
and therefore, do not require taskENTER_CRITICAL/taskEXIT_CRITICAL.
This PR introduces portBASE_TYPE_ENTER_CRITICAL and
portBASE_TYPE_EXIT_CRITICAL which default to  taskENTER_CRITICAL
and taskEXIT_CRITICAL. The APIs that read/write BaseType_t are updated
to use these new macros. 

The next change would to be to define portBASE_TYPE_ENTER_CRITICAL and
portBASE_TYPE_EXIT_CRITICAL to nothing for ports where BaseType_t 
read and write are atomic.

Signed-off-by: guilherme giacomo simoes <trintaeoitogc@gmail.com>
2024-10-07 10:37:50 +05:30
..
ISSUE_TEMPLATE Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
media PR Process for Open Source Contribution (#717) 2023-08-03 12:26:59 +05:30
scripts Add ARMv7-R MPU Port (#938) 2024-02-26 11:01:25 -08:00
workflows Update upload-artifact GH action's version (#1145) 2024-09-11 11:36:58 +05:30
.cSpellWords.txt Add CC-RH port for Renesas F1Kx devices (#1100) 2024-08-09 11:21:21 +05:30
CODEOWNERS Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
CONTRIBUTING.md PR Process for Open Source Contribution (#717) 2023-08-03 12:26:59 +05:30
pull_request_process.md CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
pull_request_template.md Update PR template to include checkbox for Unit Test related changes (#627) 2023-02-20 13:16:57 -08:00
SECURITY.md Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
third_party_tools.md refactor: change methods ENTER|EXIT critical (#1140) 2024-10-07 10:37:50 +05:30
uncrustify.cfg Update uncrustify configuration to 0.69 (#445) 2022-01-28 10:48:03 -08:00