1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

2196 Commits

Author SHA1 Message Date
2fb3770757 Compile with -x assembler-with-cpp instead of -assembler-with-cpp.
- Newer avr-gcc doesn't use -assembler-with-cpp, but
  uses -x assembler-with-cpp. This works with older compilers as well.
2014-01-21 20:55:18 +01:00
711fe3d91a Merge tag '1.0.5-r2' into HEAD 2014-01-08 16:59:18 +01:00
e9c72c9278 Signed drivers for Windows 8.1 2014-01-08 16:58:32 +01:00
c2498aac5f Updated revisions log 2014-01-08 13:47:40 +01:00
144b5e8815 Merge tag '1.0.5-r2' 2014-01-07 11:15:33 +01:00
5c1b5c09e2 Updated drivers signature for Windows 2014-01-07 11:10:19 +01:00
3baa0ce9f4 Merge branch 'master' of github.com:arduino/Arduino 2013-12-13 18:26:44 +01:00
7fcba37acf Changed pins definition in variants from constants to #defines. 2013-12-13 14:37:26 +01:00
ffb8a557e6 Merge pull request #1700 from ntruchsess/ethernetclient2
Enhancement: add operator==, localPort, remoteIP and remotePort to EthernetClient
2013-12-09 09:18:54 -08:00
29954567e7 update AdvancedChatServer.ino, add operator!= 2013-12-06 23:19:19 +01:00
fbdf3a18ee remove all Changes besides operator== 2013-12-06 19:05:31 +01:00
889e1f6583 apply AdvancedChatServer.ino changes to renamed ChatServer.ino 2013-11-28 09:58:27 +01:00
b5c500f5b4 revert Chatserver example, create new AdvancedChatServer based on it 2013-11-28 09:43:46 +01:00
a27604f59e add some lines of comment to ChatServer.ino, remove redundant assignment of Client-instance 2013-11-27 17:49:20 +01:00
937bce1a0b add localPort to EthernetClient, simplify operator== 2013-11-27 10:40:57 +01:00
ca37de4ba4 add operator==, remoteIP and remotePort to EthernetClient 2013-11-26 00:12:44 +01:00
3685463414 Merge pull request #1659 from X-Y/master
Fix robot problems regarding new version of Arduino
2013-11-14 06:59:02 -08:00
bd04a9d3f5 Merge remote-tracking branch 'arduino/master' 2013-11-12 09:38:43 +01:00
e30418072d Fix SERIAL_* metadata in Arduino Ethernet variant 2013-11-11 13:54:50 +01:00
b79ee023de Updated KeyboardMessage example 2013-11-11 16:47:49 +04:00
b332904ee1 Modified LCD custom character example
moved lcd.begin() to the beginnng of the setup() and fixed an issue
that prevented the example from compiling. When calling lcd.write()
with an argument of 0, the 0 must be cast a s a byte.
2013-11-11 16:41:12 +04:00
83ef1814cf Updated Blink without delay example
Changed variable to unsigned long.
2013-11-11 16:31:25 +04:00
4869f7f979 Updated listfiles SD example
Updated description of the file
2013-11-11 16:19:48 +04:00
e7c24c66a9 Added SERIAL metadata into variant files. 2013-11-11 11:39:37 +01:00
cb9686dc33 Updates to a number of Examples
removed pachube examples, added xively examples. changes to the Servo
examples
2013-11-08 18:46:27 +04:00
4cb0b11405 Fix robot problems regarding new version of Arduino 2013-11-04 20:17:04 +01:00
89d6841ac0 Merge branch 'cayci-master' 2013-11-04 10:33:38 +01:00
ae265a98b9 Help 3rd party installers find the hardware path 2013-11-04 10:22:24 +01:00
9b519f2fbc Changed LED_BUILTIN to a macro to better support boards that do not have a built-in LED.
Fixes #758
2013-11-03 18:10:22 +01:00
350eb86dca Added LED_BUILTIN constant to Leonardo board 2013-11-03 18:07:01 +01:00
537388337d Added Arduino Ethernet variant.
Fixes #925
2013-11-03 13:52:08 +01:00
66faf5d6c6 Render line numbers using TextAreaPainter
Fix the line number font rendering problem on the Mac.

Now, the TextAreaLineNumbers class extends the TextAreaPainter and just
overloads the paintLine method to make it render the line number instead
of rendering the whole line. Other than that, the superclass' drawing
code is used.

So: the same drawing code that renders the source code text in the
editor is now also being used to render the line numbers.
2013-11-02 21:49:09 -04:00
a2111fdcf6 add preference to enable/disable line numbers
add preference to enable/disable line numbers and make font change work
2013-10-28 21:01:35 -04:00
787f73dade Display line numbers for the file being edited 2013-10-28 00:19:30 -04:00
128678c559 Update readme.txt 2013-10-23 18:39:19 +02:00
e21b182af2 Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814 2013-10-17 20:49:24 +02:00
72440e7893 Added missing class FileNameExtensionFilter 2013-10-14 12:55:39 +02:00
21ef50beb4 It was still using jdk FileNameExtensionFilter 2013-10-14 12:34:09 +02:00
6732677500 Merge pull request #1383 from bjelojac/patch-1
Fix for #814, Memory Leak
2013-10-09 08:42:12 -07:00
a340140ee7 Merge pull request #1608 from supcik/fix_indent
Fix indentation (cosmetic)
2013-10-09 07:04:43 -07:00
aaafaf33b4 Fix indentation (cosmetic) 2013-10-06 10:59:53 +02:00
a0b9d95065 Merge branch 'usb-serial-begin' of github.com:pbrook/Arduino into pbrook-usb-serial-begin 2013-09-30 16:10:59 +02:00
5615e20f3c Merge pull request #1566 from PaintYourDragon/master
Latest Adafruit_GFX fixes + moved GFX lib to utility folder
2013-09-06 09:29:34 -07:00
a06ccb7f1c Latest Adafruit_GFX fixes + moved GFX lib to utility folder
Updated constructor and dependent code, other minor fixes. Robot LCD
examples all compile, but not yet tested against actual hardware.
2013-09-03 11:44:08 -07:00
f53fcdd254 USB CDC two argument begin()
Add two argument form of Serial_::begin

Signed-off-by: Paul Brook <paul@nowt.org>
2013-09-02 19:15:12 +01:00
1162a45fa8 USB serial baud arg type
Make USB Serial_::begin() function take an unsigned long argument for
consistency with HardwareSerial.

Signed-off-by: Paul Brook <paul@nowt.org>
2013-09-02 19:02:55 +01:00
0f0d5fe01e Merge pull request #1526 from interwho/master
Fixed a typo in the WebServer example.
2013-09-02 06:14:18 -07:00
ec31a2ee5c Fixed robot libraries and examples for unified Arduino core 2013-08-21 23:14:00 +02:00
293e46bfb4 Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366 2013-07-31 17:22:12 +02:00
24df3ab28d Fixed a typo in the WebServer example. 2013-07-29 13:40:51 -04:00