Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | Merge pull request #11 from dmadison/github-actions | Dave Madison | |
GitHub Actions Migration | |||
2021-01-18 | Remove extra space from README badge | David Madison | |
... | |||
2021-01-18 | Add GitHub Actions build status badge to README | David Madison | |
2021-01-18 | Remove Travis CI | David Madison | |
2021-01-18 | Add GitHub Actions compilation workflow | David Madison | |
2020-07-23 | Version 1.0.2v1.0.2 | Dave Madison | |
(forgot to change this for 1.0.1!) | |||
2020-07-23 | Merge pull request #9 from dmadison/upstream-updates | Dave Madison | |
Arduino Core 1.8.3 | |||
2020-07-23 | Merge tag '1.8.3' into upstream-updates | David Madison | |
Release 1.8.3 | |||
2020-06-11 | Wire: apply last suggested comment from @matthijskooijman | Martino Facchin | |
2020-06-11 | Publish 1.8.3 | Martino Facchin | |
2020-06-11 | Wire: improve comments on timeout | Matthijs Kooijman | |
2020-06-11 | Wire: add sensible defaults to setWireTimeout | Martino Facchin | |
2020-06-11 | Introduce non compulsory Wire timeout | Greyson Christoforo | |
move timout handling into its own function change timeout from milliseconds to microseconds don't forget operating slave address or the bitrate when we reset because of a timeout Co-Authored-By: Witold Markowski <witold.a.markowski@gmail.com> fix delay datatype uint16_t --> uint32_t Update libraries/Wire/src/utility/twi.c fix mix up using TWBR instea of TWAR! Co-Authored-By: Matthijs Kooijman <matthijs@stdin.nl> Update libraries/Wire/src/utility/twi.c fix 2nd TWBR/TWAR mixup Co-Authored-By: Matthijs Kooijman <matthijs@stdin.nl> twi_stop() should use the same timeout as everywhere else all while loops are now protected by timeouts Revert "twi_stop() should use the same timeout as everywhere else" This reverts commit 68fe5f1dae1bb41183bb37eeda3fb453394a580c. make timeout counter volatile rename timeout function for improved clarity - resetting the twi interface on timeouts is now optional - timeouts in the ISR are no longer hardcoded and now obey the set timeout value - a user-readable flag is now set whenever a timeout occurs - the user can clear this flag whenever they like | |||
2020-06-11 | Merge pull request #340 from eudoxos/header-new | Martino Facchin | |
Add "new" proxy header for compatibility with c++-standard #include<new> | |||
2020-06-11 | Merge pull request #335 from cmaglie/add-precomp-lib-support | Martino Facchin | |
Added precompiled library support | |||
2020-05-13 | Add "new" proxy header for compatibility with c++-standard #include<new> | eudoxos | |
2020-05-04 | Merge pull request #337 from Max-Leopold/patch-1 | Martino Facchin | |
Correct comment on wiring_analog.c | |||
2020-05-02 | Update comment on wiring_analog.c | Maximilian Leopold | |
2020-04-28 | Added precompiled lib support | Cristian Maglie | |
2020-03-19 | Merge pull request #318 from e28eta/typos | Martino Facchin | |
Fix sine -> since typo in HardwareSerial files | |||
2020-03-18 | Fix sine -> since typo in HardwareSerial files | Daniel Jackson | |
2020-02-01 | Merge pull request #6 from dmadison/upstream-updatesv1.0.1 | Dave Madison | |
Arduino Core 1.8.2 | |||
2020-02-01 | Merge ArduinoCore-avr Release 1.8.2 | David Madison | |
2019-12-02 | Release 1.8.2 | Cristian Maglie | |
2019-09-25 | Interrupt ordering for 32u2 and 16u2 MCU (#66) | Manuel Reimer | |
* Interrupt ordering for 32u2 and 16u2 MCU * Added missing chip variants | |||
2019-09-20 | Added SERIAL_PORT_MONITOR define to Arduino Ethernet | Giampiero Baggiani | |
Port of https://github.com/arduino/Arduino/pull/7023 | |||
2019-09-20 | Merge pull request #286 from arduino/remove-genuino | Martino Facchin | |
Remove Genuino Occurrences | |||
2019-09-20 | Removed Genuino Micro and set to replace it with Arduino Micro on upload | Cristian Maglie | |
2019-09-19 | Remove Genuino Occurrences | Luca Cipriani | |
2019-09-18 | Merge pull request #284 from arduino/revert-52-master | Alexander Entinger | |
Revert "Changed linking order, so precompiled libraries can be used" | |||
2019-09-18 | Revert "Changed linking order, so precompiled libraries can use the Arduino ↵ | Alexander Entinger | |
c… (#52)" This reverts commit 41f15a1359943ccb3ec9666a2e28a2d15e9581fc. | |||
2019-09-16 | Merge pull request #4 from awatterott/master | Alexander Entinger | |
No fixed value for USB power current. | |||
2019-09-16 | Add i2c_scanner to example of Wire (#93) | Asuki Kono | |
2019-09-16 | Changed linking order, so precompiled libraries can use the Arduino c… (#52) | Corjan85 | |
* Changed linking order, so precompiled libraries can use the Arduino code functions. * Added 'compiler.libraries.ldflags', reverted object order in previous commit | |||
2019-09-16 | Merge pull request #82 from luco5826/master | Alexander Entinger | |
Minor optimization in shiftOut function | |||
2019-09-16 | Merge pull request #95 from jrowberg/master | Alexander Entinger | |
Cast pins to signed integers to avoid Wtype-limits compile warning | |||
2019-09-16 | Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at | Alexander Entinger | |
Do not claim AT-protocol in CDC interface descriptor | |||
2019-09-16 | Merge pull request #99 from gigoh/fix-bootloader-path | Alexander Entinger | |
Correct yunmini.bootloader.file on boards.txt | |||
2019-09-16 | Merge pull request #100 from CombiesGit/patch-1 | Alexander Entinger | |
[TWI] Add __attribute__ ((fallthrough)) to remove recent GCC warnings | |||
2019-09-16 | Merge pull request #31 from jamadagni/patch-1 | Alexander Entinger | |
Add `bitToggle` macro to complement `bitSet` etc | |||
2019-09-16 | Merge branch 'master' into patch-1 | Alexander Entinger | |
2019-09-16 | Merge pull request #33 from Pharap/add-placement-new | Alexander Entinger | |
Add placement new operator | |||
2019-09-16 | Merge pull request #64 from paulrnash/paulrnash-intellisense | Alexander Entinger | |
Add parameter names to common prototypes | |||
2019-09-16 | Adding parenthesis around 'bitvalue' allowing correct macro expansion when ↵ | Alexander Entinger | |
using with ternary operator such as bitWrite(value, bit, some_computed_value == 5 ? 1: 0);' | |||
2019-09-16 | Merge pull request #76 from dmadison/pluggable-unused | Alexander Entinger | |
Fix unused variable warning for non-pluggable USB in SendDescriptor | |||
2019-09-16 | Merge pull request #103 from zakkie/fix/remove_if | Alexander Entinger | |
Removes unnecessary if branch (because length is checked in while statement below the if-clause). | |||
2019-09-04 | remove unnecessary if branch | Akihiro YAMAZAKI | |
checking `length` in below while statement | |||
2019-08-16 | Update twi.c | CombiesGit | |
Added __attribute__ ((fallthrough)); | |||
2019-08-02 | rename yunmini.bootloader.file on boards.txt | Geonil Goh | |
2019-07-29 | Add null pointer test to String destructor | Jeff Rowberg | |