Commit Graph

25 Commits

Author SHA1 Message Date
Laury
7d61e236df [bootloader] Small fixes 2022-04-28 21:32:42 +02:00
devdl11
3dfc8d749c [bootloader/storage] new bootloader and fix python issue 2022-04-07 19:56:53 +02:00
Laury
6dc31401fe [bootloader] Compatibility with Omega 2.0 2022-03-17 20:05:20 +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
Mino1289
fdef2b5d6e Merge branch 'upsilon-dev-latex' 2022-01-09 21:47:51 +01:00
Joachim LF
f258da16f1 [Build] revert binpack move 2021-05-14 14:16:41 +02:00
Joachim LF
f999c796c3 [Upstream] Merged epsilon 15.5 2021-05-14 13:28:22 +02:00
Gabriel Ozouf
029dc2be5e [build/targets.device.n0110] Move flag before target
This is in keeping with the order set up in build/all.mak.
2021-04-16 10:46:10 +02:00
Gabriel Ozouf
bf99a2976b [build] Improve comments 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
Maxime FRIESS
d83e712256 Merge pull request #477 from gkelly/posix-shells
[build] Remove bash-ismes
2021-02-15 19:57:23 +01:00
M4x1m3
175e38711e Removed duplicate binpack rule. 2020-03-01 16:45:53 +01:00
Émilie Feral
3aeb4b9ea9 [build] Coding style 2020-02-25 17:37:29 -05:00
Émilie Feral
2351b03fb7 [build] Fix binpack target 2020-02-25 17:37:29 -05:00
Émilie Feral
6693102d5f [build] binpack: fix name change build --> output 2020-02-25 17:37:29 -05:00
Émilie Feral
e073b88f4e [build] Revert deletion: required shasum computation 2020-02-18 11:34:21 +01:00
Émilie Feral
8002765c3a [build] Target device n0110: enable to call 'make %.two_binaries'
without specifying the building directory
2020-02-18 11:34:21 +01:00
redgl0w
eb498a0e0f Fixed binpack 2020-02-18 11:34:21 +01:00
Garret Kelly
668bc95f15 [build] Don't invoke bash-specific '[['
'[[' isn't available when $SHELL isn't set to bash, so use expr from
coreutils to check for the presence of the device in DFU mode.
2020-01-15 22:34:39 -05:00
Émilie Feral
7d8bd45047 [build] Fix target two_binaries 2019-12-19 15:52:45 +01:00
Émilie Feral
8f69d9b8b9 [build] Fix target %.dfu for N0110: avoid downloading flasher on
addresses that are being executed (in NumWorks DFU mode, execution
jumps at the end of the stack, which is where we upload the flasher.
The flasher is not required when NumWorks DFU mode is working)
2019-11-25 10:20:25 +01:00
Romain Goyet
c97903f3be [build] Clean the targets 2019-09-27 17:57:05 +02:00
Émilie Feral
a709c73b4c [build] _flash target: don't pipe flash command to display info on the output
stream
2019-09-20 10:10:57 +02:00
Romain Goyet
6454958650 [build/device/n0110] Fix flasher dependency 2019-09-19 09:38:16 +02:00
Romain Goyet
d70bad84f3 Rename the scripts folder to build
And the build folder to output
2019-09-18 17:46:38 +02:00