mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Update submodule pointer for Kernel V10.6.0 (#1037)
* Update submodule pointer for Kernel V10.6.0 * Update commit hash * Fix failed CBMC proofs Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Update manifest.yml * Update hash commit to match submodule --------- Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
3be041eacb
commit
6682dbbc5b
4 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit d3c289fe5b48b6c4a92187c05d29d1a25175f5ab
|
||||
Subproject commit c3dc20fdb4f15115fcaf8ad3f71fdf5696a30415
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"CBMCFLAGS":
|
||||
[
|
||||
"--unwind 1",
|
||||
"--unwindset prvInitialiseTaskLists.0:8,vListInsert.0:2,xTaskIncrementTick.5:4"
|
||||
"--unwindset prvInitialiseTaskLists.0:8,vListInsert.0:2,xTaskIncrementTick.6:4"
|
||||
],
|
||||
"OBJS":
|
||||
[
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
"CBMCFLAGS":
|
||||
[
|
||||
"--unwind 1",
|
||||
"--unwindset prvInitialiseTaskLists.0:8,xTaskResumeAll.4:2,vListInsert.0:5,xTaskIncrementTick.5:4"
|
||||
"--unwindset prvInitialiseTaskLists.0:8,xTaskResumeAll.5:2,vListInsert.0:5,xTaskIncrementTick.6:4"
|
||||
|
||||
],
|
||||
"OBJS":
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ description: "This is the standard distribution of FreeRTOS."
|
|||
|
||||
dependencies:
|
||||
- name: "FreeRTOS-Kernel"
|
||||
version: "d3c289f"
|
||||
version: "c3dc20f"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue