-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'omega-dev' into IonToolboxEpsilon
- Loading branch information
Showing
648 changed files
with
39,135 additions
and
1,264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,14 @@ | ||
--- | ||
name: Bug report | ||
about: Epsilon is not working like it should? Let us know! | ||
labels: 'bug' | ||
about: Omega is not working like it should? Let us know! | ||
title: '' | ||
labels: Bug, Triage | ||
assignees: '' | ||
|
||
--- | ||
#### Describe the bug | ||
A clear and concise description of what the bug is. Please describe a **single** bug per issue. Feel free to create multiple issues though! | ||
|
||
#### Screenshots | ||
Please provide at least one screenshot of the issue happening. This is by far the best way to quickly show any issue! To attach a screenshot, just go to our [online simulator](https://www.numworks.com/simulator), navigate to reproduce your issue, and click the "screenshot" button. Then drag'n'drop the file here! | ||
|
||
#### To Reproduce | ||
Steps to reproduce the behavior: | ||
1. Go to the '...' app | ||
2. Type '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
#### Describe the bug | ||
|
||
#### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
#### Environment | ||
- Epsilon version (Settings > About > Software version). | ||
- The platform(s) on which the problem happens: online simulator, actual device, etc... | ||
- Omega Version: {go to settings > about > Omega Version and type the version here} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for an improvement of Epsilon | ||
labels: 'enhancement' | ||
about: Suggest an idea for an improvement of Omega | ||
title: '' | ||
labels: Feature, Triage | ||
assignees: '' | ||
|
||
--- | ||
#### Problem you'd like to fix | ||
Is your feature request related to a problem? Please provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
Please describe a **single** improvement per issue. Feel free to open multiple issues though! | ||
|
||
#### Screenshots | ||
If possible, please attach a screenshot. You can go on our [online simulator](https://www.numworks.com/simulator), use the screenshot button, and drag'n'drop the file here. | ||
|
||
#### Describe the solution you'd like | ||
A clear and concise description of what you want to happen. | ||
|
||
#### Describe alternatives you've considered | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
#### Additional context | ||
Add any other context or screenshots about the feature request here. | ||
#### What I want to see in the next version of Omega |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Other | ||
about: A question? A problem? ... | ||
title: '' | ||
labels: Triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Problems during installation | ||
about: Need help to install Omega? | ||
title: '' | ||
labels: Installation issue, Triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Describe the problem | ||
|
||
|
||
#### Logs | ||
``` | ||
Copy/paste the logs here (If you have some) | ||
``` | ||
|
||
#### Environment | ||
- Omega Version: {go to settings > about > Omega Version and type the version here} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Docker Image CI | ||
on: [pull_request, push] | ||
|
||
jobs: | ||
docker: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- name: Build the Docker image | ||
run: docker build . --file docker/Dockerfile --tag omega:$(date +%s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Unit tests | ||
on: [pull_request_target] | ||
|
||
jobs: | ||
units: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: sudo apt-get install build-essential imagemagick libfreetype6-dev libjpeg-dev libpng-dev pkg-config | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: 'recursive' | ||
- run: make -j2 PLATFORM=simulator test.headless.bin | ||
- run: output/release/simulator/linux/test.headless.bin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
/output/ | ||
/build/artifacts/ | ||
build/device/**/*.pyc | ||
epsilon.elf | ||
epsilon.map | ||
.vscode | ||
.DS_Store | ||
.gradle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
image: gcc | ||
|
||
stages: | ||
- build | ||
|
||
job:build: | ||
stage: build | ||
before_script: | ||
- "echo 'deb http://httpredir.debian.org/debian jessie main contrib \n deb-src http://httpredir.debian.org/debian jessie main contrib \n deb http://httpredir.debian.org/debian jessie-updates main contrib \n deb-src http://httpredir.debian.org/debian jessie-updates main contrib \n deb http://security.debian.org/ jessie/updates main contrib \n deb-src http://security.debian.org/ jessie/updates main contrib ' > /etc/apt/source.list" | ||
- "apt-get update" | ||
- "apt -y install build-essential git imagemagick libx11-dev libxext-dev libfreetype6-dev libpng-dev libjpeg-dev pkg-config fltk1.3-dev gcc-arm-none-eabi nodejs npm" | ||
- "git submodule update --init --recursive" | ||
- "git clone https://github.com/RedGl0w/omega-auto-increment" | ||
- "cd omega-auto-increment" | ||
- "npm i request exeq" | ||
- "PrivateToken=$PrivateToken node index.js" | ||
- "cd .." | ||
script: | ||
- make clean | ||
- make MODEL=n0100 epsilon.bin | ||
artifacts: | ||
paths: | ||
- output/release/device/n0100/epsilon.bin | ||
- omega-auto-increment/version.txt | ||
name: artifact:build:simulator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "apps/rpn"] | ||
path = apps/rpn | ||
url = https://github.com/Omega-Numworks/Omega-RPN.git | ||
[submodule "apps/atomic"] | ||
path = apps/atomic | ||
url = https://github.com/Omega-Numworks/Omega-Atomic.git |
Oops, something went wrong.