Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed projs, fixed different issues, added disclaimers #258

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f51b91a
renamed projs, fixed different issues, added disclaimers
laszloItemis Mar 8, 2024
9021959
finish-up
laszloItemis Mar 18, 2024
8b36190
revert api changes
laszloItemis Mar 19, 2024
c3a6550
add freeRTOS example
rherrmannr Oct 31, 2024
9ae5bfc
add zephyr example
rherrmannr Oct 31, 2024
159c6b3
remove src-gen
rherrmannr Oct 31, 2024
f18ba31
add gitignore
rherrmannr Oct 31, 2024
f0a89c2
add models
rherrmannr Oct 31, 2024
0d3fff2
fix main for zephyr
rherrmannr Oct 31, 2024
f981e25
remove old freeRTOS main
rherrmannr Oct 31, 2024
9e18e5d
clean up main
rherrmannr Oct 31, 2024
4e090ab
add preview image
rherrmannr Oct 31, 2024
407d213
add minimum index.html
rherrmannr Oct 31, 2024
6205639
add freeRTOS integration example
rherrmannr Nov 7, 2024
fa2f87f
update index.html
rherrmannr Nov 7, 2024
2e768e1
change Zehpyr to FreeRTOS
rherrmannr Nov 7, 2024
f18e853
add zephyr integration example
rherrmannr Nov 7, 2024
d2f396f
fix index.html
rherrmannr Nov 7, 2024
ad8f66f
Merge pull request #260 from itemisCREATE/embedded-examples
terfloth Nov 8, 2024
e66e36a
Create missing main.py
terfloth Nov 8, 2024
25e8ce9
Update index.html
terfloth Nov 15, 2024
181cfa1
add project and cproject for zephyr
rherrmannr Dec 5, 2024
66ae4db
fic sgen
rherrmannr Dec 5, 2024
f0feca2
fix sgen, add project for freeRTOS
rherrmannr Dec 5, 2024
f796606
fix integration examples
rherrmannr Dec 5, 2024
a9e9ae9
remove generated code
rherrmannr Dec 5, 2024
6bcf903
remove arduino c project
rherrmannr Dec 5, 2024
b931fb7
Merge pull request #263 from itemisCREATE/fix-integration-example
rherrmannr Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*.settings*
*/target/*
*/.gradle/*
org.yakindu.sct.examples.tictoc.tracing/Debug
itemis.create.examples.tictoc.tracing/Debug
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Welcome to the YAKINDU Statechart Tools Examples Repository!
# Welcome to the Itemis CREATE Examples Repository!

This repository is hosting examples for [**YAKINDU Statechart Tools**](https://www.itemis.com/en/yakindu/state-machine/).
This repository is hosting examples for [**Itemis CREATE**](https://www.itemis.com/en/yakindu/state-machine/).

With YAKINDU Statechart Tools, you can easily create complex systems in a visual way. Simulate and test your system’s behavior already while you are modeling. Code generators translate your state machine into high-quality source code for different target platforms.
With Itemis CREATE, you can easily create complex systems in a visual way. Simulate and test your system’s behavior already while you are modeling. Code generators translate your state machine into high-quality source code for different target platforms.

You can browse [all examples on our website.](https://www.itemis.com/en/yakindu/statechart-tools/documentation/examples/)

Using the **Example Wizard**, which is available in [YAKINDU Statechart Tools since release 2.7](https://www.itemis.com/en/yakindu/statechart-tools/), clones this repository to your local disk and so that you can explore the examples easily.
Using the **Example Wizard**, which is available in [Itemis CREATE since release 2.7](https://www.itemis.com/en/yakindu/statechart-tools/), clones this repository to your local disk and so that you can explore the examples easily.

If you think you have a good example as well, feel free to submit is by creating a pull request! Your contributions are very much appreciated!

Expand Down
8 changes: 4 additions & 4 deletions category-pages/labs.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<title>YAKINDU Labs Projects</title>
<title>CREATE Labs Projects</title>
</head>
<body>
<h1>YAKINDU Labs Projects</h1>
<h1>CREATE Labs Projects</h1>

<figure><img width="200" src="labs_logo.png"/></figure>

<p>Researching, prototyping, and putting our ideas into code, aside from the day-to-day business, is an essential part of itemis' company culture.
YAKINDU Labs is a collection of projects that are currently in beta phase and therefore not yet released with any YAKINDU product bundles.
CREATE Labs is a collection of projects that are currently in beta phase and therefore not yet released with any CREATE product bundles.
As we love early feedback, we regularly blog about what's going on behind the scenes. So try it, and get in touch with us! </p>

<p>This repository hosts the following YAKINDU Statechart Tools features:
<p>This repository hosts the following Itemis CREATE features:
<ul>
<li>TypeScript code generator</li>
<li>Python code generator</li>
Expand Down
17 changes: 0 additions & 17 deletions com.yakindu.sct.examples.basic.multism/.project

This file was deleted.

12 changes: 0 additions & 12 deletions com.yakindu.sct.examples.basic.multism/metadata.json

This file was deleted.

117 changes: 0 additions & 117 deletions com.yakindu.sct.examples.basic.multism/model/controller.ysc

This file was deleted.

Loading