Skip to content
Snippets Groups Projects
  1. Jul 04, 2016
  2. May 28, 2016
  3. Apr 21, 2016
  4. Apr 05, 2016
  5. Mar 20, 2016
  6. Oct 28, 2015
  7. Jul 14, 2015
  8. Jun 27, 2015
  9. Jun 02, 2015
  10. May 29, 2015
  11. May 07, 2015
  12. Mar 14, 2015
  13. Mar 04, 2015
    • Subv's avatar
      Services: Moved the PTM and APT services to their own folder · 83a8975c
      Subv authored
      This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs.
      
      Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
      83a8975c
  14. Feb 26, 2015
  15. Feb 12, 2015
  16. Feb 11, 2015
    • archshift's avatar
      Asserts: break/crash program, fit to style guide; log.h->assert.h · ef24e72b
      archshift authored
      Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
      As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
      
      Also removed some GEKKO cruft.
      ef24e72b
  17. Feb 10, 2015
  18. Feb 02, 2015
  19. Jan 30, 2015
  20. Jan 24, 2015
  21. Jan 06, 2015
  22. Jan 04, 2015
  23. Jan 03, 2015
    • Subv's avatar
      Archives: Change the folder layout of some archives. · 3bc9f550
      Subv authored
      This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW
      3bc9f550
Loading