Commit graph

31 commits

Author SHA1 Message Date
Tony DiCola
87b7fb2729 Catch IO exception on run and print error message without stack trace. 2018-02-19 16:28:58 -08:00
Tony DiCola
184f0ac2a9 Add -l flag to list file sizes with ls command. 2018-02-19 16:21:10 -08:00
Limor "Ladyada" Fried
794a2ecf6c
Merge pull request #37 from phil303/fix-typo
Fix typo in spelling of "environment"
2018-01-07 17:43:15 -05:00
Phil Aquilina
9e3f4fb780 Fix typo in spelling of "environment" 2018-01-07 14:27:59 -08:00
Tony DiCola
d3df5f5739 Merge branch 'microbuilder-master' 2017-11-22 21:55:23 -08:00
Tony DiCola
2d8bdaa90c Merge branch 'master' of https://github.com/microbuilder/ampy into microbuilder-master 2017-11-22 21:52:28 -08:00
Tony DiCola
4fec6528b0 Merge branch 'larsks-feature/mkdir' 2017-11-22 21:48:05 -08:00
Tony DiCola
b3e7aee717 Add help text for new options. 2017-11-22 21:47:45 -08:00
Kevin Townsend
ff35f29b5b Added optional -d/--delay param for nRF52 2017-11-23 01:07:54 +01:00
Lars Kellogg-Stedman
3be23ca4c0 teach rmdir about --missing-okay
this lets you delete directories on your esp in a script without
worrying about errors if they don't exist.
2017-11-10 23:47:35 -05:00
Lars Kellogg-Stedman
dced95c425 teach mkdir about --exists-okay
adds the --exists-okay flag to the mkdir command, which allows you to
avoid errors if you are calling mkdir to ensure that a directory exists.
2017-11-09 22:25:12 -05:00
Scott Shawcroft
450c434b7e Handle os or uos. (#26) 2017-09-05 15:59:33 -04:00
Tony DiCola
b693e22b27 Attempt to fix #11 by adding close of serial on any exit. 2017-01-10 10:41:37 -08:00
Tony DiCola
902c4ff9d3 Major update:
- Add rmdir command to forcefully remove a directory and all children.
- Add recursive folder put logic to copy a folder and all children to a board.
- Fix Windows COM port handling for ports above 9. (Fix #6)
2017-01-10 00:21:21 -08:00
Tony DiCola
6e3a394e04 Merge branch 'master' of github.com:adafruit/ampy 2016-11-29 18:08:06 -08:00
Tony DiCola
d622650cf8 Increase enter raw REPL delay before main interrupt. 2016-11-29 18:07:56 -08:00
Tony DiCola
c3ec819cdd Fix #3 by correcting project URL 2016-09-04 16:23:08 -07:00
Tony DiCola
b63be0f2b7 Bump version for minor doc update. 2016-09-02 18:48:04 -07:00
Tony DiCola
8f14e2024e Document environment variables. 2016-09-02 18:47:14 -07:00
Tony DiCola
e18d3121ee Add reset command to soft reset board. 2016-08-26 19:51:03 -07:00
Tony DiCola
76026181b2 Update README.md 2016-08-23 16:18:14 -07:00
Tony DiCola
0b6c942675 Fix broken version string. 2016-08-22 04:21:28 -07:00
Tony DiCola
94b7b0587f Add mkdir command and --no-output option to run. 2016-08-22 04:20:19 -07:00
Tony DiCola
92ab69b359 Add basic usage and install in README. 2016-08-19 16:11:55 -07:00
Tony DiCola
6f7bbffb04 Make universal wheels, minor version bump to make PyPi happy. 2016-08-19 15:58:48 -07:00
Tony DiCola
1fc23038fd Change name not to conflict with existing ampy module on PyPi. 2016-08-19 15:48:50 -07:00
Tony DiCola
b871f099aa Python 2 fix, support end argument in print. 2016-08-19 15:43:19 -07:00
Tony DiCola
2445a7caf4 Fix raw repl failing to break into main.py loop. 2016-08-19 15:39:09 -07:00
Tony DiCola
de597cc5f0 Add run command to run script and print output. 2016-08-16 22:16:02 -07:00
Tony DiCola
a7744b6292 Initial commit. 2016-08-04 22:34:53 -07:00
Tony DiCola
9c6cb4548d Initial commit 2016-08-04 22:17:50 -07:00