fe6e94a35e
Merge pull request #114 from Kernald/python3-compat
Victor Nakoryakov
2013-09-24 06:47:12 -07:00
6f00e2cd65
Merge branch 'master' of github.com:amperka/ino
Victor Nakoryakov
2013-09-24 17:45:57 +04:00
1edc68ad40fix#19, #81, #82: Custom command line arguments for picocom
Victor Nakoryakov
2013-09-24 17:45:40 +04:00
67b6433e85
Call Python 2 explicitely (temporary fix for #106)
Marc Plano-Lesay
2013-09-24 14:49:16 +02:00
9ec8aa7317
Merge pull request #113 from 12qu/master
Victor Nakoryakov
2013-09-24 03:01:38 -07:00
61bf0b94dd
Check project directory before processing args
Rob Cornish
2013-09-24 19:55:38 +10:00
e782d73333
add shortcut to --cppflags
Victor Nakoryakov
2013-09-24 13:37:09 +04:00
a4a16e9158
revert renaming cppflags to compile_flags
Victor Nakoryakov
2013-09-24 13:35:46 +04:00
2ed47f2d1afix#46, #88, #103: Correct version parsing with build number and a trash
Victor Nakoryakov
2013-09-24 13:15:43 +04:00
8a681dc082
update README
Victor Nakoryakov
2013-09-24 12:20:06 +04:00
ff0cba8f63closes#23, #28, #60, #63: add a feature to specify make tool
Victor Nakoryakov
2013-09-24 12:16:40 +04:00
1edff0d334
remove TODO as all TODOs should be issues on GitHub
Victor Nakoryakov
2013-09-24 11:48:53 +04:00
8fb8e0e106
update README contributors and changelog
Victor Nakoryakov
2013-09-24 11:47:59 +04:00
8ac0a403ff
refactor: rename cpp flags to compile flags to disambiguate with cxx flags
Victor Nakoryakov
2013-09-24 11:33:50 +04:00
f4732c9b8c
fix indentation
Victor Nakoryakov
2013-09-24 11:25:10 +04:00
5e34f2a344
remove shortcut arg names for `ino build' toolset
Victor Nakoryakov
2013-09-24 11:24:54 +04:00
7ea378a677
Merge branch 'folder-fix' of git://github.com/gnusouth/ino into gnusouth-folder-fix
Victor Nakoryakov
2013-09-23 22:06:16 +04:00
3ddc133ee8fix#105: fallback to /etc/avrdude while searching for avrdude.conf
Victor Nakoryakov
2013-09-23 21:27:32 +04:00
183f68c3af
Merge branch 'master' of git://github.com/aruiz/ino into aruiz-master
Victor Nakoryakov
2013-09-23 20:15:40 +04:00
024d45486b
Merge branch 'master' of github.com:amperka/ino
Victor Nakoryakov
2013-09-23 20:03:12 +04:00
379b9769b6Fix#74, #107, #108: Use of types declared in included files is allowed in function definitions
Victor Nakoryakov
2013-09-23 20:02:14 +04:00
d05024b8b7
Fixes avrdude.conf location problem in Fedora
Alberto Ruiz
2013-08-29 14:53:29 +02:00
7cf9e6d3ce
Make src the only requirement for building.
Michael Sproul
2013-07-31 23:34:49 +10:00
0cc022f2b0
Prevent .build creation for accidental builds
Michael Sproul
2013-07-31 16:54:58 +10:00
5893880589
Minor housekeeping
Rob Cornish
2013-08-04 08:30:44 +10:00
b8404751f8
Moved all build flag arg parsing into build.py
Rob Cornish
2013-08-04 14:04:50 +10:00
a2be204e1e
Allowed specification of build tools
Rob Cornish
2013-07-24 10:41:40 +10:00
fd06e3d63a
Fixed hanging when no .cpp files bug
Rob Cornish
2013-07-08 14:47:36 +10:00
79149e73ed
Overhauled handling of compiler flags
Rob Cornish
2013-07-05 23:18:48 +10:00
fd5fd849f8
Merge pull request #78 from ulidtko/typos
Victor Nakoryakov
2013-05-19 07:46:04 -07:00
4972a50317
a little more grammar
max ulidtko
2013-05-09 19:29:53 +03:00
377a87a8e8
fix "subdirectory" typo
max ulidtko
2013-05-09 19:28:44 +03:00
3d2e21cc6d
fix "probject" typo
max ulidtko
2013-05-09 19:03:01 +03:00
77decf0512Fix#62: Include MIT-LICENSE.txt in the tarball
Victor Nakoryakov
2013-01-28 23:54:36 +04:00
387229ebbc
update to 3.4
Victor Nakoryakov
2012-10-05 19:06:32 +04:00
35734080ae
fix: outdated issues in quickstart tutorial
Victor Nakoryakov
2012-10-05 18:44:26 +04:00
856f930a26
bump version
Victor Nakoryakov
2012-10-05 18:44:09 +04:00
ae5f9d3bb4
fix: version of AVR-GCC bundled with Arduino is now preferred over system-wide
Victor Nakoryakov
2012-10-05 18:26:39 +04:00
11f02d0576fix#3, fix#29: put build artifacts in separate build subdirectories
Victor Nakoryakov
2012-10-05 17:55:45 +04:00
fbaef5148ffix#33: add argparse in requirements fot Python < 2.7 support
Victor Nakoryakov
2012-10-05 16:13:04 +04:00
6e1e8e5a30
refactor: make upload and environment code more pep8'ish
Victor Nakoryakov
2012-10-05 16:01:35 +04:00
347bc0e601
fix upload for leonardo
David Charbonnier
2012-10-02 20:36:58 +02:00
e9350e9a96
create method list_serial_ports
David Charbonnier
2012-10-02 18:58:12 +02:00
d7e0426cfe
Add CFLAGS -D options for USB_VID and USB_PID, for USB-based devices (e.g. Leonardo).
Jared Boone
2012-06-17 10:52:24 -07:00
1bf4a15d24fix#22: echo -n for .d generation is replaced with printf to get MacOS support
Victor Nakoryakov
2012-08-13 13:37:27 +04:00
038b1d8d4b
remove superflous test module
Victor Nakoryakov
2012-02-08 18:49:27 +04:00
3dcb05d19ffix#10: dependency libraries are now always listed in correct hierarchical order to the linker
Victor Nakoryakov
2012-02-08 18:48:30 +04:00
7c34ad902b
fix: glob filter no longer raise an exception if listed dir doesn't exist
Victor Nakoryakov
2012-02-08 17:36:20 +04:00
19fe59e0f7
update version
Victor Nakoryakov
2012-02-02 23:49:20 +04:00
2869733b1d
update version
Victor Nakoryakov
2012-02-02 23:47:59 +04:00
d503ac65bd
remove superflous import
Victor Nakoryakov
2012-02-02 23:43:52 +04:00
4023191d13fix#16: sketches preprocessing is done with ino preproc
Victor Nakoryakov
2012-02-02 23:43:36 +04:00
182bf759ad
add: preproc command
Victor Nakoryakov
2012-02-02 23:15:42 +04:00
b26f3c9e9b
fix: doc typo
Victor Nakoryakov
2012-02-02 20:57:27 +04:00
b0de6ecf2e
fix: typo
Victor Nakoryakov
2012-02-02 20:57:07 +04:00
402079a9f1
update to 0.3.2
Victor Nakoryakov
2012-02-02 20:31:17 +04:00
1d3f23faca
Merge branch 'master' of github.com:amperka/ino
Victor Nakoryakov
2012-02-02 20:28:27 +04:00
f36a830cc5
version release
Victor Nakoryakov
2012-02-02 20:27:23 +04:00
86b9bc0c87
refactor: simplify library building in template
Victor Nakoryakov
2012-02-02 20:14:03 +04:00
ad70400434
add: dependency rescan on header file change
Victor Nakoryakov
2012-02-02 19:48:50 +04:00
1082ea9db0
add: header dependencies, change the way .d files are scanned (fixes#18)
Victor Nakoryakov
2012-02-02 19:39:13 +04:00
d47d1aeb4c
fix: put .d files in proper subdirs while building a library
Victor Nakoryakov
2012-02-02 18:23:22 +04:00
0b94a56245
add: suppress 'Nothing to be done for all' make message
Victor Nakoryakov
2012-02-02 18:15:18 +04:00
2068c9c0ef
fix: add mkdir for dependency files in case they're in a a subderictory
Victor Nakoryakov
2012-02-02 18:11:52 +04:00
32fa9f454b
refactor: make -iquote flag substitution DRY and remove obsolete template code
Victor Nakoryakov
2012-02-02 18:06:44 +04:00
e3f41d04aa
refactor: extract sketch -> cpp processing in a separate `make' step
Victor Nakoryakov
2012-02-02 17:57:04 +04:00
5918b4d620fix#13: support for local header includes
Victor Nakoryakov
2012-02-02 17:11:33 +04:00
a188ad7a91
Merge pull request #11 from doismellburning/phony-install-case-sensitive-fix
Victor Nakoryakov
2011-12-21 23:46:32 -08:00
e6a81a8714
Explicitly declared the install target as PHONY due to issues on case-insensitive filesystems with the INSTALL docs
Kristian Glass
2011-12-21 22:37:42 +00:00
254f1c0040
update changelog
Victor Nakoryakov
2011-12-15 15:22:16 +04:00
ac09361335
update version
Victor Nakoryakov
2011-12-15 15:18:37 +04:00
f8c79522ec
add support for 'build --verbose'
Victor Nakoryakov
2011-12-15 15:17:29 +04:00
ed166e2b1c
fix: do not include dot directories (like .git) within libraries to -I flags
Victor Nakoryakov
2011-12-15 15:15:35 +04:00
a0bd638aaa
update doc revision
Victor Nakoryakov
2011-12-13 17:40:25 +04:00
fc12408666
update documentation and version number
Victor Nakoryakov
2011-12-13 17:38:39 +04:00
a2aa7d94de
add serial port guess
Victor Nakoryakov
2011-12-13 17:21:17 +04:00
195355666b
add support of MacOS Arduino Software version
Victor Nakoryakov
2011-12-13 16:43:42 +04:00
6c966c241c
bump version
Victor Nakoryakov
2011-12-08 20:53:33 +04:00
9856497fa9
up to 2.0
Victor Nakoryakov
2011-12-08 20:52:56 +04:00
2147b62796
update documentation
Victor Nakoryakov
2011-12-08 20:51:04 +04:00
b91685c2e4
fix: make template sketches have .ino extension
Victor Nakoryakov
2011-12-08 20:39:44 +04:00
3e13687350
fix: transform .pde & .ino basing on Arduino version rather than on extension
Victor Nakoryakov
2011-12-08 20:37:27 +04:00
e57a3f5dce
add support for Arduino software 1.0 while building
Victor Nakoryakov
2011-12-08 20:29:38 +04:00
2d94c2a2c9fix#2. OrderedDict dependency satisfaction for Python < 2.7
Victor Nakoryakov
2011-11-29 14:00:56 +04:00
ca03e6518afix#1 Arduino software version detection for non-numerical version.txt
Victor Nakoryakov
2011-11-29 13:47:00 +04:00
305da06f05
install instructions update
Victor Nakoryakov
2011-11-04 14:41:21 +04:00
756384f9fa
+ installation via `make install'
Victor Nakoryakov
2011-11-04 14:39:39 +04:00
f84e7b61a9
f typo fix
Victor Nakoryakov
2011-11-03 18:36:22 +04:00
29248047ab
+ extract list-models command to keep other commands' help immutable
Victor Nakoryakov
2011-11-03 18:36:04 +04:00
209904b8b1
f typos
Victor Nakoryakov
2011-11-03 17:05:43 +04:00
309b395a53
f doc typos, support for hypephened-args along with underscored_args in conf
Victor Nakoryakov
2011-11-03 17:02:17 +04:00