New Atom App

This commit is contained in:
Quentin
2019-10-31 22:06:40 +01:00
parent b2dfa363b4
commit 346609c2be
4 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/output/
build/device/**/*.pyc
epsilon.elf

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "apps/rpn"]
path = apps/rpn
url = https://github.com/Omega-Numworks/Omega-RPN.git
[submodule "apps/atom"]
path = apps/atom
url = https://github.com/Omega-Numworks/Omega-Atom.git

1
apps/atom Submodule

Submodule apps/atom added at a817974a4d

View File

@@ -4,9 +4,9 @@ PLATFORM ?= device
DEBUG ?= 0
EPSILON_VERSION ?= 12.0.0
EPSILON_CUSTOM_VERSION ?= 1.11.0-0
EPSILON_CUSTOM_VERSION ?= 1.12.0-0
# Valid values are "none", "update", "beta"
EPSILON_APPS ?= calculation rpn graph code statistics probability solver sequence regression settings
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings
EPSILON_I18N ?= en fr es de pt
EPSILON_GETOPT ?= 0
ESCHER_LOG_EVENTS_BINARY ?= 0