From: Bdale Garbee Date: Wed, 31 Jul 2024 18:01:00 +0000 (-0600) Subject: include EasyMega v3 firmware in that captured in LLC repo during release X-Git-Tag: 1.9.19~1^2~9 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=955c49611be14868252b496fd458f2dc4ab74c2b;p=fw%2Faltos include EasyMega v3 firmware in that captured in LLC repo during release --- diff --git a/Releasing b/Releasing index 081ece27..a6a793ba 100644 --- a/Releasing +++ b/Releasing @@ -114,7 +114,7 @@ These are Bdale's notes on how to do a release. - store a stable copy of ARM binaries for production use cp src/chaoskey-v1.0/{*.elf,*.ihx,*.bin,*.map} \ - src/easymega-v[1-2].0/{*.elf,*.ihx,*.map} \ + src/easymega-v[1-3].0/{*.elf,*.ihx,*.map} \ src/easymini-v[1-3].0/{*.elf,*.ihx,*.map} \ src/easymotor-v3/{*.elf,*.ihx,*.map} \ src/easytimer-v[1-2]/{*.elf,*.ihx,*.map} \ @@ -128,7 +128,7 @@ These are Bdale's notes on how to do a release. src/telefireeight-v[1-2].0/{*.elf,*.ihx,*.map} \ ~/altusmetrumllc/Binaries/ cp src/chaoskey-v1.0/flash-loader/{*.elf,*.bin,*.map} \ - src/easymega-v[1-2].0/flash-loader/*.elf \ + src/easymega-v[1-3].0/flash-loader/*.elf \ src/easymini-v[1-3].0/flash-loader/*.elf \ src/easymotor-v3/flash-loader/*.elf \ src/easytimer-v[1-2]/flash-loader/*.elf \