Skip to content
Snippets Groups Projects
  1. Aug 19, 2019
  2. Aug 18, 2019
    • rahix's avatar
      fix(api): Reset FPU before loading a new payload · e924ecee
      rahix authored
      
      Without resetting the FPU we get spurious failures in Pycardium.  These
      manifest in many different forms, ranging from HardFaults and triggered
      assertions to "syntax errors" in loaded scripts while said script does
      not contain any.
      
      These failures stem from the FPU still containing state from the last
      loaded payload and thus sometimes corrupting stack locations where the
      previous payload had floating point state.
      
      Closes #72.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      Verified
      e924ecee
  3. Aug 17, 2019
  4. Aug 16, 2019
  5. Aug 15, 2019
  6. Aug 14, 2019
  7. Aug 13, 2019
  8. Aug 12, 2019
  9. Aug 10, 2019
  10. Aug 09, 2019
    • swym's avatar
      feat(fatfs): Implement global FLASH lock · 6d1686e0
      swym authored and rahix's avatar rahix committed
      - Implement de-initialization
      - Wrap filesystem operations in semaphore
      - Introduce EpicFileSystem object and move epic_file_FOO(...)
        imlementations into efs_FOO(EpicFileSystem*, ...) functions.
      - epic_file_FOO(...) functions are now wrappers around the _fs_
        functions, but lock and unlock the global filesystem object before &
        after calls.  This way, all efs_ functions can assume that the
        necessary lock has been acquired.
      - libff: don't use FF_FS_REENTRANT, our own FS lock is enough
      6d1686e0
  11. Aug 06, 2019
Loading