1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00
Commit Graph

164 Commits

Author SHA1 Message Date
a4d8a3b843 Update esptool to 0.4.5 2015-05-29 19:33:15 +03:00
0efc787b54 Rename hashes to match toolchain archives 2015-05-19 00:06:07 +03:00
e32345dc0c Update windows toolchain 2015-05-18 23:16:31 +03:00
a1cfbeeed6 Update esptool to 0.4.4 2015-05-18 19:40:00 +03:00
e8789e9cb5 Merge branch 'master' into esp8266
* master: (414 commits)
  Don't export sketch if the underlying core does not support it. Fixes #3171
  RSyntaxTextArea: using a modified version, tracked at https://github.com/arduino/RSyntaxTextArea. Fixes #3099
  Updated keywords.txt
  New editor on MacOSX: since CMD+J is known as "jump to selection" and the editor has no such feature, CMD+J is disabled on mac. See #3098
  Old Preferences class remains for backwards compatibility as a delegate for PreferencesData
  New Preferences window: renders fine on every OS and it's easier to adapt using NetBeans as visual editor. Fixes #3140
  Remove spawn from exec command
  Removed redundant call to File.deleteIfExists()
  Removed buggy redundant check in FileUtils.deleteIfExists()
  Restored current line/current selected lines display on lower left of the IDE. Fixes #3134
  Updated cursor.ino
  New editor on MacOSX: restored CMD+E for finding selected text
  New editor on MacOSX: CMD+UP/DOWN moves cursor to start or end of sketch. See #3098
  New editor on MacOSX: CMD+BACKSPACE deletes current line until cursor position, ALT+BACKSPACE deletes previous word. See #3098
  ArduinoIDE is in the default package. Removed
  Fixes  #2969:
  Fix Uncategorized warning message
  New editor: ALT+ BACKSPACE deletes next word (OSX only). See #3098
  New editor: ALT+ UP/DOWN move current line only if "editor.advanced" (hidden pref) is true. Fixes #3101
  New editor: mark occurrences enable when "editor.advanced" (hidden pref) is true. Fixes #3102
  ...

Conflicts:
	.gitignore
	build/build.xml
	hardware/esp8266com/esp8266/libraries/ESP8266WiFi/keywords.txt
	hardware/esp8266com/esp8266/libraries/ESP8266WiFi/library.properties
	hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/ESP8266WiFi.h
	libraries/WiFi/README.adoc
	libraries/WiFi/src/WiFi.cpp
	libraries/WiFi/src/WiFiClient.cpp
	libraries/WiFi/src/WiFiClient.h
	libraries/WiFi/src/WiFiServer.cpp
	libraries/WiFi/src/WiFiUdp.cpp
2015-05-18 14:54:06 +03:00
3cababb442 RSyntaxTextArea: using a modified version, tracked at https://github.com/arduino/RSyntaxTextArea. Fixes #3099 2015-05-18 10:35:24 +02:00
0d376cbe0f Update all toolchains 2015-05-13 19:12:02 +03:00
5504f631a8 Update windows toolchain 2015-05-13 12:16:39 +03:00
b32d3553c6 Windows: this launch4j conf SHOULD force using only the bundled JVM 2015-05-08 10:19:24 +02:00
903622ea63 build and run scripts - add new dependency and linux desktop icon 2015-05-07 17:15:49 +02:00
b3b5d03875 [gemma] Added driver for Windows 2015-05-06 15:56:02 +02:00
cf1879f948 Introducing GPG signature verification when loading main package_index file 2015-05-04 12:05:50 +02:00
cf298fbe14 Update esptool to 0.4.3 2015-04-30 13:08:45 +08:00
b158e3397a Delete jre-8u31.zip.sha
Not needed anymore
2015-04-26 00:05:54 +03:00
ba77ade694 AVR: Upgrading bundled toolchains 2015-04-23 10:56:56 +02:00
34d2f08118 Windows: JRE is chosen at build time via WINDOWS_BUNDLED_JVM property 2015-04-13 16:28:26 +02:00
ea5155656a Starting 1.6.3
Updated toolchains: linux statically compiled, added gcc lto plugin (disabled)
2015-03-30 15:06:59 +02:00
acc6064a7a add appveyor and travis CI (+22 squashed commits)
[e86e3c2] attempt to fix deploy
[62a68fe] attempt to fix deploy
[e372d18] appveyor: specify artifact path
[89c30ab] fix ant call
[11ccf6d] fix esptool name on windows
[6ab7c73] add deploy to appveyor
[690fdb4] fix windows toolchain sha sum
[1106884] Unquote JAVA_HOME
[bb3dcd9] Shallow clone in appveyor
[b1ec7db] travis: deploy tags only, appveyor: set java_home
[9d790f2] disable repeated failure notifications in travis, attempt to fix appveyor.yml
[2d0a499] Run appveyor build in CMD
[11dd735] adding travis deploy, attempt to fix paths on appveyor
[208c1f1] fix toolchain sha sum path for linux
[1a92165] Temporary path hack for appveyor
[9caea0b] fix build.xml
[68eaaf1] linux components and sha sums
[485e457] fix ant bin path
[c6b6573] silent build
[5edd927] fix ant path, add travis
[36d1f17] appveyor: clone using https
[b758833] Add appveyor build script
2015-03-28 00:36:52 +03:00
997ae14321 Upgraded AVR toolchain 2015-03-27 16:17:54 +01:00
0c8ad91ad9 Added missing .sha for newer toolchains 2015-03-27 14:51:15 +01:00
c4d14f8086 Fixed missing jar in classpath 2015-03-27 14:51:15 +01:00
d050c4ee4a AVR bundle: by default the IDE is built bundled with the avr toolchain and cores
By passing -Dlight_bundle=1 to ant, an light/empty IDE is built
2015-03-27 14:51:13 +01:00
14a3dde7ce IDE build.xml doesn't build hardware folder anymore.
Platforms are downloaded through "Boards installer"
2015-03-27 14:51:11 +01:00
0588790f5b Added JARs Bouncy Castle, Jackson, Common-compress 2015-03-27 14:51:08 +01:00
c540bbab00 Merge 1.6.1 into esp8266
* commit 'b8b2869753d488bfd203615637e1de3912589a92': (68 commits)
  Updated revisions.txt
  Fixed wrong path in successful message
  arduino-core: restored debug info in class files
  Fixed NPE in case of missing boardData
  Added missing translations
  Added windows drivers
  Added warning for uncertified boards
  Update revision.txt
  update revisions.txt
  SoftwareSerial: match bool API with HardwareSerial
  Fix to save as to parent folder is needed by all OSs, not just Mac
  Update revision.txt
  MacOSX: previous better IDE was missing some pieces. Added
  MacOSX: better IDE
  Updated revisions.txt
  NEW button now behaves as clicking File -> New menu entry. Fixes #2685
  Windows: bundled JRE updated to 8u31 build.xml now uses unzip target
  Added .getParentFile() to saveas for mac. This prevents saving into the sketch itself
  Compound edits weren't part of the undo/redo dance
  An undoable action marks the sketh as modified
  ...
2015-03-27 11:18:48 +03:00
7d09a12184 Windows: specifying that the need JRE has to be 32bit 2015-03-23 09:29:50 +01:00
2ea9073d9f Windows: launch4j updated to 3.7 (latest) 2015-03-23 09:29:19 +01:00
dcb65d9edd Merge pull request #2783 from ffissore/windows-glitch
Attempt to fix glitches introduced by java8 on windows. Fixes #2761
2015-03-19 10:21:21 +01:00
ee8b5a0162 Windows: avr toolchain is now statically linked 2015-03-18 10:17:30 +01:00
8da868d47a Attempt to fix glitches introduced by java8 on windows. Fixes #2761 2015-03-17 15:07:19 +01:00
ec1db8ca8a New splashscreen and about images 2015-03-17 10:49:16 +01:00
72bf97709c Ordered windows jars 2015-03-13 12:08:32 +01:00
2a0bc2bfca Splashscreen 2015-03-13 10:39:18 +01: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
46fd48f590 Added windows drivers 2015-03-10 08:52:42 +01:00
304c05dc99 Windows: bundled JRE updated to 8u31
build.xml now uses unzip target
2015-03-02 09:37:59 +01:00
3e8ebaad88 Incresing max memory to 1024M.
Fixed macosx info.plist
Introduced arduino.l4j.ini and arduino_debug.l4j.ini for letting users customize jvm memory settings
2015-02-27 15:51:16 +01:00
5ed19fd222 Newer toolchains don't depend on cygwin any more 2015-02-13 09:36:30 +01:00
d7db2cd174 Introducing Atmel toolchain 3.4.5: see https://github.com/arduino/toolchain-avr 2015-02-13 09:36:30 +01:00
54be0ba4b2 Add sha sum for windows toolchain 2015-02-12 16:37:22 +03:00
00dfd93726 Added dependencies for AStylej.dll 2015-01-19 23:08:08 +04:30
5bbdc6dd26 windows: missing jar in config.xml 2014-11-25 11:46:14 +01:00
be96ae3a6a Removed no more used 'core' project 2014-11-13 16:23:40 +01:00
2a71073c32 Re-enabled serial port detection on Windows
Fixes #1573
2014-07-02 13:20:16 +02:00
9f46428505 Fixed checksum for gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz 2014-06-27 16:56:18 +02:00
c2e5f67ea6 Updated arm gcc to version 4.8.3-2014q1 2014-06-25 11:59:47 +02:00
4df2c8982a Updated arm gcc to 4.8.3 2014-06-25 11:57:49 +02:00
3a4381955e Updated arm gcc to 4.7.4 2014-06-25 11:56:50 +02:00
792e7fd7df Toolchain update 2014-06-25 10:14:34 +02:00