2022-12-30-meeting-notes 915 B

1234567891011121314151617
  1. - accomplishments
  2. - no big accomplishments since last time
  3. - a lot of minor additions and changes (making all the changes compatible for the other big DE2-115 board, etc.)
  4. - freertos debugging
  5. - code size problem relevation, by changing bootloader, limiting instruction data that is written
  6. - managed to change instruction and data memory to accomodate more instructions and less data, but seems buggy as of yet
  7. - what segments need to be changed really?
  8. - core: mem_pkg, core_pkg
  9. - bootloader: memory, devices
  10. - decided not to care about wfi for now (not really so crucial for freertos)
  11. - maybe necessary for sake of completeness?
  12. - main approach would be to insert nops via control until trap is triggered
  13. - TODO:
  14. - continue debugging and working things out...
  15. - find out exact memory organization
  16. - get and target a DE2-115