Skip to content
Snippets Groups Projects
  1. Dec 19, 2018
    • 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 18, 2018
  3. Dec 17, 2018
  4. 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
  5. Dec 13, 2018
  6. Dec 12, 2018
  7. Dec 11, 2018
Loading