Skip to content

µCNC v1.2.2

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 08 Aug 17:18
· 2629 commits to master since this release

Version 1.2.2 is a minor revision an targets a couple of issues on the STM32.
The following things were changed:

Changed

  • minor modification to startup blocks calling. They are now executed as soon as they are called. On error the next block is not executed. (#67)
  • improved SMT32F1 EEPROM-Flash emulation. Now uses a single page that is copied to RAM before being stored. This also fixes EEPROM using on STM32F1 making it fully functional. HAL was readapted for mcu.h. On AVR added dummy function to support new HAL. (#66)

Fixed

  • fixed flash eeprom reading that caused SMT32F1 to hang with USB virtual COM port. SMT32F1 default value for erased flash is 0xFF and not 0x00. This caused the startup blocks to read a sequence of 0xFF chars. This was fixed by filtering the accepted values to standard ascii only. Both serial versions of SMT32F1 and AVR were not affected. (#65)