Commit Graph

64 Commits

Author SHA1 Message Date
imspace
1ca52ac4dd Release 0.3.5
blflash@0.3.5
cargo-blflash@0.3.5

Generated by cargo-workspaces
2023-01-14 17:03:10 +08:00
imspace
35eb024f6c build: update deps 2023-01-14 17:02:54 +08:00
imspace
8c2fa4ce2a Release 0.3.4
blflash@0.3.4
cargo-blflash@0.3.4

Generated by cargo-workspaces
2023-01-14 16:53:38 +08:00
Mariusz Jurgielewicz
03d64cc737 Use bitvec v.1+ instead of bitvec v0.22.3 which is broken 2023-01-03 16:32:00 +08:00
Robert Lipe
4ee114eb21 Doc improvements for non-Rustaceans. 2022-02-21 02:21:49 +08:00
spacemeowx2
aae6a9b2c3 build: upgrade deps 2022-02-04 03:46:01 +08:00
spacemeowx2
a26c0bd890 Release 0.3.3
blflash@0.3.3

Generated by cargo-workspaces
2021-05-19 06:58:59 +08:00
spacemeowx2
bcfbb60b41 docs: add publish command 2021-05-19 06:55:27 +08:00
spacemeowx2
f5223d5a09 build: remove unused dependencies 2021-05-19 06:43:58 +08:00
Krzysztof Urbaniak
2342babbea fix bitvec, upgrade dependencies
fixes issue which happens here https://github.com/9names/bl602-rust-example/issues/1#issuecomment-843053226
2021-05-19 06:42:29 +08:00
spacelin
224f4f1279 Release 0.3.2
blflash@0.3.2

Generated by cargo-workspaces
2021-02-22 17:35:55 +08:00
spacelin
324c87307e chore: pin funty to =1.1.0
see: https://github.com/bitvecto-rs/bitvec/issues/105
2021-02-22 17:35:22 +08:00
spacelin
5aa585b8dc Release 0.3.1
blflash@0.3.1

Generated by cargo-workspaces
2021-02-22 17:27:31 +08:00
spacelin
70a200e458 chore: don't publish in actions 2021-02-22 17:22:31 +08:00
Theo Belaire
860d242e3f Updated to deku 0.10
This required passing a lifetime param to DekuContainerRead, but it didn't spread
as we only need to check the bit offset.
2021-02-22 17:06:49 +08:00
spacemeowx2
b0967e75f7 chore: bump version 2021-01-02 00:25:33 +08:00
spacemeowx2
1bb1abc705 ci: add cargo-blflash publish 2021-01-02 00:24:23 +08:00
spacemeowx2
c2d38374e9 feat: implement cargo-blflash 2021-01-02 00:23:52 +08:00
spacemeowx2
23742b5c98 ci: fix publish action 2021-01-01 01:55:02 +08:00
spacemeowx2
82c3310d11 chore: bump version to 0.2.2 2021-01-01 01:47:13 +08:00
spacemeowx2
405ff37827 feat: add dtb options 2021-01-01 01:34:22 +08:00
spacemeowx2
01c87972b5 feat: display sha256 in hex 2021-01-01 01:32:58 +08:00
spacemeowx2
be371f891b feat: better rom error display 2020-12-30 02:13:42 +08:00
spacemeowx2
8148445998 feat: read image before connecting (closes #2) 2020-12-30 02:13:42 +08:00
spacemeowx2
c9c5624f12 style: remove unused imports 2020-12-14 02:54:19 +08:00
spacemeowx2
0e00d1cda7 chore: bump version to 0.2.1 2020-12-14 01:35:28 +08:00
spacemeowx2
db312012fd fix: flash elf using physical address 2020-12-14 01:34:49 +08:00
Rafa Couto
c7e23256b8 Update main.rs
Help explanation is saying the opposite meaning of the flag:

    -w, --without-boot2    With boot2

Expected is:

    -w, --without-boot2    Without boot2
2020-12-13 15:50:29 +08:00
spacemeowx2
0018374ab2 feat: support flash elf 2020-12-06 11:47:54 +08:00
spacemeowx2
e6ddfd0857 fix: set serial settings 2020-12-06 10:30:01 +08:00
spacemeowx2
a373f055fc refactor: add boot_rom and eflash_loader 2020-12-06 08:53:25 +08:00
spacemeowx2
2ce058d10e refactor: command abstract 2020-12-06 08:47:38 +08:00
spacemeowx2
5d22841c13 fix: dep version 2020-12-05 23:57:46 +08:00
spacemeowx2
d29879d911 chore: bump version to 0.2.0 2020-12-05 23:51:16 +08:00
spacemeowx2
6fcae802fb ci: change cargo cache path 2020-12-05 23:47:23 +08:00
spacemeowx2
ec55a9e220 chore: bump version to 0.1.1 2020-12-05 23:35:22 +08:00
spacemeowx2
86bbb8119e refactor: try to support elf flash 2020-12-05 23:34:24 +08:00
spacemeowx2
28334c2cfb ci: fix cache key 2020-12-05 18:46:42 +08:00
spacemeowx2
67815d5582 ci: name steps 2020-12-05 18:43:19 +08:00
spacemeowx2
3dc63d2114 feat: add dump command and baudrate settings 2020-12-05 18:40:40 +08:00
spacemeowx2
b56d4215f4 style: cargo fmt 2020-12-05 00:47:46 +08:00
spacemeowx2
c8b3b6d923 docs: add README.md to crates 2020-12-05 00:35:39 +08:00
spacemeowx2
74ac2d2170 ci: add release and cache, fix typo 2020-12-05 00:35:11 +08:00
spacemeowx2
5f2205f0f0 fix: typo in Cargo.toml 2020-12-05 00:11:55 +08:00
spacemeowx2
1c2b3bc2a6 docs: add license 2020-12-05 00:09:05 +08:00
spacemeowx2
45d927f42a feat: add force option 2020-12-04 23:52:29 +08:00
spacemeowx2
f1a09b12e2 feat: flash fixed dtb 2020-12-04 23:37:40 +08:00
spacemeowx2
dad5fa6d6e refactor: use RomSegment 2020-12-04 23:18:42 +08:00
spacemeowx2
9e37a573ab docs: update README 2020-12-04 22:58:14 +08:00
spacemeowx2
bb536653ea feat: implement image generation 2020-12-04 21:56:47 +08:00