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: 50f30b3
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: 9f2e5e1
Choose a head ref
  • 13 commits
  • 38 files changed
  • 6 contributors

Commits on May 18, 2017

  1. Add IPM (Inter-Processor-Mailbox) driver to cores/arduino

    This allows the mailbox to be used for Serial (instead of polling shared
    memory). The CurieMailbox library, in the codk-m-corelibs branch, will
    not require any API changes, but will now just be a thin wrapper around
    the methods in mailbox.cpp
    eriknyquist authored and bigdinotech committed May 18, 2017
    Configuration menu
    Copy the full SHA
    936a638 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Fix typo in CurieIMU

    bigdinotech committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    6d3c39d View commit details
    Browse the repository at this point in the history
  2. SoftwareSerial regression fix

    -set pinMode for RX and TX pins inside of begin instead of the
    constructor
    bigdinotech committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    c794c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    be920e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Use IPM for cdc-acm

    -use the IPM instead of shared memory for passing data between ARC
    and x86 cores for cdc-acm.
    bigdinotech committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    7bc16b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. update rtos to 1.8.0

    bigdinotech committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    28876f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. update core to 2.2.0

    bigdinotech committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    c76b2ac View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Use correct separator in keywords.txt

    The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.
    
    Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
    per1234 authored and bigdinotech committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    2227ce1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Set a baud rate limit for cdc-acm internally

    -set a baud rate limit for cdc-acm due to the limitation of Inter Processor Mailbox
    bigdinotech committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    00f50b3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Replace boolean type with bool in examples

    This is part of a move to encourage use of the standard bool type over Arduino's non-standard boolean type alias.
    per1234 committed May 30, 2018
    Configuration menu
    Copy the full SHA
    0482f6b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Add necessary delays to SPI DigitalPotControl example

    According to arduino/Arduino#6395, these delays are required for the SPI communication with the digital potentiometer to work.
    SimonePDA authored and per1234 committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    2729d38 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Merge pull request #585 from per1234/boolean-bool

    Replace boolean type with bool in examples
    pnndra authored May 7, 2019
    Configuration menu
    Copy the full SHA
    09026ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #595 from per1234/digitalpotcontrol-delays

    Add necessary delays to SPI DigitalPotControl example
    pnndra authored May 7, 2019
    Configuration menu
    Copy the full SHA
    9f2e5e1 View commit details
    Browse the repository at this point in the history
Loading