Files
Upsilon/build
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
..
2017-04-20 09:51:29 +02:00
2017-02-16 11:00:57 +01:00
2017-09-06 10:05:17 +02:00