Commit Graph

2948 Commits

Author SHA1 Message Date
Mimmo La Fauci 792056d62b Fix issue with multiple clients on WebServer 2013-03-22 13:42:12 +01:00
Mimmo La Fauci dc3102d2f4 Added API to set static IP and DNS server 2013-03-21 09:24:07 +01:00
Cristian Maglie f772be9032 Added version field to platform.txt 2013-03-21 09:20:29 +01:00
Cristian Maglie 1b0bff6f2c Merge remote-tracking branch 'mlafauci/wifishield-bugfix' into HEAD 2013-03-20 11:35:55 +01:00
Far McKon 01a8b4ebc7 Updated/corrected location of tool in sketchbook folder. 2013-03-18 13:42:09 +01:00
Cristian Maglie 451e53f275 Fixed typo (Cougar) 2013-03-18 13:15:31 +01:00
Cristian Maglie cad69358b4 Changed the way ARDUINO is defined inside platform.txt 2013-03-18 13:14:30 +01:00
Mimmo La Fauci 9c30c73c2b Fix issue related to multiple client opened on web server sketch 2013-03-17 19:23:16 +01:00
Mimmo La Fauci 6a83038ccd Commit Binary 2013-03-16 15:55:49 +01:00
Mimmo La Fauci a00fedde2d Add info instead of printk 2013-03-16 15:55:29 +01:00
Mimmo La Fauci 2c35d715fc Fix problem on UDP NTP client 2013-03-16 15:08:08 +01:00
Mimmo La Fauci 85e0353588 Fixed issu con client.available to return the correct number of bytes 2013-03-16 12:33:50 +01:00
Cristian Maglie 0f5a5259ec Added avr/pgmspace.h compatibility layer for Due Boards
Fixes #1317
2013-03-15 12:39:04 +01:00
Cristian Maglie a1d63c27d8 Fixed I18NTest 2013-03-11 20:22:04 +01:00
Cristian Maglie 5f6cbfbccd Removed two warnings 2013-03-11 20:18:56 +01:00
Cristian Maglie a6bf2bb567 Another update on the way burnBootloader builds its configuration.
See #1038 #1176
2013-03-11 19:59:15 +01:00
Cristian Maglie 8ef2fe3faf The "tool" for burning bootloader is now correctly selected from board
preferences.
2013-03-11 19:08:02 +01:00
Cristian Maglie f45b9869b5 Update revision log 2013-03-11 13:19:55 +01:00
Cristian Maglie 5e3d7f7ad2 Merge branch 'mega2560-bootloader' into HEAD 2013-03-11 12:52:49 +01:00
Fede85 353f828cb8 small change in the macro that assign the serial pin to the Uno 2013-03-11 12:47:50 +01:00
Cristian Maglie f7b2e72308 Renamed GSM folder 2013-03-11 12:20:47 +01:00
Cristian Maglie 4139c59b1a Set version to 1.0.4 2013-03-11 12:19:13 +01:00
Cristian Maglie 3ea0903fa8 Added GSM shield library (AVR) 2013-03-11 12:17:08 +01:00
Fede85 42f2b236f5 Merge branch 'wifishield-bugfix' of github.com:arduino/Arduino into wifishield-bugfix 2013-03-11 01:02:14 +01:00
Fede85 466948605e changes in the script for upgrading the wifi shield 2013-03-11 01:01:02 +01:00
Cristian Maglie b699bdc663 Added example WifiUdpSendReceiveString 2013-03-11 00:24:01 +01:00
Cristian Maglie 15727e9a2d Merge remote-tracking branch 'arduino/master' into wifishield-bugfix 2013-03-10 23:22:48 +01:00
Cristian Maglie deb309b831 Revert "Added function on WString class to export char ptr"
This reverts commit a0c96bebdd.
2013-03-10 23:03:25 +01:00
Mimmo La Fauci 901c908495 Updated binaries for Wifi shield 2013-03-10 22:56:22 +01:00
Mimmo La Fauci 271d74d7c3 Updates to WiFi shield firmware. 2013-03-10 22:55:21 +01:00
Mimmo La Fauci 8862a7d54e Fix bug on client.available() to retrun the number of bytes available 2013-03-10 22:37:54 +01:00
Cristian Maglie 935ffec284 Merge pull request #1312 from sgk/i18nTransifexIntegration
Transifex API integration
2013-03-10 10:09:06 -07:00
Shigeru KANEMOTO b6b9d4e390 Transifex API integration
Introduced "pull.sh" and "push.sh" to talk with Transifex API. See "README.md".

"i18n_update.sh" was renamed to "update.sh".
2013-03-10 23:26:01 +09:00
Cristian Maglie bc90e3d19c Merge pull request #1235 from sgk/i18nResourcesRearrange
Rearrange i18n Resource files into a directory
2013-03-08 07:07:39 -08:00
Cristian Maglie f8ad1bc075 Fixed permissions 2013-03-07 22:12:28 +01:00
Cristian Maglie 8fa7d94a45 Mega2560 bootloader: use avr library functions for writing into EEPROM 2013-03-07 22:09:41 +01:00
Cristian Maglie 1066766bfa Mega2560 bootloader: fix wrong eeprom addressing 2013-03-07 22:00:26 +01:00
David A. Mellis ebc35019be Use analogPinToChannel() macro if present for ATtiny25/45/85.
This allows use of A0, A1, A2, A3 constants and for them to be mapped to the appropriate analog input channel. It should only be used if the macro is actually defined.
2013-03-06 17:49:44 -05:00
Cristian Maglie bed305a556 Added auto-generation for 'build.board' value in boards.txt.
See #1305.
2013-03-06 12:49:41 +01:00
Cristian Maglie fe44fbf7e3 Added message for unknown tools.
See #1304
2013-03-05 21:24:34 +01:00
Cristian Maglie 1d89e86b62 "build.core" property can now be used inside custom menus.
Fixes #1304
2013-03-05 20:18:46 +01:00
Cristian Maglie c1c87a1642 Simplified Boards menu layout.
Fixes #1307
2013-03-05 19:53:49 +01:00
Cristian Maglie 0947e3d55c Unused custom menus are not showed 2013-03-04 17:56:51 +01:00
Cristian Maglie 6bfe877c45 Fixed check for referenced cores. See #1157 2013-03-04 17:29:44 +01:00
Cristian Maglie 9024fe455c When using cores from other packages also the referenced platforms.txt is imported
See #1157
2013-03-04 16:56:33 +01:00
Federico Fissore 0ee42fe60b wrong rxtxcomm.jar 2013-03-04 11:45:11 +01:00
Shigeru KANEMOTO a6c6a71c9a "ja_JP" resource translation update.
* Translated missing texts.
 * Small fixes for translation.
2013-03-03 23:15:09 +09:00
Shigeru KANEMOTO 4e908326af Applied the new utility for the ja resource. 2013-03-03 22:39:09 +09:00
Shigeru KANEMOTO d5203f56c2 Sort the key of *.po files.
Without sorting the key, it is difficult to maintain the language
resource files on Git.
2013-03-03 22:39:09 +09:00
Shigeru KANEMOTO 5b65ae0ccb Small change to "i18n_update.sh"
* The shell should be "bash" not "sh".
 * Added an ability to update specific files only.
2013-03-03 22:38:58 +09:00