Menu

Simple Dumping Monitor for Arduino / Blog: Recent posts

Version 0.37 released

Added the library.properties file.

Posted by Vanyamba Software 2018-10-26

Version 0.36 released

Added decimal and float values in watch dump.

Posted by Vanyamba Software 2018-10-20

Version 0.35 released

Fixed ve_avr_dumpmon.h includes.

Posted by Vanyamba Software 2018-08-06

Version 0.34 released

ve_avr.h renamed to ve_avr_dumpmon.h.

Posted by Vanyamba Software 2017-06-23

Version 0.33 released

  • Watchdog fixed.
  • USI class started.
Posted by Vanyamba Software 2017-06-09

Version 0.32 released.

  • Read/write float types added to DEV_EEPROM.
Posted by Vanyamba Software 2017-05-12 Labels: arduino

Version 0.31 released.

  • DEV_RCCTRL added.
  • ClockSwitch class changed.
  • signatureRead function changed.
  • doSPM function added to the StoreProgMem class.
  • State functions added.
  • TimerHS fixed.
Posted by Vanyamba Software 2017-05-07 Labels: arduino

Version 0.30 released

  • Fixed const string watch.
Posted by Vanyamba Software 2016-12-03

Version 0.29 released

  • Fixed PCMSK definition for ATmega16U4/32U4.
  • USB Endpoint renamed.
Posted by Vanyamba Software 2016-04-04

Version 0.28 released

Fixed PCINT interrupts definition.

Posted by Vanyamba Software 2015-10-19

Version 0.27 released

Fixed prog_char compilation errors with Arduino IDE version 1.5.8.

Posted by Vanyamba Software 2015-02-24

Version 0.26 released.

Fixed prog_char compilation errors with new Arduino IDE.

Posted by Vanyamba Software 2015-02-23

Version 0.25 released

  • Renamed files with 've_' prefix added in order to make VEduino compatible with other Arduino libraries.
  • Fixed external interrupts definition.
  • Patched for prog_uchar deprecation.
Posted by Vanyamba Software 2014-12-26

Version 0.24 released

Added include of <externalinterruptflags.h> to <ve_avr.h>.</ve_avr.h></externalinterruptflags.h>

Posted by Vanyamba Software 2014-12-18

Version 0.23 released

Added ISR breakpoint functions.

In order to debug interrupts, add breakISR() function call into your ISR() handler. For example:

ISR(TIMER2_OVF_vect) // My ISR() handler
{
    breakISR(dumpmon::timer2_ovf);
}

Compile and upload the dumpmonISR sketch from DumpMon examples. Open Serial Monitor, ISR breakpoint occured with message 'TIMER2_OVF interrupt'. Send command N or G to restart interrupt debugging. Next ISR breakpoint occured.... read more

Posted by Vanyamba Software 2013-08-12

Version 0.22 released

Fixed Sanguino PCMSK3 register.

Posted by Vanyamba Software 2012-12-20

Version 0.21 released

Added Sanguino and Daiduino boards support.

Posted by Vanyamba Software 2012-12-20

Version 0.20 released

Added binary representation of numeric watch variables.

Posted by Vanyamba Software 2012-12-18

Version 0.19 released

Fixed dumpmonSetup() function for serial port speeds higher than 57600.

Posted by Vanyamba Software 2012-12-18

Version 0.18 released

Added registers and interrupts of ATmega16U4/32U4 Timer2.

Posted by Vanyamba Software 2012-12-15

Version 0.17 released

Added Timer2 to ATmega16U4/32U4.
Fixed avrdef.h.

Posted by Vanyamba Software 2012-12-14

Version 0.15 released

Added ATmega48P/88P/168P and ATmega640/1280/1281/2561 support.
Now it uses VE_ATmega* macros (see ve_avr.h).

Posted by Vanyamba Software 2012-12-12

Version 0.14 released. Now with Arduino Leonardo!

The Simple Dumping Monitor library version 0.14 is released. Now the library includes the support for Arduino Leonardo compatible both ATmega16U4 and ATmega32U4 microcontrollers based boards.

Posted by Vanyamba Software 2012-12-11
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.