1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
fdac1a2653 Update SoftwareSerial to 3.3.0 (#3727)
SoftwareSerial: update to 3.3.1
2017-10-22 13:32:53 +08:00
8166263c0d SoftwareSerial: update to 3.2.3 (#3239) 2017-05-23 17:52:35 +08:00
a3a7e87df7 ci: build and upload releases on Travis 2017-05-15 03:49:21 -05:00
32bd42b028 Store git version of the core in the compiled binary (#2099)
* Store git version of the core in the compiled binary

* Don't update version number when using boards manager package
2016-06-06 14:37:39 +08:00
6d33ea2cd0 Update SoftwareSerial to version 3.1.0 2016-03-10 18:28:20 +01:00
486a31260b Use SoftwareSerial version 2.2 2016-01-11 23:28:44 +01:00
971bba13dd Update release tools 2016-01-04 18:36:28 +03:00
3c7431b59c Allow package and docs to be hosted in different places 2015-11-18 12:02:49 +03:00
cc828e34a3 Update espsoftwareserial library 2015-11-06 12:06:59 +03:00
7826ff9710 Fix boards manager package size issue
Because git ls-files was run in package directory, it didn't list tools directories, so these were not excluded from rsync, causing package to include local copy of tools. Fixed by changing into root directory before doing anything.
2015-11-01 21:45:59 +03:00
444a37987e Use jq to generate package json 2015-10-30 17:40:17 +03:00