Commit Graph

538 Commits

Author SHA1 Message Date
Brian Pugh
6ee650dddf pyupgrade --py39-plus 2025-02-16 21:51:13 -05:00
Brian Pugh
e7328b0afe upgrade to cyclopts v3.9.0, drop python3.8 support. 2025-02-16 21:49:47 -05:00
Brian Pugh
9bc407cc3e remove deprecated --no-dev poetry flag v0.14.0 2025-02-15 09:31:54 -05:00
dependabot[bot]
afd713bc00 Bump littlefs-python from 0.12.0 to 0.13.2
Bumps [littlefs-python](https://github.com/jrast/littlefs-python) from 0.12.0 to 0.13.2.
- [Release notes](https://github.com/jrast/littlefs-python/releases)
- [Commits](https://github.com/jrast/littlefs-python/compare/v0.12.0...v0.13.2)

---
updated-dependencies:
- dependency-name: littlefs-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-15 09:21:33 -05:00
Brian Pugh
0fb1153d52 Merge pull request #244 from BrianPugh/update-ci
update upload-artifact to v4
2025-02-15 09:19:19 -05:00
Brian Pugh
efa5e58d19 update upload-artifact to v4 2025-02-15 09:17:43 -05:00
Brian Pugh
e693d55eff Merge pull request #241 from BrianPugh/sylverb-bootloader
flash-bootloader command for downloading/flashing SylverB's bootloader.
2025-02-15 09:11:49 -05:00
Brian Pugh
1279a67fed Add additional logging to flashing bootloader. 2025-02-15 09:09:34 -05:00
pre-commit-ci[bot]
eee23fe0b5 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.6)
2025-02-10 16:29:09 -05:00
Brian Pugh
521c6efdf1 Only allow bootloader flashing to internal flash. 2025-02-10 11:09:39 -05:00
Brian Pugh
4ab87e62ac follow redirects 2025-02-10 11:05:52 -05:00
Brian Pugh
bf7d52f474 initial commit: flash-bootloader command 2025-02-10 11:01:51 -05:00
pre-commit-ci[bot]
bc775d04fa [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-02-03 11:35:47 -05:00
pre-commit-ci[bot]
4048eead3f [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.3...v0.9.4)
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1)
- [github.com/RobertCraigie/pyright-python: v1.1.392.post0 → v1.1.393](https://github.com/RobertCraigie/pyright-python/compare/v1.1.392.post0...v1.1.393)
2025-02-03 11:35:47 -05:00
dependabot[bot]
b206c203e3 Bump gitpython from 3.1.43 to 3.1.44
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.43 to 3.1.44.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.43...3.1.44)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-01 07:37:50 -05:00
pre-commit-ci[bot]
2314ba1aea [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.2...v0.9.3)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0)
2025-01-27 12:54:19 -05:00
Nick Peng
2e9e9107cb Fix GPIO support issues in the latest system of Raspberry Pi
Signed-off-by: Nick Peng <pymumu@gmail.com>
v0.13.1
2025-01-23 10:26:56 -05:00
pre-commit-ci[bot]
4bd0fd9962 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.1...v0.9.2)
- [github.com/RobertCraigie/pyright-python: v1.1.391 → v1.1.392.post0](https://github.com/RobertCraigie/pyright-python/compare/v1.1.391...v1.1.392.post0)
2025-01-20 15:59:12 -05:00
pre-commit-ci[bot]
c2ce6a53b4 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.1)
2025-01-13 11:59:22 -05:00
Sylverb
09563a8e65 Add -utf8 parameter for monitor command to process logs as utf-8 v0.13.0 2025-01-12 10:35:53 -05:00
pre-commit-ci[bot]
b760a8d3bc [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.8.4)
- [github.com/RobertCraigie/pyright-python: v1.1.390 → v1.1.391](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391)
2025-01-02 09:06:48 -05:00
pre-commit-ci[bot]
49d983de68 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.8.3)
2024-12-16 11:32:24 -05:00
pre-commit-ci[bot]
b7515f6d3a [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.2)
- [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.390](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.390)
2024-12-09 11:46:55 -05:00
pre-commit-ci[bot]
d5fb0a340a [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.0...v0.8.1)
2024-12-02 12:44:20 -05:00
pre-commit-ci[bot]
17c14511a0 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.8.0)
2024-11-25 11:33:10 -05:00
pre-commit-ci[bot]
4ef92fd3e6 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.3...v0.7.4)
- [github.com/RobertCraigie/pyright-python: v1.1.388 → v1.1.389](https://github.com/RobertCraigie/pyright-python/compare/v1.1.388...v1.1.389)
2024-11-18 21:35:09 -05:00
pre-commit-ci[bot]
a30d5011d4 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.7.3)
- [github.com/RobertCraigie/pyright-python: v1.1.387 → v1.1.388](https://github.com/RobertCraigie/pyright-python/compare/v1.1.387...v1.1.388)
2024-11-11 13:08:34 -05:00
pre-commit-ci[bot]
d85ae06027 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.1...v0.7.2)
- [github.com/RobertCraigie/pyright-python: v1.1.386 → v1.1.387](https://github.com/RobertCraigie/pyright-python/compare/v1.1.386...v1.1.387)
2024-11-04 11:46:21 -05:00
dependabot[bot]
4e1e4627fa Bump psutil from 5.9.8 to 6.1.0
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 6.1.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.1.0)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 19:41:54 -04:00
dependabot[bot]
c7884aca19 Bump rich from 13.8.1 to 13.9.4
Bumps [rich](https://github.com/Textualize/rich) from 13.8.1 to 13.9.4.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v13.8.1...v13.9.4)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 18:04:29 -04:00
dependabot[bot]
48c6277d57 Bump tqdm from 4.66.5 to 4.66.6
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.66.6.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.66.6)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 15:14:56 -04:00
pre-commit-ci[bot]
64accc443b [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.7.1)
- [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](https://github.com/adamchainz/blacken-docs/compare/1.19.0...1.19.1)
- [github.com/RobertCraigie/pyright-python: v1.1.385 → v1.1.386](https://github.com/RobertCraigie/pyright-python/compare/v1.1.385...v1.1.386)
2024-10-28 12:36:02 -04:00
pre-commit-ci[bot]
24ee237fa3 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.0)
- [github.com/RobertCraigie/pyright-python: v1.1.384 → v1.1.385](https://github.com/RobertCraigie/pyright-python/compare/v1.1.384...v1.1.385)
2024-10-21 12:34:16 -04:00
pre-commit-ci[bot]
0af74d424b [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0)
- [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.0](https://github.com/adamchainz/blacken-docs/compare/1.18.0...1.19.0)
- [github.com/RobertCraigie/pyright-python: v1.1.383 → v1.1.384](https://github.com/RobertCraigie/pyright-python/compare/v1.1.383...v1.1.384)
2024-10-14 12:30:30 -04:00
dependabot[bot]
108d41da46 Bump pytest from 8.3.2 to 8.3.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.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/8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
v0.12.0
2024-10-10 08:51:44 -04:00
dependabot[bot]
aa9103b326 Bump rich from 13.8.0 to 13.8.1
Bumps [rich](https://github.com/Textualize/rich) from 13.8.0 to 13.8.1.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-10 08:51:24 -04:00
Brian Pugh
d0a62ab88a Merge pull request #208 from sylverb/main
Add sdpush command to push files to the SD Card of the game and watch
2024-10-10 08:50:30 -04:00
Sylverb
8801da4216 Do not disable OSPI1 IRQ for sd card as it's not needed 2024-10-10 10:46:29 +02:00
Sylverb
a058a6c148 Allow to push empty files 2024-10-10 09:15:12 +02:00
Sylverb
b64787a6a8 Add some sanity checks on path, renamed destpath parameter to dest_path 2024-10-10 08:49:41 +02:00
Sylverb
4693d02aa9 Remove unused file_path from gnwmanager_comm 2024-10-09 16:25:45 +02:00
Sylverb
7840755b0a Remove syscalls.c for implementing standard time() compatibility 2024-10-09 16:21:29 +02:00
Sylverb
db5dad320f Update readme to add sdpush command 2024-10-09 09:12:32 +02:00
Sylverb
1f1e0bf4c2 Show SD errors on the device screen 2024-10-09 07:57:10 +02:00
Brian Pugh
e29a2c0f87 Add artwork for SD text. 2024-10-08 22:51:08 +02:00
Sylverb
338191722f If uploading a file, some actions specific to flashing data shall
be ignored.
2024-10-08 17:21:53 +02:00
Sylverb
8b9677b82c Show progress for sdpush command 2024-10-08 14:26:55 +02:00
Sylverb
90ab08e1d6 Fix watchdog triggering if there is no SD Card 2024-10-08 14:09:15 +02:00
Sylverb
73b20710be Preliminar support for OSPI1 SD Card (need to fix watchdog trigger
if there is no answer on OSPI1 SD Card)
2024-10-08 13:21:20 +02:00
Sylverb
6f1ecfe815 Better code separation, add FatFs in the project, not as a submodule 2024-10-08 10:02:10 +02:00