Jacob Young
6eb9ca615a
Fix #108 fix #109 by evaluating a store's value so that it uses the correct context.
2017-09-15 17:16:59 +02:00
Jacob Young
5ffd7cc270
Auto insert ans before sto.
2017-09-15 17:05:24 +02:00
TJ Horner
c7ac692dde
Fix a typo: "regerssion" -> "regression ( #118 )
2017-09-12 08:58:31 +02:00
Ian Abbott
1a877d999b
Makefile: Use POSIX shell redirection syntax for app_flash target
...
The recipe for the 'app_flash' target uses an 'until' loop to wait for
the DFU device to be connected. The command uses &> to redirect both
standard output and standard error output to a file (/dev/null). This
works for shells such as Bash and Z Shell, but not dash or Korn shell.
Replace it with a combination of > and 2>&1 for portability.
2017-09-07 17:51:54 +02:00
EmilieNumworks
f34f6dfb82
Merge pull request #104 from EmilieNumworks/version
...
Change software version to 1.1.2
2017-09-07 10:40:37 +02:00
Émilie Feral
329dff7b6e
Change software version to 1.1.2
2017-09-07 10:34:48 +02:00
EmilieNumworks
e9afe0c59a
Merge pull request #101 from jacobly0/fix/zero-power
...
Fix #100 .
2017-09-07 10:33:42 +02:00
Jacob Young
0904313624
Fix #100 .
2017-09-06 23:38:04 -04:00
EmilieNumworks
92245312b5
Merge pull request #97 from numworks/version
...
Change software version to 1.1.1
2017-09-06 17:51:24 +02:00
Émilie Feral
8a50b42611
[escher] Fix bug in text area (afl-fuzz)
2017-09-06 17:40:46 +02:00
Émilie Feral
f8e5946f75
Change software version to 1.1.1
2017-09-06 17:36:32 +02:00
Émilie Feral
01efc3c95d
[apps/settings] Connect settings gauge to prefered brightness
2017-09-06 17:34:18 +02:00
Émilie Feral
7c1d540a87
[apps] Add a brightness level in preferences
2017-09-06 17:34:18 +02:00
Émilie Feral
7a5bcf3e0f
[apps/settings] Add a row 'Brightness' to settings
2017-09-06 17:34:18 +02:00
Émilie Feral
10c42e276a
[escher] Add a gauge view and a message table cell with gauge
2017-09-06 17:34:18 +02:00
Marc Lagrange
1633709389
Add -fPIE for simulator build ( #93 )
...
Add -fPIE for simulator build using SFLAGS
2017-09-06 10:42:18 +02:00
mjmdavis
a6ee0e4f82
Removed the automatic insertion of 'ans' when pressing '-'.
2017-09-06 10:15:24 +02:00
Émilie Feral
9ac25fc03a
Repair windows build
2017-09-06 10:05:17 +02:00
Romain Goyet
df31f0ce34
Improve the app_flash command
...
We now display a small inline tutorial, and wait for a device to be
connected
2017-09-06 10:00:14 +02:00
Émilie Feral
66fdc1a12f
[poincare] Fix power
2017-09-05 19:15:16 +02:00
EmilieNumworks
21f6723daa
Merge pull request #85 from adriweb/fix/overflow-poincare-stringlayout
...
[various apps] StringLayout: fix buffer overflow and use auto size
2017-09-05 17:07:53 +02:00
EmilieNumworks
da5ec51731
Merge pull request #67 from mateoconlechuga/master
...
Add shift activated text (Fix #22 )
2017-09-05 16:21:48 +02:00
Émilie Feral
5551378109
[poincare] Fix root of negative values
2017-09-05 15:04:28 +02:00
Adrien Bertrand
d150837d7d
[various apps] StringLayout: fix buffer overflow and use auto size
...
* The buffer overflow was happening when changing the complex format in
the settings.
* All const char arrays manually ending with a nul char were trimmed of
it considering StringLayout adds it already.
* Use automatic compile-time array-size when possible, avoids mistakes
2017-09-04 23:31:51 +02:00
Adrien Bertrand
503786ec72
[apps/settings] sub controller: fix buffer overflow.
...
- Caught by ASan
- The 3 and 4 length were swapped
- It's now using compile-time automatic sizes
2017-09-04 21:35:53 +02:00
Adrien Bertrand
f287148844
[ion] fix crc32 for loop variable type
2017-09-04 21:34:30 +02:00
mateoconlechuga
22b74892d7
Match names everywhere
2017-09-01 20:18:33 -06:00
mateoconlechuga
9d155f325b
Match names everywhere
2017-09-01 20:06:59 -06:00
mateoconlechuga
ae3e989314
Add shift activated text ( Fix #22 )
...
This adds the text 'shift' when the shift key is activated. No functionality changes were made.
2017-09-01 19:29:00 -06:00
Romain Goyet
88630addd4
Fix a comment
2017-09-01 14:38:46 +02:00
Adrien Bertrand
4373bdeda4
[ion] [simulator] key chars: use unicode escapes
2017-09-01 14:15:37 +02:00
Adrien Bertrand
520775901b
[ion] [simulator] more realistic button labels
2017-09-01 14:15:37 +02:00
EmilieNumworks
3b7efee7df
Merge pull request #58 from Ecco/master
...
Make the Travis build leaner and faster
2017-09-01 04:32:44 -07:00
Romain Goyet
f3a8274d63
[Travis] The PLATFORM env is used later on in the build
2017-09-01 13:17:22 +02:00
Romain Goyet
d8562aad68
[Travis] app.elf and test.elf can be built at once
...
This allows for a faster build since we don't rebuild every single
dependency
2017-09-01 13:08:30 +02:00
Romain Goyet
072cdd4fab
Simplify the Travis configuration file
2017-09-01 13:07:22 +02:00
EmilieNumworks
6e1a00c786
Merge pull request #57 from jacobly0/feature/automated-testing
...
Automated testing on travis using the blackbox.
2017-09-01 02:39:49 -07:00
EmilieNumworks
347a3a12b0
Merge pull request #31 from numworks/readme
...
README: clean
2017-09-01 02:24:31 -07:00
EmilieNumworks
216855ab63
Merge pull request #32 from numworks/expression-parsing
...
[poincare] '?' should not be parsed
2017-09-01 02:24:03 -07:00
EmilieNumworks
5ecb7d57d6
Merge pull request #36 from boricj/fixup_keys_ion_simulator
...
[ion/simulator] Improve key mapping
2017-09-01 01:59:46 -07:00
EmilieNumworks
81611498e8
Merge pull request #52 from adriweb/fix/template-program
...
[apps/code] template program: don't memcpy from beyond the string
2017-09-01 01:47:58 -07:00
EmilieNumworks
7f71f5246e
Merge pull request #55 from adriweb/fix/const-warning
...
[poincare] remove useless const qualifier on return type
2017-09-01 01:43:42 -07:00
Jacob Young
ebeabd677e
Allow tests to print progress.
2017-09-01 04:07:34 -04:00
EmilieNumworks
94db1c814b
Merge pull request #56 from jacobly0/fix/hex
...
Fix hex conversion for digits > 9.
2017-09-01 01:07:29 -07:00
Jacob Young
2e105036ff
Use the blackbox platform to run the tests on travis.
2017-09-01 04:00:28 -04:00
EmilieNumworks
a091fda493
Merge pull request #54 from jacobly0/fix-transpose
...
Fix swapped matrix transpose, multiplication, opposite, and clone dimensions
2017-09-01 00:57:20 -07:00
Jacob Young
4e6f673c03
Fix hex conversion for digits > 9.
2017-08-31 21:14:18 -04:00
Adrien Bertrand
55dd5b4486
[poincare] remove useless const qualifier on return type
...
This generated a lot of warnings in -Wextra:
'const' type qualifier on return type has no effect [-Wignored-qualifiers]
2017-09-01 00:48:28 +02:00
Jacob Young
198c26f99d
Fix grammar.
2017-08-31 18:09:00 -04:00
Jacob Young
37700f9e11
Default expression tests to scalar.
2017-08-31 18:04:56 -04:00