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: tenbaht/sduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: xek/sduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 3, 2025

  1. I2C slave implementation

    Slave I2C implemented using the framework interrupt handler
    from ST (AN3281). The master I2C code in sduino is untouched.
    slave_receiver and slave_sender examples have been updated
    with the sduino C-style function definitions.
    stefaandesmet2003 authored and xek committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    958126f View commit details
    Browse the repository at this point in the history
  2. Added slave_eeprom example

    Added an example, showing STM8 as a I2C serial eeprom.
    The example demonstrates the use of both onReceive()
    and onRequest() callbacks. Fixes #79.
    stefaandesmet2003 authored and xek committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    88d6624 View commit details
    Browse the repository at this point in the history
Loading