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-corelibs
Choose a head ref
  • 9 commits
  • 28 files changed
  • 6 contributors

Commits on May 2, 2017

  1. Added missing keyword

    agdl authored and yashaswini-hanji committed May 2, 2017
    Copy the full SHA
    42019b3 View commit details
  2. Renamed example

    In arduino style examples name are without _ and with camel case first capital letter
    agdl authored and yashaswini-hanji committed May 2, 2017
    Copy the full SHA
    6b4ea80 View commit details
  3. Copy the full SHA
    577e7ee View commit details
  4. Wait for scan response before reporting discovered peripheral

    Only applies to connectable peripherals, non-connecatable
    will be reported immediately becase a scan response does
    not apply.
    sandeepmistry authored and yashaswini-hanji committed May 2, 2017
    Copy the full SHA
    c02ff36 View commit details
  5. Change SRAM mapping and increase SRAM allocated to ARC core

    -increase SRAM to 40K
    -change SRAM start address
    -increase heap size to 16K
    -this change is needed for BLE scan for SensorTag
    yashaswini.hanji@intel.com authored and yashaswini-hanji committed May 2, 2017
    Copy the full SHA
    45f08a5 View commit details
  6. Fix Jira 864 After BLE.end() a peripheral is still showing up in scans

    1. Stop scan, advertising and disconnect the connected devices when call end
    
    Changed files
    BLEDeviceManager.cpp - do the real action
    BLEDevice.cpp - only local BLE device call the real end
    sgbihu authored and yashaswini-hanji committed May 2, 2017
    Copy the full SHA
    6386e88 View commit details
  7. Copy the full SHA
    53beb12 View commit details
  8. Copy the full SHA
    fc3b864 View commit details
  9. Copy the full SHA
    c58480c View commit details
Loading