Skip to content

Tags: SimonePDA/corelibs-arduino101

Tags

1.6.4+1.68

Toggle 1.6.4+1.68's commit message
i2c bus scan workaround

-sends a byte of value 0 when doing an i2c bus scan

1.6.4+1.67

Toggle 1.6.4+1.67's commit message
Jira-507 and 514: 1. Bug corrected in timer ISR where the clearing of…

… the pending interrupt was at the entrance instead of exit. When interrupts could happen fast enough to put the ISR in a loop. 2. The overhead for the s/w pwm code is 4-5 usec. Thus, limited the shortest pwm pulse to 10 usec (high and low).

1.6.4+1.66

Toggle 1.6.4+1.66's commit message
ATLEDGE-516 Stop callback when setting duty cycle to 0

Signed-off-by: Brian Baltz <[email protected]>

1.6.4+1.65

Toggle 1.6.4+1.65's commit message
Green pixel fix

JIRA: ATLEDGE-470

1.6.4+1.64

Toggle 1.6.4+1.64's commit message
Merge pull request arduino#109 from SidLeung/master

Jira-501: CurieTimer.resume() did not re-enable interrupt at the controller.

1.6.4+1.63

Toggle 1.6.4+1.63's commit message
Merge pull request arduino#103 from pricopb/master

Remove OneWire and Adafruit_DotStar libraries.

1.6.4+1.62

Toggle 1.6.4+1.62's commit message
Rebuilding libarc32 library and hard-coding tools version

Signed-off-by: sys_maker <[email protected]>

1.6.4+1.59

Toggle 1.6.4+1.59's commit message
hardcode sketchUploader version

while we solve the bug IDE-side, it is safe to revert using the hardcoded version number to handle the sketchUploader installation;
This solves a clash with outdeted Galileo/Edison core which tools are picked randomly (depending on json download order and java filesystem library internal ordering).

1.6.4+1.58

Toggle 1.6.4+1.58's commit message
Merge pull request arduino#81 from sandeepmistry/arduino-ble-peripher…

…al-api

Initial port of BLEPeripheral style API to CurieBle library

1.6.4+1.57

Toggle 1.6.4+1.57's commit message
Atledge-184 Minor improvements to SoftwareSerial library

Minor improvements to SoftwareSerial library