Skip to content

Conversation

@wke67
Copy link

@wke67 wke67 commented Oct 18, 2025

nothing new here, this is just fixing / improving the code found in wiring.c and allowing
the new enabled build options to pass the checks in core_parameters.h and timers.h
requires modification of boards.txt:

  • enable RTC related menu items
  • change build options:
  • avrxx.menu.millis.rtc.build.millistimer=RTC_OSC - was RTC
  • avrxx.menu.millis.rtcxtal.build.millistimer=RTC_XTAL - no change
  • avrxx.menu.millis.rtcxosc.build.millistimer=RTC_XOSC - no change

tested on hardware using AVR64DD28 and AVR64EA28
Configuration:
Arduino-IDE 2.3.6
DxCore 1.5.11 - modified to use avrdude 8.1 for programming via tty or updi

wke67 and others added 3 commits October 18, 2025 17:41
requires modification of boards.txt:
 enable RTC related menu items
 change build options:
  avrxx.menu.millis.rtc.build.millistimer=RTC_OSC        was RTC
  avrxx.menu.millis.rtcxtal.build.millistimer=RTC_XTAL   no change
  avrxx.menu.millis.rtcxosc.build.millistimer=RTC_XOSC   no change
tested on hardware using AVR64DD28 and AVR64EA28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant