Skip to content

Arduinot Test Suite code and Examples #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 45 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
8bcf6f5
minor commit for test
ricklon Oct 1, 2010
6c3a8eb
Merge remote branch 'upstream/master'
ricklon Oct 1, 2010
dc0cec4
Merge remote branch 'upstream/master'
ricklon Oct 3, 2010
2159442
Test samples added.
ricklon Oct 3, 2010
2cd6e7f
Merge branch 'master' of git://github.com/arduino/Arduino
ricklon Oct 4, 2010
223f300
Added sample result of Arduino test.
ricklon Oct 4, 2010
49cf22d
Output fake testresults via Makefile for testing output with Buildbot.
ricklon Oct 4, 2010
7f56700
More test samples for buildbot.
ricklon Oct 4, 2010
4300261
Arduino test format information
ricklon Oct 5, 2010
406556e
Arduino test example added
ricklon Oct 5, 2010
3356f8c
Cleaned up old examples, and added success, and failure tests results.
ricklon Oct 5, 2010
3b4c368
Fixed a misnamed file.
ricklon Oct 5, 2010
6106cf2
Labeled test expectations.
ricklon Oct 5, 2010
4096c65
First version of buildot added. Plenty of clean up needed.
ricklon Oct 5, 2010
35d4acc
Merge remote branch 'upstream/master'
ricklon Oct 10, 2010
10a0b7c
Test suite name is pulled from the test results, and displayed. Test …
ricklon Oct 10, 2010
b9bff73
Merge branch 'master' of http://github.com/arduino/Arduino
ricklon Oct 16, 2010
36b20af
Initial test library added with initial examples.
ricklon Oct 16, 2010
6249b55
Merge branch 'master' of github.com:ricklon/Arduino
ricklon Oct 16, 2010
649a7a6
Fined tuned the testing syntax, fixed the header to have ATS_PrintTes…
ricklon Oct 17, 2010
fe4397a
Fixed the test nams in the comments at top.
ricklon Oct 17, 2010
85e7900
Added static to ATS_PrintProperty to fix compile issue.
ricklon Oct 17, 2010
1a966f6
Cleaned up the includes.
ricklon Oct 17, 2010
7ed56a3
Missing function put back in.
ricklon Oct 17, 2010
b141582
Updated to latest core test code, and changed the examples to match. …
ricklon Oct 19, 2010
77b0f3f
Cleaned up code more, added better example of memory testing.
ricklon Oct 20, 2010
f85a948
Removed unused testName variable.
ricklon Oct 21, 2010
6274114
Added a memory test for te String Library IndexOf function.
ricklon Oct 22, 2010
24512b3
Documentation says to send ctrl-d, was sending ctrl-z so 0x1a replace…
ricklon Oct 22, 2010
5324829
Merge branch 'master' of git://github.com/ricklon/Arduino
ricklon Oct 22, 2010
8b0b8cf
Changed directory name from test to testing. Added the ATS_ToneTest.
ricklon Oct 24, 2010
d0ac6fc
Added new directories and files
ricklon Oct 24, 2010
a4f5319
More file cleanup
ricklon Oct 24, 2010
7105e7a
Test makefile information added to README.
ricklon Oct 24, 2010
387677c
AVR toolchain requirement added for Makefile.
ricklon Oct 24, 2010
ff1631b
Created initial Makefiles for automated testing. First adapting the M…
ricklon Oct 26, 2010
8a2d551
Temp build data removed.
ricklon Oct 26, 2010
08c017e
Very rough and broken first version of running a sketch specifid with…
ricklon Oct 29, 2010
d54fd22
Can compile Sketches by setting there name without the pde extension?…
ricklon Oct 29, 2010
0dd5fef
Makefile customize for Windows. Not complete.
Nov 1, 2010
dbf1bc0
Merge remote branch 'upstream/master'
ricklon Nov 1, 2010
10f018e
Makefile for Mac OS X.
ricklon Nov 1, 2010
7edde34
Added Mark's Delay test
ricklon Nov 1, 2010
a1b51b1
Makefile example for linux
ricklon Nov 1, 2010
8b9433c
Updated PORT for Mac OS X example.
ricklon Nov 3, 2010
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed build/linux/dist/lib/librxtxSerial.so
Binary file not shown.
2 changes: 2 additions & 0 deletions hardware/arduino/cores/arduino/HardwareSerial.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
HardwareSerial.h - Hardware serial library for Wiring
Copyright (c) 2006 Nicholas Zambetti. All right reserved.



This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
Expand Down
Loading