Commit 0857bd7
authored
Update submodule for kernel and community demos (FreeRTOS#1134)
1 parent 76c0f87 commit 0857bd7
File tree
3 files changed
+4
-4
lines changed- FreeRTOS
- Demo/ThirdParty
3 files changed
+4
-4
lines changed- .github/scripts/kernel_checker.py+2-1
- MISRA.md+86-59
- croutine.c+3
- event_groups.c+31-29
- examples/cmake_example/main.c+10-5
- examples/coverity/CMakeLists.txt+39
- examples/coverity/FreeRTOSConfig.h+135
- examples/coverity/README.md+58
- examples/coverity/coverity_misra.config+97
- include/FreeRTOS.h+15
- include/croutine.h+2-2
- include/event_groups.h+2-2
- include/list.h+1-1
- include/portable.h+1-1
- include/projdefs.h+1-1
- include/queue.h+72-35
- include/stack_macros.h+32-28
- include/stream_buffer.h+9-8
- include/task.h+107-49
- include/timers.h+21-16
- list.c+6-7
- portable/ARMv8M/non_secure/port.c+56-15
- portable/BCC/16BitDOS/Flsh186/port.c+50-53
- portable/BCC/16BitDOS/Flsh186/prtmacro.h+33-34
- portable/BCC/16BitDOS/PC/port.c+57-64
- portable/BCC/16BitDOS/PC/prtmacro.h+33-34
- portable/BCC/16BitDOS/common/portasm.h+33-33
- portable/BCC/16BitDOS/common/portcomn.c+19-23
- portable/CodeWarrior/ColdFire_V1/port.c+17-22
- portable/CodeWarrior/ColdFire_V1/portmacro.h+30-29
- portable/CodeWarrior/ColdFire_V2/port.c+23-27
- portable/CodeWarrior/ColdFire_V2/portmacro.h+28-28
- portable/CodeWarrior/HCS12/port.c+44-46
- portable/CodeWarrior/HCS12/portmacro.h+103-104
- portable/GCC/ARM_CA9/portASM.S+16-3
- portable/GCC/ARM_CM0/port.c+50-8
- portable/GCC/ARM_CM23/non_secure/port.c+56-15
- portable/GCC/ARM_CM23_NTZ/non_secure/port.c+56-15
- portable/GCC/ARM_CM3/port.c+46-1
- portable/GCC/ARM_CM33/non_secure/port.c+56-15
- portable/GCC/ARM_CM33_NTZ/non_secure/port.c+56-15
- portable/GCC/ARM_CM35P/non_secure/port.c+56-15
- portable/GCC/ARM_CM35P_NTZ/non_secure/port.c+56-15
- portable/GCC/ARM_CM3_MPU/port.c+46-5
- portable/GCC/ARM_CM4F/port.c+46-1
- portable/GCC/ARM_CM4_MPU/port.c+45-5
- portable/GCC/ARM_CM55/non_secure/port.c+56-15
- portable/GCC/ARM_CM55_NTZ/non_secure/port.c+56-15
- portable/GCC/ARM_CM7/r0p1/port.c+46-1
- portable/GCC/ARM_CM85/non_secure/port.c+56-15
- portable/GCC/ARM_CM85_NTZ/non_secure/port.c+56-15
- portable/IAR/ARM_CM0/port.c+46
- portable/IAR/ARM_CM0/portasm.s+4-4
- portable/IAR/ARM_CM23/non_secure/port.c+56-15
- portable/IAR/ARM_CM23_NTZ/non_secure/port.c+56-15
- portable/IAR/ARM_CM3/port.c+51-1
- portable/IAR/ARM_CM33/non_secure/port.c+56-15
- portable/IAR/ARM_CM33_NTZ/non_secure/port.c+56-15
- portable/IAR/ARM_CM35P/non_secure/port.c+56-15
- portable/IAR/ARM_CM35P_NTZ/non_secure/port.c+56-15
- portable/IAR/ARM_CM4F/port.c+51-1
- portable/IAR/ARM_CM4F_MPU/port.c+50-3
- portable/IAR/ARM_CM55/non_secure/port.c+56-15
- portable/IAR/ARM_CM55_NTZ/non_secure/port.c+56-15
- portable/IAR/ARM_CM7/r0p1/port.c+51-1
- portable/IAR/ARM_CM85/non_secure/port.c+56-15
- portable/IAR/ARM_CM85_NTZ/non_secure/port.c+56-15
- portable/Paradigm/Tern_EE/large_untested/port.c+38-46
- portable/Paradigm/Tern_EE/large_untested/portasm.h+28-28
- portable/Paradigm/Tern_EE/large_untested/portmacro.h+36-37
- portable/Paradigm/Tern_EE/small/port.c+35-43
- portable/Paradigm/Tern_EE/small/portasm.h+20-20
- portable/Paradigm/Tern_EE/small/portmacro.h+38-39
- portable/RVDS/ARM_CM4_MPU/port.c+46-4
- portable/ThirdParty/Community-Supported-Ports+1-1
- portable/ThirdParty/Partner-Supported-Ports+1-1
- portable/oWatcom/16BitDOS/Flsh186/port.c+49-52
- portable/oWatcom/16BitDOS/Flsh186/portmacro.h+32-32
- portable/oWatcom/16BitDOS/PC/port.c+66-74
- portable/oWatcom/16BitDOS/PC/portmacro.h+33-33
- portable/oWatcom/16BitDOS/common/portasm.h+53-53
- portable/oWatcom/16BitDOS/common/portcomn.c+37-42
- queue.c+50-57
- stream_buffer.c+63-42
- tasks.c+198-102
- timers.c+25-25
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments