1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00
Commit Graph

4424 Commits

Author SHA1 Message Date
0e898d5e03 Do not influence state of SS if it's already been set to an output previously, e.g. by user sketch
squashes and closes PR #2659
2015-03-18 10:37:40 +01:00
ee8b5a0162 Windows: avr toolchain is now statically linked 2015-03-18 10:17:30 +01:00
d6637e7f08 Updated EEPROM storage class
To avoid having a .cpp just for an extern variable definition, `static`
has been chosen over `extern`.

As the `EEPROMClass` class simply wraps functionality located elsewhere,
it is completely compiled away. Even though each translation unit which
includes the header will get a copy with internal linkage, there is no
associated overhead.

More info
[here](http://stackoverflow.com/questions/29098518/extern-variable-only-in-header-unexpectedly-working-why)
2015-03-18 18:56:08 +10:00
8da868d47a Attempt to fix glitches introduced by java8 on windows. Fixes #2761 2015-03-17 15:07:19 +01:00
375013173d Merge pull request #2781 from arve0/yun_bridge_bug_read_forever
Bridge: discard message if length is bigger than buffer size
2015-03-17 14:48:28 +01:00
ec1db8ca8a New splashscreen and about images 2015-03-17 10:49:16 +01:00
80f01fbab1 Added additional examples to EEPROM lib 2015-03-17 17:17:08 +10:00
bed78fd144 Added new version of EEPROM library. 2015-03-17 17:13:47 +10:00
ff48ee4c5b do not trust received msg length to read forever 2015-03-16 21:23:01 +01:00
f7eb24815c .gitignore 2015-03-16 17:46:08 +01:00
2222e0f2cd Merge pull request #2709 from projectgus/master
Fix auto-reset on Leonardo-derived boards from Linux hosts
2015-03-16 15:29:47 +01:00
72bf97709c Ordered windows jars 2015-03-13 12:08:32 +01:00
dba808c3dc Instantiating SplashScreenHelper in main() was leaving it null for the tests. Fixed 2015-03-13 11:35:37 +01:00
38f868af5b Fixed placement of find & replace dialog 2015-03-13 11:30:42 +01:00
b4ff39144c Preferences frame opens on top of active editor 2015-03-13 10:49:16 +01:00
2a0bc2bfca Splashscreen 2015-03-13 10:39:18 +01:00
af3c2bd1f6 Update revision.txt 2015-03-13 09:43:01 +01:00
e08bd63038 Resetting swing.aatext to the preferred value as soon as preferences are available 2015-03-13 09:43:01 +01:00
06d95d4225 Merge pull request #2760 from jogo-/patch-2
Update README.txt
2015-03-12 17:20:06 +01:00
c946a29aac Nicer fonts 2015-03-12 09:58:32 +01:00
cc6c647825 Macosx: halving JVM Xmx, now 512M 2015-03-12 09:25:57 +01:00
825f1e5706 Update revisions.txt 2015-03-12 09:17:00 +01:00
eecc9ea132 TemperatureWebPanel.ino: added missing semicolons 2015-03-12 09:11:32 +01:00
7b495232ef Merge pull request #2726 from hashashin/hashashin-patch-1
TemperatureWebPanel.ino Print "Yún" and not "Y�n", "degrees C" to "ºC"
2015-03-12 09:09:41 +01:00
5468a91dfd Merge pull request #2738 from Wackerbarth/Issue_2732
Pre- & Post- Build Hooks
2015-03-12 09:07:44 +01:00
0644bdc51c Convert to action pattern to allow multiple actions 2015-03-11 10:28:32 -05:00
2f65f5fdc1 Provide Hooks before and after the build process
Closes #2732
2015-03-11 10:28:32 -05:00
498d615fb8 Additional context for build hooks 2015-03-11 10:28:31 -05:00
e1f318994b Update README.txt
Fix typo
2015-03-11 16:06:39 +01:00
4a9c3b1ddd Windows: halving JVM Xmx, now 512M 2015-03-11 12:57:24 +01:00
c46e667e7a Started working on 1.6.2 2015-03-11 11:42:55 +01:00
b8b2869753 Updated revisions.txt 2015-03-10 14:14:06 +01:00
e58bf924f4 Fixed wrong path in successful message 2015-03-10 14:09:06 +01:00
2a4f0134ab arduino-core: restored debug info in class files 2015-03-10 08:52:42 +01:00
32123a8cb9 Fixed NPE in case of missing boardData 2015-03-10 08:52:42 +01:00
c287450d72 Added missing translations 2015-03-10 08:52:42 +01:00
46fd48f590 Added windows drivers 2015-03-10 08:52:42 +01:00
39d1dfc999 Added warning for uncertified boards 2015-03-10 08:52:41 +01:00
25ddcb852f Update revision.txt 2015-03-10 08:52:05 +01:00
5b7fd08d8d Merge pull request #2681 from PaulStoffregen/master
Improve library name matching
2015-03-09 23:21:02 +01:00
4fb33e9482 update revisions.txt 2015-03-09 16:49:49 +01:00
6a86cbc793 Merge branch 'ide-1.5.x' into SoftwareSerial 2015-03-05 12:33:35 +01:00
b95533ffd0 SoftwareSerial: match bool API with HardwareSerial 2015-03-05 12:30:01 +01:00
84acf463ec Fix to save as to parent folder is needed by all OSs, not just Mac 2015-03-04 12:15:07 +01:00
803a0eebb4 Merge branch 'saveas_to_parent_folder_mac' of https://github.com/delftswa2014/Arduino into delftswa2014-saveas_to_parent_folder_mac 2015-03-04 11:48:29 +01:00
6f7164a162 Update revision.txt 2015-03-04 11:39:01 +01:00
aca6c223de MacOSX: previous better IDE was missing some pieces. Added 2015-03-04 11:23:36 +01:00
e327bb091a MacOSX: better IDE 2015-03-03 15:48:20 +01:00
e02689e70e Print "Yún" and not "Y�n"; "degrees C" to "ºC"
Hi, just got a Yún few days ago and noticed that when testing stuff, just cosmetic.

Thanks.
2015-03-02 23:27:55 +01:00
4380e2930e Updated revisions.txt 2015-03-02 16:41:19 +01:00