Skip to content
  1. Oct 05, 2021
  2. Oct 04, 2021
    • Kshitij Sisodia's avatar
      MLECO-2344: Documentation improvement · f4962c8d
      Kshitij Sisodia authored
      Documenting how the target platform's SRAM size impacts configuration files,
      sources and linker scripts.
      
      Change-Id: I8647ab67b73bafd0c44e6c586a1b5f2602bf03f5
      f4962c8d
    • Kshitij Sisodia's avatar
      MLECO-2407: Correction for Cortex-M55 core clock · 105ed71f
      Kshitij Sisodia authored
      AN547 sets the core clock for both M55 and U55 to 32MHz, while the
      blocks on APB use a different clock of 25MHz.
      
      Note: this will have not change any of the MPS3 FPGA profiling
      numbers (cycle counts and elapsed time in milliseconds) for
      Cortex-M55 as this was already using the correct counters under
      MPS3. The only difference would be that the system tick interrupt
      will fire every 10ms as intended instead of every 7.8125 ms as it
      is doing with current software.
      
      Change-Id: I77cd269c7c02f5d6e65328eb285185bae74e4e36
      105ed71f
  3. Sep 28, 2021
  4. Sep 27, 2021
  5. Sep 24, 2021
  6. Sep 16, 2021
  7. Sep 15, 2021
  8. Sep 07, 2021
  9. Sep 03, 2021
  10. Sep 02, 2021
  11. Sep 01, 2021
  12. Aug 13, 2021
  13. Aug 12, 2021
  14. Aug 06, 2021
  15. Aug 05, 2021
  16. Aug 03, 2021
  17. Jul 29, 2021
  18. Jul 23, 2021
  19. Jul 20, 2021
  20. Jul 09, 2021
  21. Jul 08, 2021
  22. Jul 01, 2021
  23. Jun 30, 2021
  24. Jun 28, 2021
  25. Jun 10, 2021
  26. Jun 02, 2021
  27. May 28, 2021
  28. May 27, 2021
  29. May 25, 2021
  30. May 24, 2021
    • Kshitij Sisodia's avatar
      MLECO-1948: Fix for SysTick init and GNU's stdout · 3c8256df
      Kshitij Sisodia authored
      The counter val could have been 0 when read the first time
      quickly after the init function. The init function will now
      wait for the SysTick counter to start before returning.
      
      Also included are some minor changes to get around  GNU's
      file stream implementation being line buffered.
      
      Change-Id: I8d51fef5d85f1261a6a5710608349d7ecc19ad62
      3c8256df
Loading