Skip to content

Commit

Permalink
[EXAMPLES][POSIX][README] mistake corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbirccyn committed Nov 9, 2023
1 parent b606660 commit 71aa20e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/posix/events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ events.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ events.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ events.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down
4 changes: 2 additions & 2 deletions examples/posix/ioc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ ioc.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ ioc.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ ioc.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down
4 changes: 2 additions & 2 deletions examples/posix/isr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ isr.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ isr.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ isr.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down
4 changes: 2 additions & 2 deletions examples/posix/messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ messages.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ messages.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ messages.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down
4 changes: 2 additions & 2 deletions examples/posix/one_task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ one_task.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ one_task.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ one_task.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down
4 changes: 2 additions & 2 deletions examples/posix/periodic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ periodic.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ periodic.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ periodic.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down
4 changes: 2 additions & 2 deletions examples/posix/trace_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ goil --target=posix/linux --templates=../../../goil/templates/ trace_test.oil

On Mac OS X Intel:
```
goil --target=posix/darwin --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin --templates=../../../goil/templates/ trace_test.oil
```

On Mac OS X Apple Silicon:
```
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ can_demo.oil
goil --target=posix/darwin/arm64 --templates=../../../goil/templates/ trace_test.oil
```

Then, the makefile is generated, and it will call goil again when the .oil file is updated
Expand Down

0 comments on commit 71aa20e

Please sign in to comment.