EmBitz
Latest EBlink - Printable Version

+- EmBitz (https://www.embitz.org/forum)
+-- Forum: EBlink (https://www.embitz.org/forum/forum-3.html)
+--- Forum: Development (https://www.embitz.org/forum/forum-11.html)
+--- Thread: Latest EBlink (/thread-141.html)



Latest EBlink - embitz - 01-11-2022

The latest version are on Github

Embitz on Github


RE: Latest EBlink - embitz - 16-01-2024

Changes

5.12
  • - Renesas M33 flashing included
  • - Added sector attribute "gdb_nc". With this sector attribute, GDB will read from chip rather than cache. Used e.g. with Renesas data flash (EEProm emulation) so that any data flash
  • modifications are visible in the IDE. The RV40 flash script will skip dataflash (EEprom) erase on chip erase. This is to retain config data between chip erase cycles. 
  • If a full chip erase is needed then comment the lines in the rv40 script at the erase function (see code)

5.11
  •  - Bugfix GDB input handler. EBlink crashes if the size of the input was exact equal to the initial allocated input buffer.
  •  - Bugfix progress always on top

5.10
  •  - Linux nullptr bug solved (strdup with null pointer doesn't return a null pointer)
  •  - Windows progress bar added
  •  - Flash script function per sector added as additional XML option