Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge v1.3.0 into master #22

Merged
merged 5 commits into from
Jul 21, 2023
Merged

merge v1.3.0 into master #22

merged 5 commits into from
Jul 21, 2023

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Jul 21, 2023

  • 1.3.0 (2023-07-20)
    • Replace call to Epoch::daysToCurrentEpochFromConverterEpoch() with
      Epoch::daysToCurrentEpochFromInternalEpoch(), to be consistent with
      AceTime v2.3.0.
      • This an internal implementation detail, it should not cause an API
        breakage.
    • Upgrade tool chain
      • Upgrade Arduino CLI to 0.33.0.
      • Upgrade Arduino AVR Core to 1.8.6.
      • Upgrade STM32 Core to 2.6.0.
      • Upgrade ESP32 Core to 2.0.9.
      • Upgrade Teensyduino from 1.56 to 1.57.
    • Update supported boards and tiers
      • Add SAMD21 and SAMD51 boards to Tier 1
        • Add 2 SAMD boards from 2 different companies, to test their
          Arduino Board software:
          • Seeeduino XIAO M0 (SAMD21 48MHz ARM Cortex-M0+)
          • Adafruit ItsyBitsy M4 (SAMD51 120MHz ARM Cortex-M4)
        • SAMD21 and SAMD51 boards are back in Tier 1, as long as they use
          the traditional Arduino API instead of the new
          ArduinoCore-api.
        • Fortunately most third party SAMD21 and SAMD51 boards continue to
          use the traditional Arduino API.
      • Move Teensy 3.2 to Tier 2 ("Should work but not tested often")
        • This board is entering end-of-life.
        • As well, the Teensyduino environment integrates with the Arduino
          IDE and CLI in a way that's different than all other third-party
          Arduino boards. Some of my automation scripts do not work with
          Teensyduino, so it becomes very time consuming to test the Teensy
          boards.
        • All Teensy boards are now in Tier 2 .

@bxparks bxparks merged commit 81a065e into master Jul 21, 2023
1 check passed
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