Laury
23af100ed5
[poincare] Allow replacement of sequences by their definition if rank is an integer
2022-02-24 18:05:30 +01:00
Laury
af5f9ea578
[ion/storage] Added the "ctrl-z" system everywhere
2022-02-19 12:09:02 +01:00
Laury
f3d632c462
[apps/calculation] Add a "ctrl-z" system
2022-02-15 22:24:50 +01:00
Yaya-Cout
24205a7e03
Fix CI and replacement character ( #133 )
2022-01-24 18:22:07 +01:00
Yaya-Cout
f4ce415e32
[apps/code] Fix multiplication in Python app on simulator ( #126 )
2022-01-21 16:51:58 +01:00
Yaya-Cout
169fb7404e
Fix spelling ( #128 )
...
* Fix spelling in .cpp files
* Fix spelling in all files
2022-01-20 17:21:35 +01:00
Laury
e575ffc7ce
[apps/code] Shift + OK don't quit toolbox
2022-01-15 21:33:32 +01:00
Yaya-Cout
8126e0da7e
Fix cursor storage ( #120 )
2022-01-10 20:53:38 +01:00
lolocomotive
2248e415c4
Separate Upsilon and Omega versions ( #112 )
2022-01-04 20:37:46 +01:00
Yaya-Cout
70b162e63b
Fix web simulator and binpack build ( #114 )
2021-12-28 15:12:13 +01:00
Yaya-Cout
cd3f5225bb
Various fixes ( #102 )
2021-12-17 19:12:24 +01:00
ArtichautCosmique
65b3a2857f
[ion/simulator/assets] New background.jpg ( #99 )
2021-12-15 13:39:51 +01:00
devdl11
dd48235721
USB Protection correction ( #90 )
2021-12-14 21:51:53 +01:00
ArtichautCosmique
0bd30ed2e6
[ion/simulator/assets] New icons Upsilon flavored ( #98 )
2021-12-13 19:37:12 +01:00
Laury
fb4b2ffdfa
[usb | recovery] Make the code works
2021-11-26 23:41:53 +01:00
Laury
9afb42716d
[usb | recovery] Improve code quality
2021-11-21 21:48:51 +01:00
devdl11
e8a1bc6149
Creation of a protection system against unintentional updates to Epsilon 16 (foundation) + Recovery Improvement ( #37 )
2021-11-11 18:20:16 +01:00
Yaya-Cout
41b2b64d80
Fix somes Upsilon name in somes files ( #61 )
2021-10-28 22:23:10 +02:00
ArtichautCosmique
0b54bf13f4
[storage][apps/code] Change sizes ( #28 )
2021-09-25 19:49:26 +02:00
ArtichautCosmique
efda561425
[ion/device/flasher] Pimp my flasher (light & verbose) ( #27 )
2021-09-25 18:55:43 +02:00
Yaya.Cout
9eb81a6daf
Fix OmegaVersion in settings
2021-09-05 11:49:42 +02:00
ArtichOwO
eb02fb5baa
[ion/mac] Added missing source
2021-07-14 19:52:32 +02:00
Hyperengined
c8afdcacab
[ion/battery] Doubled hysteresis to avoid sudden fluctuactions
2021-07-07 11:49:19 +02:00
Joachim LF
080ac51aae
[Simulator/android] Fix language auto selection
2021-05-15 09:19:01 +02:00
Joachim LF
bf5f24f96c
[Simulator/windows] Fix deleted file
2021-05-14 21:10:47 +02:00
Joachim LF
7e24502414
[Simulator] Use std::cout and added dummy store_script
2021-05-14 20:04:59 +02:00
Joachim LF
dd45419006
[Simulator/windows] fix build
2021-05-14 19:45:57 +02:00
Joachim LF
aba2388253
[Ion/web] Fix build
2021-05-14 19:41:37 +02:00
Joachim LF
f999c796c3
[Upstream] Merged epsilon 15.5
2021-05-14 13:28:22 +02:00
Gabriel Ozouf
f8798aa561
[ion] Move pcbVersion method to its own file
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
46acd4eb61
[ion/device/n0110/internal_flash] Add method OTPLockAddress
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
018ea07796
[ion/device] Add comments and rename variables for clarity
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
d7f41e306c
[ion/device/n0100] Add comment on dummy PCB version methods
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
03c85c0b0e
[ion/device/external_flash] Move model specific code
...
As the N0100 does not have an external flash chip, the code to handle
the external flash does not need to be compiled on this model.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
bd0c7de2bf
[ion] Create method to lock PCB versions on old boards
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
0282104086
[ion] Add getter method for PCB version in string form
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
b8727bc256
[ion/device] Rename some PCB version methods
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
5ccf8d6b97
[ion/device/external_flash] Add dsb instruction in method wait
...
This mimics the behavior of InternalFlash::wait, and fixes a bug found
on the bench when reading the flashed firmware.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
b80daf70d3
[ion/device/n0110/usb] Consolidate configs of Vbus pin
...
Even though the configuration of the Vbus pin depends on the hardware
running Epsilon, we do not actually need one VbusPin object for each
configuration. Indeed, an AFGPIOPin object can be used to configure the
pin as a standard GPIO, provided one does not call its init() method.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
36655f1c19
[ion/device/n0110] Change getter for OTPAddress
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
ed18f1e95f
[ion/device] Lock OTP after writing version
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
cbb435d656
[ion/device] Adapt behaviour in factory
...
When flashing fo the first time, we need Epsilon to know the PCB version
before the OTP are flashed. We also need the to prevent Epsilon from
writing the OTP outside of the factory.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
00b74430cd
[build] Add mendatory USE_IN_FACTORY variable to binpack rule
...
This variable specifies whether the binpack is used for first-time
flashing on assembly-line, or for diagnostic later on.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
8705ddaf8a
[ion/device/bench] Add command to write and validate PCB version
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
ddae6607f9
[ion/device/n0110] Deduce Vbus config from PCB version
...
Revised PCB (version number > 0) should configure Vbus as a GPIO instead
of an alternate function.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
c4ef2016ba
[ion/device/n0110] Methods to read and write PCB version in OTP
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
524a7d9619
[ion/device/n0110] Define OTP blocks in internal flash
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
e456667d5e
[ion/device] Add parameter PCB_LATEST
...
This indicates the latest PCB revision on which this version of Epsilon
can run.
2021-04-16 10:46:10 +02:00
Léa Saviot
50a32b470d
[ion/drivers/external_flash] Remove assertion unvalid on n0100
2021-03-29 10:20:17 +02:00
Léa Saviot
3746354f26
[ion/external_flash] Code cleaning
2021-03-29 09:55:00 +02:00