This website requires JavaScript.
Explore
Help
Sign In
len0rd
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
You've already forked FreeRTOS-Kernel
0
mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced
2025-05-08 06:09:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f988394e0d
FreeRTOS-Kernel
/
FreeRTOS
/
Source
/
portable
/
MSVC-MingW
History
Yuhui.Zheng
f988394e0d
Fix spelling issues.
2020-02-07 19:19:47 +00:00
..
port.c
Fix spelling issues.
2020-02-07 19:19:47 +00:00
portmacro.h
Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the Win32 demo to hold execution up in case a simulated interrupt is executing simultaneously. That should never happen as all threads should execute on the same core, but we have had numerous reports that this and other Win32 port changes we have made fixed these issues - although we have not been able to replicate them ourselves.
2020-01-23 23:49:24 +00:00