Skip to content

1.2.3 - eliminate requirement for EpoxyMockSTM32RTC in Makefiles under EpoxyDuino

Compare
Choose a tag to compare
@bxparks bxparks released this 17 Nov 05:10
· 16 commits to master since this release
e14ac8a
  • v1.2.3 (2022-11-16)
    • When compiled under EpoxyDuino, implement stubs directly in
      ace_time/hw/StmRtc.cpp instead of relying on the STM32RTC.{h,cpp} from
      the EpoxyMockSTM32RTC library which mocks out the real STM32RTC library.
      • Eliminates the need to include EpoxyMockSTM32RTC in various
        downstream Makefile when using EpoxyDuino.