Sudar
423b0a7b8b
Merge pull request #203 from sej7278/master
...
Some language clean up
2014-05-21 10:50:25 +05:30
Simon John
634bd9bc9c
Some language clean up
2014-05-21 00:14:46 +01:00
Simon John
9a45b80017
Check that on windows ARDUINO_DIR (and MPIDE_DIR) is a relative path.
...
Checks for paths starting with / e.g. /cydrive/arduino or a
drive letter e.g. C:\Program Files\Arduino
Fix #201
Fix #202
2014-05-20 12:12:14 +05:30
Chris Patuzzo
70dfdcc7eb
If no port is specified, try to guess it from wildcards
...
Fix #197
2014-05-03 09:01:24 +05:30
Sudar
22e876e88b
Merge pull request #196 from sej7278/master
...
Fix lintian "hyphen-used-as-minus-sign" warning in manpage
2014-04-26 09:33:17 +05:30
Simon John
dbf252e9c5
Fixed lintian "hyphen-used-as-minus-sign" warning in manpage
2014-04-26 00:26:15 +02:00
hrobeers
041d54d9ab
Add support for assembler code in libraries
...
Fix #195
2014-04-25 14:31:32 +05:30
Sudar
6c37b19b38
Merge pull request #194 from sej7278/master
...
fix typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
2014-04-22 08:16:33 +05:30
Simon John
fc6ff0f041
fixed typo - should be ARDUINO_SKETCHBOOK not ARDUINO_VERSION
2014-04-21 19:42:23 +02:00
Sudar
70af7d49ec
Merge pull request #193 from sej7278/master
...
Add easier ccache workaround for Fedora
2014-04-21 10:52:04 +05:30
Simon John
cbe3011711
Added easier instructions to workaround ccache on Fedora. Prettified.
2014-04-21 00:56:11 +02:00
Pierre DAVID
aa4c96ce50
Allow spaces in "Serial.begin (....)"
...
Fix #190
Fix #191
2014-04-14 12:24:13 +05:30
Simon John
b42d05d8b1
Bump up version to v1.3.3 for release
...
Fix #189
2014-04-13 09:56:32 +05:30
Simon John
fc54954d0f
Add manpage back to specfile
...
Includes following changes
- change author info
- add examples section
Fix #188
2014-04-13 09:56:20 +05:30
Sudar
ba2b27db28
Bump up version to v1.3.2 for release
2014-04-11 20:26:11 +05:30
EAGMnor
32d35da2a0
Tweak AVRdude conf file detection in windows
...
On windows the AVRdude configuration file is now detected properly. The
comments and `README` are updated as well.
Fix #187
2014-04-11 20:24:17 +05:30
Sudar
87129f1d2b
Merge pull request #185 from sej7278/master
...
simplify packaging by removing dependencies on python3/pyserial
2014-04-05 18:12:12 +05:30
Simon John
7b5a163e9a
simplified packaging by removing dependencies on python3/pyserial
2014-04-04 21:54:26 +01:00
Sudar
10ea6fbc33
Merge pull request #183 from sej7278/master
...
python3 compatibility
2014-04-03 09:12:32 +05:30
Simon John
c080fb29b7
python3 compatibility
2014-04-02 17:57:58 +01:00
Simon John
392a6b9db1
replace perl reset script with python one
...
Fix #180
Fix #127
2014-04-02 18:57:00 +05:30
Simon John
5599d2ab1e
Add BOOTLOADER_PARENT
which has to be set if the user sets either of the other two BOOTLOADER variables
...
Fix #178
2014-03-23 18:30:37 -07:00
Julien Ridoux
ffde764ada
Add phony target to run pre-build hook script
...
Fix #176
2014-03-20 11:17:14 -07:00
Sudar
64e9074042
Merge pull request #177 from geoffholden/master
...
Consider usb... to be a valid ISP_PORT
2014-03-16 06:30:51 -07:00
Geoff Holden
ce89531226
Fix: Consider usb... to be a valid ISP_PORT
...
AVRDUDE requires -P usb to be passed as an argument for some ISP
devices, and it is also required in the case where you have multiple
usbtiny or usbasp devices connected at once to select a specific one.
Fix #167
2014-03-14 16:10:18 -02:30
Christopher Peplin
f1a79dbb3f
Fix AVR tools paths for chipKIT in Linux.
...
Fix #175
Fix #174
2014-03-11 09:51:01 +05:30
tinyladi
a06136aafc
Beautify arduino-mk-vars.md
...
Clean up markdown and add code blocks where needed
Fix #171
2014-03-06 22:50:05 +05:30
tinyladi
5c4328dd29
Add OBJDIR
reference to arduino-mk-vars.md
...
Signed-off-by: tinyladi <ladislas@weareleka.com>
2014-03-06 22:50:01 +05:30
tinyladi
668a447054
Add a reference makefile, with real-world example
2014-03-06 22:48:25 +05:30
Simon John
f62b5838df
Add -D__PROG_TYPES_COMPAT__ to the avr-g++ compiler flags
...
This results in just a deprecated warning rather than an error
when using libraries (e.g. jeelib) that still use prog_XXX types
This is how the IDE does it, and means that libraries don't have to
add the #define __PROG_TYPES_COMPAT__ line
Reference: http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html
Fix #169
2014-02-15 16:57:16 +05:30
Simon John
ff103b244c
Add "gpio" to the list of isp's that don't have a port
...
The gpio programmer type is used on the raspberry pi to upload using
the gpio spi pins via a sysfs interface, with a modified avrdude
Fix #165
Fix #166
2014-02-08 09:59:50 +05:30
Sudar
0b954ab5a5
Merge pull request #164 from sej7278/master
...
Include avr-libc/*.c files malloc.c and realloc.c
2014-02-06 10:21:35 +05:30
Simon John
920c74024e
now includes avr-libc/*.c files malloc.c and realloc.c
...
if bug-reporter confirms this fixes issue #163 then should be ok to merge.
2014-02-05 23:31:12 +00:00
Sudar
5d5704ff97
Merge pull request #162 from sej7278/master
...
Add arduino-mk-vars.md to the RPM SPECfile.
2014-02-04 18:59:53 -08:00
Simon John
5a521361a0
Added the arduino-mk-vars.md file to the Fedora SPECfile.
...
Added some notes to the SPECfile regarding overriding the paths
to the avr tools - most are in /usr/bin, but gcc/g++ are in an
architecture-dependant ccache directory
Upped version to 1.3.2 devel
2014-02-04 17:41:51 +00:00
Sudar
e48ae82fbd
Bump up version to 1.3.1 for release
2014-02-04 18:29:18 +05:30
Sudar
cff1dec365
Add a new target help_vars
...
This target can display all variables that can be overridden
2014-02-04 18:27:46 +05:30
Sudar
e8634fb642
Document all the variables that can be overridden in child makefile
...
Huge thanks to @sej7278 for doing this
Fix #75
2014-02-04 18:26:43 +05:30
Sudar
9a49615e07
Merge pull request #161 from sej7278/master
...
BUNDLED_AVR_TOOLS_DIR is now set correctly
2014-02-02 06:06:32 -08:00
Simon John
1893199dad
BUNDLED_AVR_TOOLS_DIR is now set correctly using := instead of ?=,
...
so that installations using only the arduino-core packages that
don't have the $(ARDUINO_DIR)/hardware/tools/avr directory can
still use the avr-g++ tools found in the $PATH (/usr/bin)
Previously BUNDLED_AVR_TOOLS_DIR was set to an empty string as
the directory doesn't exist, which meant that "ifdef BUNDLED_AVR_TOOLS_DIR..."
was set rather than skipping to "else SYSTEMPATH_AVR_TOOLS_DIR...."
No user would set BUNDLED_AVR_TOOLS_DIR so the assignment operator
:= should be used not ?=
Updated the version info/changes in various locations.
2014-02-01 00:41:00 +00:00
Sudar
20b9774645
Bump up version to v1.3.0 for release
2014-01-29 11:53:26 +05:30
Sudar
f549f9c401
Fix some typos and errors in changelog
2014-01-29 11:38:05 +05:30
Sudar
0526855340
Update README.md
about compatibility with Windows
...
Fix #94
2014-01-29 11:32:16 +05:30
Sudar
967d47c7bd
Update changelog about the recent changes
2014-01-29 10:58:25 +05:30
Sudar
33813e09d8
Merge pull request #159 from peplin/simpler-crossplatform-paths
...
Override complete compiler tool paths for chipKIT.
2014-01-28 21:21:57 -08:00
Sudar
afdb27656b
Merge pull request #158 from peplin/silent-which
...
Silence the stderr output from call to `which`.
2014-01-28 21:21:15 -08:00
Sudar
993cb0b8d4
Merge pull request #157 from peplin/no-hardcoded-port-in-examples
...
Don't hard code MONITOR_PORT in examples, for more flexible testing.
2014-01-28 21:20:36 -08:00
Sudar
418109c11b
Document that ARDUINO_DIR must be a relative path in Windows
...
Fix #156
2014-01-29 10:44:12 +05:30
Sudar
9463195834
Merge pull request #155 from peplin/monitor-port-check
...
Use more reliable serial device naming in Windows.
2014-01-28 20:58:45 -08:00
Christopher Peplin
427c4573cd
Document that ARDUINO_DIR must be a relative path in Windows.
2014-01-28 10:31:40 -05:00