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/ArduinoCore-arc32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arduino/ArduinoCore-arc32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codk-m
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 18 files changed
  • 3 contributors

Commits on Oct 26, 2016

  1. CODK-M firmware changes

    -add CurieSMC library
    -changes for cdc-acm compatibility
    -changes for zephyr based firmware compatibility
    bigdinotech authored and eriknyquist committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    172cf16 View commit details
    Browse the repository at this point in the history
  2. CurieSMC library fixes

    -properly set flags for both cores during read() and write()
    -add example sketch for CurieSMC library
    bigdinotech authored and eriknyquist committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    74187c1 View commit details
    Browse the repository at this point in the history
  3. Add CurieMailbox library

    Zephyr sample applications to go with the example sketches
    can be found in CODK-M-X86-Samples
    erik.nyquist authored and eriknyquist committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    907faf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af64918 View commit details
    Browse the repository at this point in the history
  5. CurieMailbox examples: use Serial instead of Serial1

    Mailbox X86 examples now have CDC-ACM support
    eriknyquist committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    589f5d5 View commit details
    Browse the repository at this point in the history
  6. Use ints for public function parameters

    Arduino users are more comfortable with ints. Use ints instead of
    'unsigned' or 'uint*', and the extra check for non-negativity, wherever
    possible.
    eriknyquist committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    6b5051f View commit details
    Browse the repository at this point in the history
  7. Add CODK Makefile to CurieMailbox examples

    This allows the examples to be used immediately in CODK-M, without
    editing any Makefiles.
    eriknyquist committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    bdc354d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc4c873 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. CurieMailbox/examples/String.ino: receive on all channels

    Also, add public 'numChannels' constant to CurieMailbox class, so all
    channels can be easily iterated over
    eriknyquist committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    01ded9a View commit details
    Browse the repository at this point in the history
Loading