Skip to content
Snippets Groups Projects
  1. Dec 19, 2018
    • Julian Oes's avatar
      ROMFS: remove leftover CMakeLists.txt files · 35f2c39f
      Julian Oes authored
      These files are copied by accident and then discovered by shellcheck.
      35f2c39f
    • Julian Oes's avatar
      rcS: fix exit value · 63ee101c
      Julian Oes authored
      Shellcheck complained about returning -1 because that's essentially 255.
      63ee101c
    • Julian Oes's avatar
      ROMFS: change shebang from #!zsh to #!/bin/sh · 3ebf030a
      Julian Oes authored
      This was required for shellsheck.
      3ebf030a
    • Julian Oes's avatar
      ROMFS: don't forget to prune rc.board · d265aaab
      Julian Oes authored
      The startup file rc.board is copied to the build/../genromfs folder
      after the pruning of the files happened. Thus, about 2000 bytes of
      comments and whitespace were included in the ROMFS.
      
      This commit moves pruning of the files in ROMFS to a separate cmake
      custom command which happens after the ROMFS files have been copied and
      the extra files have been added.
      
      Testing showed that this change only affected the rc.board file as
      expected.
      d265aaab
  2. Dec 15, 2018
    • Beat Küng's avatar
      rcS tone_alarm: fix CBRK_BUZZER · 6a510826
      Beat Küng authored
      tone_alarm was started before the parameters were loaded, and the first
      tune was played before that as well. CBRK_BUZZER was then read as default,
      ignoring the user-configured value.
      
      We now start tone_alarm after we load the parameters. Note that a
      previously published startup tone or SD card error will still be played.
      6a510826
  3. Dec 12, 2018
  4. Dec 07, 2018
  5. Dec 05, 2018
  6. Dec 03, 2018
  7. Dec 01, 2018
  8. Nov 28, 2018
  9. Nov 27, 2018
  10. Nov 26, 2018
  11. Nov 25, 2018
  12. Nov 21, 2018
  13. Nov 20, 2018
  14. Nov 09, 2018
  15. Nov 06, 2018
Loading