Commit Graph

11243 Commits

Author SHA1 Message Date
Émilie Feral
9a5d1cf6a9 [ion] Power: sleep 100 ms after releasing the OnOff button to ensure a
pull down on pin A0
2019-04-18 09:51:22 +02:00
Émilie Feral
47b668fa2c [ion] Fix missing linker script for test_external_flash 2019-04-18 09:51:22 +02:00
Émilie Feral
3f8218febb Build: fix target test_external_flash 2019-04-18 09:51:22 +02:00
Émilie Feral
eb065dacba Build: flasher define its own dependencies in scripts/targets.device.mak 2019-04-18 09:51:22 +02:00
Léa Saviot
4afcb95e18 [poincare/tests] More tests on randint 2019-04-17 14:37:37 +02:00
Léa Saviot
7362e965a8 [poincare/randint] Do not accept infinite bounds
Before, randint(1,inf) would give inf
2019-04-17 14:37:37 +02:00
Léa Saviot
1e20b283dc [poincre/randint] Randit simplifies itself to its approximation 2019-04-17 14:29:16 +02:00
Léa Saviot
326b8b8761 [poincare/tests] randint's simplification gives its approximation 2019-04-17 14:29:08 +02:00
Romain Goyet
60cbc57a07 [ion/device] Fix unresponsive keyboard 2019-04-17 13:51:55 +02:00
Léa Saviot
a48478882c [apps/calc] If result contains random/round, display approximation only 2019-04-17 12:11:37 +02:00
Léa Saviot
73e0947962 [apps/calculation/tests] Tests on displayExactApprox for random/round 2019-04-17 12:10:47 +02:00
Léa Saviot
03bb81215e [python/urandom] Use Ion::random to seed urandom 2019-04-17 11:46:01 +02:00
Léa Saviot
f73951865e [python/urandom] Add init method to seed the Yasmarang generator.
This commit should disappear as it will be in one of the next stable
micropython versions
2019-04-17 11:46:00 +02:00
Léa Saviot
f9e2fc6974 [python] Fix typo 2019-04-17 11:46:00 +02:00
Léa Saviot
bdaf229cfd [apps/text_field_delegate_app] Fix XNT in a sum layout
It was broken by a blunder while swithching to UTF8
2019-04-17 11:31:26 +02:00
Léa Saviot
822cbcb201 [ion/ram.ld] Fix bootloader size comment 2019-04-17 11:02:48 +02:00
Léa Saviot
69c5bac05a [ion/bench] Stop, sleep and stanby commands 2019-04-17 11:02:48 +02:00
Léa Saviot
81b5f1841e [ion/bench] Fix PINS test 2019-04-17 11:02:48 +02:00
Léa Saviot
ea12be82c1 [ion/bench] Update pins in PINS test 2019-04-17 11:02:48 +02:00
Léa Saviot
da5a320e4c [ion/bench] Fix PINS test (all pins to input, one to output) 2019-04-17 11:02:48 +02:00
Léa Saviot
aa7a1c0da0 [ion/bench] Clearer fail messages in PINS test 2019-04-17 11:02:48 +02:00
Léa Saviot
aba5c66924 [ion/external_flash] JDEC command to read manufacturer ID and other info 2019-04-17 11:02:48 +02:00
Léa Saviot
28a9d797ad [ion/bench] Test pins: all up and one down at a time 2019-04-17 11:02:48 +02:00
Léa Saviot
cd27e1d10a [ion/bench] Clean PINS test 2019-04-17 11:02:48 +02:00
Léa Saviot
a88cfa4599 [ion/bench] PINS tests: more tested pins 2019-04-17 11:02:48 +02:00
Léa Saviot
503d61f825 [ion/bench] PINS command 2019-04-17 11:02:48 +02:00
Émilie Feral
2bfe257f3f [kandinsky] Fonts: improve glyph % 2019-04-16 14:06:57 +02:00
Émilie Feral
e615172cbb [sequence] Cache context does not need to be a variable context
Fix crash: u(n) = n(n-1) would crash at evaluation
2019-04-16 13:54:05 +02:00
Émilie Feral
60b577e199 [calculation] Fix tests with no symbolic computation 2019-04-16 13:51:59 +02:00
Émilie Feral
28f0eed593 [ion] Change n0200 fcc id 2019-04-16 11:14:53 +02:00
Émilie Feral
5237d95c21 [ion] Events: add event "%" on Alpha+Backspace 2019-04-16 11:13:45 +02:00
Émilie Feral
e1b2bb09f0 Change model name: n0101 --> n0200 2019-04-16 10:49:41 +02:00
Émilie Feral
8ee80c5755 [ion] n0100: fix FCC ID 2019-04-16 10:41:07 +02:00
Émilie Feral
0eae6442db [ion] Fix n0100 Makefile 2019-04-16 10:21:29 +02:00
Émilie Feral
cae21c1ffb [scripts] Use 2 differents build directories for n0100 and n0101 2019-04-16 10:12:12 +02:00
Émilie Feral
2e9a3b2fcb Build: Add a target test_external_flash to build tests on external flash
that run on the internal flash
2019-04-15 18:07:23 +02:00
Émilie Feral
5ee829bfe0 [ion] Improve getPlatformEvent (return Events::None instead of relying
on default implementation of Events())
2019-04-15 10:04:17 +02:00
Émilie Feral
158292ec95 [on-boarding] Go to standby when suspended while the active app is
on-boarding
2019-04-15 10:04:11 +02:00
Émilie Feral
744686bcb3 [ion] Power: specific implementations of standby for N0100 and N0101
(N0100 cannot go in standby as no pin is wired to be a wake-up pin)
2019-04-15 10:01:17 +02:00
Émilie Feral
d9982a11a9 [apps] Redraw battery pictogram after a reset 2019-04-15 09:52:45 +02:00
Émilie Feral
922f20ae05 [ion] Keyboard: fix getPlatformEvent (return None by default) 2019-04-15 09:52:09 +02:00
Émilie Feral
a5919f128c [ion] Power: fix names; Power key actually refers to OnOff key (to avoid
confusing with exponentiation key)
2019-04-12 16:56:57 +02:00
Émilie Feral
694fa34315 [ion] Keyboard: change keys name to more explicit ones 2019-04-12 16:56:57 +02:00
Émilie Feral
b9960220d2 [ion] Events: specify events data according to keyboard layout 2019-04-12 16:56:57 +02:00
Émilie Feral
af0bd758df [ion] Change name keyboard_layout --> layout_keyboard 2019-04-12 16:56:57 +02:00
Léa Saviot
499f0cee21 [hardware_test] Split Screen test into centred screen and dead pixels 2019-04-12 16:43:38 +02:00
Léa Saviot
253833d7e9 [hardware_test] Add comments on LCD data test 2019-04-12 15:59:35 +02:00
Léa Saviot
a77f5173b1 [hardware_test] LCD DATA test 2019-04-12 15:59:35 +02:00
Léa Saviot
197e056d3a [hardware_test] Fix VBlank test 2019-04-12 15:59:35 +02:00
Émilie Feral
7d8e527d51 Merge branch 'version-11' of ssh://git.numworks.com/Epsilon into f7 2019-04-12 15:22:22 +02:00