1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Commit Graph

2695 Commits

Author SHA1 Message Date
Cristian Maglie
33870d3aae [sam] bugfix for SPI on SAM3*. Extended API for SPI master devices is in ALPHA, to be validated. 2012-04-24 09:31:50 +02:00
Tom Igoe
6e149c4e32 Took Leonardo check out of ScanNetworks example 2012-04-23 11:39:15 -04:00
Tom Igoe
7ce1019dd0 Removed estraneous lines from Web examples 2012-04-23 11:33:42 -04:00
Tom Igoe
78b5e3cba5 Updated all Wifi web client and server examples to attempt continual reconnects to the SSID 2012-04-23 11:26:58 -04:00
Tom Igoe
e8118e2270 Added Repeating Web Client example 2012-04-23 11:26:27 -04:00
Cristian Maglie
d6c57415a3 [sam] fixed compilation problem with temporary USB driver 2012-04-23 15:51:03 +02:00
Cristian Maglie
00ceed55d2 [sam] Fixed compilation problem on SPI class. SPI device is now called SPI_0 to avoid name clashes. 2012-04-23 15:50:30 +02:00
Zach Eveland
573d08c4fa Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-04-20 10:10:46 -04:00
Zach Eveland
4fb17c47cd bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried)
was starting PWM on these pins too soon - in init() instead of when analogWrite() was called.  as a result doing output on port registers directly failed.
2012-04-19 15:52:16 -04:00
Zach Eveland
9904a6f497 bugfix for boards with a timer 4 but no channel D
compilation failed for Mega because the COM4D1 and OCR4D registers are defined for 32U4 but not for Mega
2012-04-19 15:46:32 -04:00
Tom Igoe
a69bd00c68 Update to WebClientRepeating comments 2012-04-19 15:03:23 -04:00
Tom Igoe
2baf577437 Added WebClientRepeating example 2012-04-19 15:02:21 -04:00
Cristian Maglie
95738df9bf [sam] update USB device API 2012-04-19 17:37:13 +02:00
Zach Eveland
59f7f988d7 added a slight delay to loop in DigitalReadSerial example so we don't overload Serial Monitor 2012-04-19 10:39:34 -04:00
Zach Eveland
c44329d732 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
Conflicts:
	build/shared/examples/01.Basics/DigitalReadSerial/DigitalReadSerial.ino
2012-04-19 10:34:53 -04:00
Cristian Maglie
a162a52378 [sam] added some USB examples 2012-04-18 14:56:30 +02:00
Cristian Maglie
0b5e66af37 [sam] Moved USB stuff inside a folder 2012-04-18 14:52:30 +02:00
Cristian Maglie
008df0430c [sam] added AndroidAccesory class from ADK 2012-04-18 14:34:51 +02:00
David Cuartielles
1908613308 updated translation files 2012-04-17 13:06:27 +02:00
David Cuartielles
2df086b316 modifier Preferences.java to include Indonesian 2012-04-16 15:38:18 +02:00
David Cuartielles
57ff27372c Merge branch 'master' of github.com:dcuartielles/Arduino 2012-04-16 15:29:51 +02:00
David Cuartielles
8c7bfecce0 added Indonesian 2012-04-16 15:29:19 +02:00
Tom Igoe
4b886ef421 Added ReadAnalogVoltage example 2012-04-16 07:59:12 -04:00
Tom Igoe
53fd81fc00 Added comments to Basics examples 2012-04-16 07:58:55 -04:00
dcuartielles
34762eff9a added Daniela Antonietti to the team 2012-04-16 13:02:29 +03:00
David Cuartielles
7b9c4c5935 reviewed language files 2012-04-15 23:17:34 +02:00
David Cuartielles
36de2699ee cleaned up a bit 2012-04-15 22:24:37 +02:00
David Cuartielles
9ff3445902 fixed a whoe series of language files 2012-04-15 22:22:40 +02:00
Tom Igoe
9adcdadf59 Added ReadASCIIString example to Communication examples 2012-04-13 16:15:00 -04:00
tigoe
7cea3fade9 Merge pull request #3 from Fede85/master
Merged Federico's pulll request, "ultimate refinements to the examples"
2012-04-12 12:08:09 -07:00
Cristian Maglie
761d472f23 [sam] temporarily removed asserts from PMC_* functions 2012-04-12 10:37:02 +02:00
Zach Eveland
bb9a4f89cc merged Caterina with Blink 2012-04-11 23:24:04 -04:00
Zach Eveland
7e235dbff8 fixed logic bug in Caterina that could stop the bootloader from entering self-programming mode 2012-04-11 23:19:05 -04:00
David Cuartielles
433fe269f6 moiified several files 2012-04-11 23:19:10 +02:00
Zach Eveland
4786251fe2 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-04-11 15:04:11 -04:00
Thibault RICHARD
9aaf61327b [sam] added ADC test in validation app (makefile based) 2012-04-11 19:32:29 +02:00
Thibault RICHARD
6ae6a0eaf2 [sam] fixing ADC, taken from ASF, checked and tested verified 2012-04-11 19:30:13 +02:00
Thibault RICHARD
0832334a71 [sam] fixing makefiles for toolchain path containing spaces 2012-04-11 19:26:06 +02:00
Federico Vanzati
44966b81f4 Removed Serial.begin() inside examples where not needed 2012-04-11 13:08:43 +02:00
Federico Vanzati
8e50ecbb6c updated URLs in LiquidCrystal examples 2012-04-11 12:56:31 +02:00
dcuartielles
9a340926da Fixed case for Russian language to fit the rest of the languages 2012-04-11 10:14:48 +03:00
Thibaut VIARD
431f3ea5fe [sam] preliminary update for analog 2012-04-10 18:27:43 +02:00
Tom Igoe
0cdc7e59c6 More delays in serial examples to avoid crashing serial monitor 2012-04-09 10:48:40 -04:00
Tom Igoe
bde00b9be9 Added delays to some serial examples to avoid crashing the serial monitor. 2012-04-09 10:48:40 -04:00
Tom Igoe
6f93d3fc17 Updated all comments for while (!Serial) additions to serial-based examples 2012-04-09 10:48:40 -04:00
Zach Eveland
1d0a5bfa50 updated Windows driver to use final Leonardo VID and PID values 2012-04-09 10:12:39 -04:00
Zach Eveland
d3a8e450ee Micro I hardly knew ye 2012-04-09 10:12:14 -04:00
Zach Eveland
75fbe7673f added new CDC-, Mouse-, and Keyboard-related keywords 2012-04-09 09:00:48 -04:00
Zach Eveland
b2f4e5f769 Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader 2012-04-09 08:25:43 -04:00
Zach Eveland
3f6342e9bb Micro and Leonardo bootloaders for distribution are now merged with Blink sketch 2012-04-09 08:08:34 -04:00