Skip to content

Commit 1640018

Browse files
authored
Merge pull request #27 from creatorsim/master
v6.1
2 parents aa02849 + 7a14aec commit 1640018

11 files changed

Lines changed: 20 additions & 19 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# CREATOR Website
22

3-
> **didaCtic and geneRic assEmbly progrAmming simulaTOR**
4-
53
Official website for CREATOR, an educational integrated development environment for assembly programming developed by the ARCOS group at Universidad Carlos III de Madrid (UC3M).
64

75
**Live Site**: [https://creatorsim.github.io](https://creatorsim.github.io)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1616
<meta
1717
name="description"
18-
content="CREATOR - didaCtic and geneRic assEmbly progrAmming simulaTOR. An educational tool for teaching assembly programming."
18+
content="CREATOR. An educational tool for teaching assembly programming."
1919
/>
2020
<title>CREATOR - Assembly Programming Simulator</title>
2121
<link rel="icon" type="image/x-icon" href="images/icons/favicon.ico" />

public/content/contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- v5.0
5050
- v6.0
5151
- v6.1
52-
description: Real hardware integration
52+
description: Real hardware integration, Arduino support
5353
links:
5454
github: EUtrilla2002
5555
linkedin: elisa-utrilla-arroyo-473695287
@@ -67,7 +67,7 @@
6767
versions:
6868
- v6.0
6969
- v6.1
70-
description: Full core rewrite, new testing framework, new web UI, new CLI, RV64 & Z80 architectures, new project website (hello!)
70+
description: Full core rewrite, new testing framework, new web UI, new CLI, RV64 & Z80 architectures, new project website
7171
links:
7272
github: mjorgers
7373
linkedin: mjorgers

public/content/evolution.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
#v6.1:
2-
# release: Feb 2026
3-
# info:
4-
# - Sail integration (RISC-V 32 and RISC-V 64 full specification supported)
5-
# - Cache module integrated by Sail
6-
# - Arduino support for ESP-32
7-
# - New activity bar
8-
# url: https://creatorsim.github.io/creator-v6.1
1+
v6.1:
2+
release: Mar 2026
3+
info:
4+
- Sail integration (RISC-V 32 and RISC-V 64 full specification supported)
5+
- Cache module integrated by Sail
6+
- Arduino support for ESP-32 Microcontroller
7+
- Arduino GPIO simulation UI
8+
- New activity bar
9+
url: https://creatorsim.github.io/creator-v6.1
910

1011
v6.0:
1112
release: Jan 2026
198 KB
Loading
201 KB
Loading
157 KB
Loading
159 KB
Loading

src/components/AppFooter.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
<p class="text-sm text-gray-400 dark:text-gray-400">
5959
CREATOR is licensed under the
6060
<a
61-
href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html"
61+
href="https://www.gnu.org/licenses/lgpl-3.0.html"
6262
target="_blank"
6363
rel="noopener"
6464
class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors"
6565
>
66-
LGPL-2.1 license
66+
LGPL-3.0 license
6767
</a>
6868
</p>
6969
</div>

src/components/AppHeader.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<div class="hidden sm:block"> <h1 class="text-lg sm:text-xl font-bold text-blue-600 dark:text-blue-400 leading-tight">
1818
CREATOR
1919
</h1>
20-
<p class="text-[10px] sm:text-xs text-gray-600 dark:text-gray-400 leading-tight">
21-
didactic and generic assembly programming simulator
22-
</p>
2320
</div>
2421
</div>
2522

0 commit comments

Comments
 (0)