Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino-libraries/ArduinoModbus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.7
Choose a base ref
...
head repository: arduino-libraries/ArduinoModbus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.8
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 29, 2022

  1. Explicitly list supported architectures: avr,megaavr,samd,mbed_nano,m…

    …bed_portenta. (#105)
    
    As those are also verified by CI build.
    aentinger authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    87ce65e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Drop official support for AVR for this library. (#106)

    This is imho necessary since even one of our own examples does not link anymore, due to the required memory exceeding the available ressources of the ATMEGA328P based Arduino Nano.
    aentinger authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b727094 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Add CI for Opta

    manchoz committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    baacd3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be4d04 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Merge pull request #108 from manchoz/opta_support

    Add Opta support
    aentinger authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4cc57e8 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.8.

    aentinger authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7df67be View commit details
    Browse the repository at this point in the history
Loading