Brian Pugh
|
d40d1bbe6a
|
cyclopts ls
|
2023-12-01 19:00:17 -08:00 |
|
Brian Pugh
|
d0b748da1c
|
Revamp entrypoint with cyclopts; begin porting commands over, starting with info
|
2023-12-01 18:38:22 -08:00 |
|
Brian Pugh
|
ff7fb39509
|
rename app->typer_app
|
2023-11-29 18:23:36 -08:00 |
|
Brian Pugh
|
c3de0a024f
|
Add cyclopts dependency
|
2023-11-29 18:21:40 -08:00 |
|
pre-commit-ci[bot]
|
7d51f9fe08
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/RobertCraigie/pyright-python: v1.1.336 → v1.1.337](https://github.com/RobertCraigie/pyright-python/compare/v1.1.336...v1.1.337)
|
2023-11-27 09:08:29 -08:00 |
|
pre-commit-ci[bot]
|
1928d8b414
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.6)
- [github.com/RobertCraigie/pyright-python: v1.1.335 → v1.1.336](https://github.com/RobertCraigie/pyright-python/compare/v1.1.335...v1.1.336)
|
2023-11-20 08:28:18 -08:00 |
|
pre-commit-ci[bot]
|
8a8d229dc5
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.5)
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)
- [github.com/RobertCraigie/pyright-python: v1.1.334 → v1.1.335](https://github.com/RobertCraigie/pyright-python/compare/v1.1.334...v1.1.335)
|
2023-11-13 09:02:40 -08:00 |
|
dependabot[bot]
|
f006ca39b5
|
Bump line-profiler from 4.1.1 to 4.1.2
Bumps [line-profiler](https://github.com/pyutils/line_profiler) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/pyutils/line_profiler/releases)
- [Changelog](https://github.com/pyutils/line_profiler/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyutils/line_profiler/compare/v4.1.1...v4.1.2)
---
updated-dependencies:
- dependency-name: line-profiler
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-06 09:14:37 -08:00 |
|
dependabot[bot]
|
e5fc609b03
|
Bump autoregistry from 1.1.0 to 1.1.1
Bumps [autoregistry](https://github.com/BrianPugh/autoregistry) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/BrianPugh/autoregistry/releases)
- [Commits](https://github.com/BrianPugh/autoregistry/compare/v1.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: autoregistry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-06 09:13:53 -08:00 |
|
pre-commit-ci[bot]
|
41ac002463
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.4)
- [github.com/RobertCraigie/pyright-python: v1.1.333 → v1.1.334](https://github.com/RobertCraigie/pyright-python/compare/v1.1.333...v1.1.334)
|
2023-11-06 09:13:41 -08:00 |
|
Brian Pugh
|
3602c9fe49
|
fix info command when device autodetection fails
v0.3.1
|
2023-11-01 18:56:17 -07:00 |
|
Brian Pugh
|
8a0ec50af6
|
Merge pull request #64 from BrianPugh/cmd-info
Cmd info
v0.3.0
|
2023-11-01 18:53:11 -07:00 |
|
Brian Pugh
|
9f357c89a2
|
consistent raise NotImplementedError
|
2023-11-01 18:52:23 -07:00 |
|
Brian Pugh
|
9009c0ffc1
|
increase pi pico frequency
|
2023-11-01 18:48:58 -07:00 |
|
Brian Pugh
|
a25b666e37
|
info command initial commit
|
2023-11-01 17:35:38 -07:00 |
|
dependabot[bot]
|
5ba5a5d73b
|
Bump autoregistry from 1.0.3 to 1.1.0
Bumps [autoregistry](https://github.com/BrianPugh/autoregistry) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/BrianPugh/autoregistry/releases)
- [Commits](https://github.com/BrianPugh/autoregistry/compare/v1.0.3...v1.1.0)
---
updated-dependencies:
- dependency-name: autoregistry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-30 10:21:46 -07:00 |
|
dependabot[bot]
|
e8bc41213a
|
Bump pytest from 7.4.2 to 7.4.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-30 10:19:53 -07:00 |
|
pre-commit-ci[bot]
|
4911b13b12
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.1...v0.1.3)
- [github.com/psf/black: 23.10.0 → 23.10.1](https://github.com/psf/black/compare/23.10.0...23.10.1)
- [github.com/RobertCraigie/pyright-python: v1.1.332 → v1.1.333](https://github.com/RobertCraigie/pyright-python/compare/v1.1.332...v1.1.333)
|
2023-10-30 10:19:34 -07:00 |
|
Adam Minchinton
|
987619efd9
|
Move Pi GPIO openocd to last to prefer debug probe
v0.2.6
|
2023-10-29 02:17:03 -07:00 |
|
Brian Pugh
|
6eee20ed87
|
For interrupted unlocking, attempt to interpret device model from previously backed up files.
v0.2.5
|
2023-10-28 22:13:15 -07:00 |
|
Brian Pugh
|
9e221038ee
|
tweak openocd adapter speed values
|
2023-10-28 22:00:21 -07:00 |
|
Brian Pugh
|
38e20ff09a
|
fix raspberry pi gpio settings
|
2023-10-28 21:40:14 -07:00 |
|
Brian Pugh
|
9b8d57821a
|
Merge pull request #58 from BrianPugh/tutorials
Tutorials
|
2023-10-28 20:48:40 -07:00 |
|
Brian Pugh
|
b261424803
|
reduce spacing
|
2023-10-28 19:54:55 -07:00 |
|
Brian Pugh
|
9544c6a1bb
|
more filesystem clarification
|
2023-10-28 19:52:52 -07:00 |
|
Brian Pugh
|
adfaf40259
|
update monitor tutorial
|
2023-10-28 15:47:10 -07:00 |
|
Brian Pugh
|
c982a3c5c4
|
change image centering
|
2023-10-28 15:44:18 -07:00 |
|
Brian Pugh
|
a988f737a8
|
erase, filesystem, and screenshot tutorials
|
2023-10-28 15:36:28 -07:00 |
|
Brian Pugh
|
1129a37006
|
fix pushing multiple files to a new on-device directory
|
2023-10-28 15:28:48 -07:00 |
|
Brian Pugh
|
30ed27b2d8
|
cleanup some littlefserror codes
|
2023-10-28 14:37:17 -07:00 |
|
Brian Pugh
|
bb4c6653b6
|
Add q/quit options to shell
|
2023-10-28 14:16:03 -07:00 |
|
Brian Pugh
|
03e51906a6
|
Improve help strings/formatting
|
2023-10-28 14:07:59 -07:00 |
|
Brian Pugh
|
1e1245e664
|
hide mandatory location default
|
2023-10-28 13:47:13 -07:00 |
|
Brian Pugh
|
860ff6ec1e
|
flash and monitor tutorials
|
2023-10-28 13:28:29 -07:00 |
|
Brian Pugh
|
73ee239995
|
initial tutorials
|
2023-10-28 09:35:13 -07:00 |
|
Brian Pugh
|
a39d8b0713
|
fix pypi badge
|
2023-10-26 17:23:39 -07:00 |
|
Brian Pugh
|
de7d772578
|
more robust openocd launching mechanism
v0.2.4
|
2023-10-26 17:15:47 -07:00 |
|
Brian Pugh
|
9a2f2bcdc3
|
more stability
v0.2.3
|
2023-10-25 12:52:03 -07:00 |
|
Brian Pugh
|
13c04a246e
|
Don't publish on workflow_dispatch
v0.2.2
|
2023-10-25 11:35:54 -07:00 |
|
Brian Pugh
|
d254130eba
|
remove build script to make installing from source distribution easier
|
2023-10-25 11:35:54 -07:00 |
|
Brian Pugh
|
504e1033a7
|
Fix zelda unlock itcm offset from 20 -> 0x20
v0.2.1
|
2023-10-25 09:55:48 -07:00 |
|
Brian Pugh
|
1bf27252cc
|
fix README image URLs
|
2023-10-24 21:36:37 -07:00 |
|
Brian Pugh
|
ff86f18c65
|
Merge pull request #53 from BrianPugh/unlock
Unlock & Lock commands
v0.2.0
|
2023-10-24 21:29:01 -07:00 |
|
Brian Pugh
|
16e98d1c57
|
update help text in README
|
2023-10-24 21:27:05 -07:00 |
|
Brian Pugh
|
949a0d0906
|
Add lock command
|
2023-10-24 21:25:19 -07:00 |
|
Brian Pugh
|
ec669ca2e6
|
convert validate methods to classmethods
|
2023-10-24 21:14:58 -07:00 |
|
Brian Pugh
|
11b9b9a73b
|
remove unlock skip flags, skip depending on file contents
|
2023-10-24 20:58:30 -07:00 |
|
Brian Pugh
|
e7fd23b518
|
fix context_counter on gnwmanager restart
|
2023-10-24 19:59:52 -07:00 |
|
Brian Pugh
|
93d1a26387
|
mostly working unlocking
|
2023-10-24 19:54:28 -07:00 |
|
Brian Pugh
|
d841e84a3b
|
fix re-opening openocd backend
|
2023-10-24 17:28:26 -07:00 |
|