250 Commits

Author SHA1 Message Date
Buzz
268efa2e7a exclude vim properly 2017-07-30 23:09:24 +10:00
Buzz
de0d54496a exclude vim from build for test 2017-07-30 23:08:00 +10:00
Buzz
29a3f076c0 test 2017-07-30 22:59:21 +10:00
Buzz
1169543724 bitbake: continue-on-error 2017-07-30 22:49:20 +10:00
Buzz
d161eb1b2f test 2017-07-30 22:42:09 +10:00
Buzz
83ccdf883b Revert "temporarily remove vim from the build as it's failing and I don;t know why."
This reverts commit c4689f50a45df99e53efba68ab7be3a15bc113a7.
2017-07-30 22:36:22 +10:00
Buzz
31fbca16f4 fake these broken targets for now. 2017-07-30 22:09:14 +10:00
Buzz
6d70a314a1 test 2017-07-30 22:06:02 +10:00
Buzz
9b04db5775 temporarily remove vim from the build as it's failing and I don;t know why. 2017-07-30 22:01:29 +10:00
Buzz
2191c76e21 move to CLOSED to avoid licence checksums. 2017-07-30 21:58:21 +10:00
Buzz
08c148cab3 Merge branch 'master' of https://github.com/OpenSolo/meta-3dr 2017-07-30 21:51:57 +10:00
Buzz
e1b2042665 defining as CLOSED avoids need for LIC_FILES_CHKSUM, I hope. 2017-07-30 21:51:34 +10:00
Buzz
3a0a240596 defining as CLOSED avoids need for LIC_FILES_CHKSUM, I hope. 2017-07-30 21:48:52 +10:00
Buzz
2adaa8655f move url references and tags to OpenSolo and master 2017-07-30 21:13:13 +10:00
Buzz
5f24544d29 fixing solo-builder shotmanager url 2017-07-30 21:05:32 +10:00
Buzz
bdb4d935ed don't use ssh to get git repos 2017-07-30 19:22:36 +10:00
Buzz
aaaa265984 machine name should be - hyphens, not underscores , no idea why it was underscores, maybe historical.? also change text so it say we default to master, which is what we are doing now. 2017-07-30 17:03:54 +10:00
Buzz
65cea35af1 more repo massaging 2017-07-30 14:39:16 +10:00
Buzz
ee3003ba43 make playbook use https to the newly public repo/s instead of needing any special ssh key setup for private access. 2017-07-30 14:23:59 +10:00
Buzz
ad341826ec tweak Vagrant setup by massaging the python that's used to a newer version. not perfect, but works. took this from artoo/tools/ which does something similar. 2017-07-30 14:22:30 +10:00
Buzz
8942d4da35 change git urls 2017-07-30 10:24:11 +10:00
Buzz
b3cd739e46 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file. 2017-07-29 18:04:17 +10:00
Buzz
adbe6ebbf3 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file 2017-07-29 18:00:15 +10:00
Buzz
24d15eb032 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file 2017-07-29 17:56:07 +10:00
Buzz
409c1b0587 Merge branch 'master' of https://github.com/OpenSolo/meta-3dr 2017-07-29 01:45:17 +10:00
Buzz
90263939c8 missed from initial commit. 2017-07-29 01:44:22 +10:00
Buzz
2d9dfd653f changed git url/s 2017-07-28 17:33:50 +10:00
Buzz
ed1e06b4a7 changed git url 2017-07-28 17:33:08 +10:00
Buzz
49ad5b0cf2 changed git url 2017-07-28 17:32:46 +10:00
Buzz
d468a5f62c changed git url/s 2017-07-28 17:31:56 +10:00
Buzz
1767a7f737 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file. 2017-07-28 17:11:24 +10:00
Buzz
dc7b7532a5 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file. 2017-07-28 17:07:57 +10:00
Buzz
291de87220 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file. 2017-07-28 17:02:51 +10:00
Buzz
ead20ebce7 Initial commit, based on .tar.gz file as provided by 3DR , see SOURCE file. 2017-07-28 16:30:58 +10:00
John Finley
bb1add3390 Unprotect option (#1)
* readout unprotect is not done unless explicitly enabled

New command line option "-u" must be supplied or the readout unprotect
will not be done on erase failure. If the erase fails and readout
unprotect is not enabled (i.e. -u was not supplied) then the program
just terminates with an error (nonzero) exit status.

The intent is for the caller to be able to do a few retries to see if
the erase failure is transient, then do an update with readout unprotect
enabled as a last resort.

* explicit logging in case of initChip error

Also test code to simulate initChip error.
2016-04-26 18:23:06 -07:00
Allan Matthew
c469fe573b Adding 3DR's stm32loader.py changes 2015-08-05 08:48:36 -07:00
James Snyder
7f30bbb2f9 Merge pull request #1 from domenpuncer/master
Sending it back upstream. Support for stm32f2, mostly simple changes.
2014-04-03 18:03:29 -05:00
James Snyder
873bb6500c Merge pull request #2 from pichenettes/master
Explicitly read input file in binary mode to prevent newline characters ...
2013-10-21 11:20:09 -07:00
pichenettes
5ca0810ca8 Explicitly read input file in binary mode to prevent newline characters from being converted on Windows machines 2013-10-21 11:27:34 +02:00
Domen Puncer
0d5b49b5c3 Add chip id strings 2012-06-19 16:28:47 +02:00
Domen Puncer
aa21cfd79d Bootloader command GO, -g <addr> 2012-06-19 15:06:39 +02:00
Domen Puncer
15db5e2e8a Added extended erase (0x44), needed for stm32f2 stm32f4 series 2012-06-18 11:31:03 +02:00
Domen Puncer
b72acb9cd7 fix "Unknow" typo 2012-06-18 11:12:39 +02:00
Domen Puncer
e502858e6a Open file in binary mode, so it works on windows. Fix from http://www.micromouseonline.com/2009/05/08/stm32-arm-cortex-bootloader/#comment-197 2012-06-18 10:40:43 +02:00
Domen Puncer
0d8fc2912f Fix unclear comments on serial setup 2012-06-18 10:37:36 +02:00
James Snyder
c0d9f993a2 Fix bug with reading to file. 2009-05-10 18:51:42 -05:00
James Snyder
f8c5f2c9df some notes. 2009-04-06 11:18:02 -05:00
James Snyder
2a8dfe789c Include GPL license. 2009-04-06 11:13:44 -05:00
James Snyder
0849df43fb Commit initial modifications of stm32loader.py. 2009-04-06 11:10:28 -05:00
James Snyder
a6fd569d69 first commit 2009-04-06 11:09:26 -05:00