Skip to content

Commit

Permalink
Merge pull request #153 from RICCIARDI-Adrien/cr52_fix_examples_goil_…
Browse files Browse the repository at this point in the history
…version

Fixed CR52 and POSIX examples Goil version.
  • Loading branch information
RICCIARDI-Adrien authored Nov 14, 2023
2 parents 64f02e2 + 0a953df commit aa3bdeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cortex-a-r/armv8/spider/blink/blink.oil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OIL_VERSION = "4.2";
OIL_VERSION = "4.0";

IMPLEMENTATION trampoline {

Expand Down
2 changes: 1 addition & 1 deletion examples/cortex-a-r/armv8/spider/can_demo/can_demo.oil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OIL_VERSION = "4.2";
OIL_VERSION = "4.0";

IMPLEMENTATION trampoline {
/* This fix the default STACKSIZE of tasks */
Expand Down
2 changes: 1 addition & 1 deletion examples/cortex-a-r/armv8/spider/iccom/iccom.oil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OIL_VERSION = "4.2";
OIL_VERSION = "4.0";

IMPLEMENTATION trampoline {
TASK {
Expand Down
2 changes: 1 addition & 1 deletion examples/cortex-a-r/armv8/spider/one_task/one_task.oil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OIL_VERSION = "4.2";
OIL_VERSION = "4.0";

IMPLEMENTATION trampoline {

Expand Down
2 changes: 1 addition & 1 deletion examples/posix/can_demo/can_demo.oil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OIL_VERSION = "4.2";
OIL_VERSION = "4.0";

CPU can_task {
OS config {
Expand Down

0 comments on commit aa3bdeb

Please sign in to comment.