Commit graph

25 commits

Author SHA1 Message Date
Olivier Goffart
59ac3ac599
Update MSRV to 1.85
Some checks are pending
CI / files-changed (push) Waiting to run
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / cpp_cmake (ubuntu-22.04, stable) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, 1.85) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, beta) (push) Blocked by required conditions
CI / fmt_test (push) Blocked by required conditions
CI / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, stable) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, 1.85) (push) Blocked by required conditions
CI / docs (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, nightly) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / node_test (ubuntu-22.04) (push) Blocked by required conditions
CI / node_test (windows-2022) (push) Blocked by required conditions
CI / python_test (macos-14) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (macos-13) (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (push) Blocked by required conditions
CI / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.85) (push) Blocked by required conditions
CI / wasm (push) Blocked by required conditions
CI / cpp_cmake (windows-2022, nightly) (push) Blocked by required conditions
CI / cpp_package_test (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu (pico-st7789, thumbv6m-none-eabi) (push) Blocked by required conditions
CI / mcu (pico2-st7789, thumbv8m.main-none-eabihf) (push) Blocked by required conditions
CI / updater_test (0.3.0) (push) Blocked by required conditions
2025-06-26 22:50:15 +02:00
ogoffart
9cc24ff284 Bump version number to 1.13.0 2025-06-26 13:30:43 +00:00
ogoffart
92f9f0e85d Bump version number to 1.12.1 2025-06-16 13:32:39 +00:00
ogoffart
e0099ea500 Bump version number to 1.12.0 2025-04-30 13:27:50 +00:00
Olivier Goffart
387a106850 Fix embassy build after dependency updates 2025-04-23 14:11:22 +02:00
Olivier Goffart
680df91f7f Update mcu-embassy dependencies
Most importently env_logger that depends on a deprecated atty that is
raising security issues
2025-04-23 13:28:23 +02:00
Olivier Goffart
78a3757b7f
Remormat all the toml file again to fix npm upload
Commit cd6f2e2 reformated the .toml, but the 80 char width column is
judged too small to be practical

Add a .taplo.toml file

Also do not split feature array
2025-04-09 15:06:00 +02:00
Simon Hausmann
93701162d5 Upgrade defmt to Version 1.0
0.3.100 has been published and is effectively 1.0
2025-04-07 11:55:48 +02:00
Tobias Hunger
cd6f2e2cf2 ci: Format toml files
... using taplo with default settings

I tried this with 4 spaces indentation, but the patch is almost as
big as this one, so I went with default settings instead as that
is just easier:-)
2025-04-02 11:03:41 +02:00
Simon Hausmann
cdb50aed7c Remove duplicated Cargo profile
(duplicated from workspace Cargo.toml)
2025-03-18 16:21:00 +01:00
Simon Hausmann
0b2bccddec Remove workaround for mcu-embassy example having its own workspace
Amends commit c47074e698
2025-03-18 13:34:58 +01:00
ogoffart
178cf21c2e Bump version number to 1.11.0 2025-03-18 09:48:22 +00:00
Simon Hausmann
7239d47c85 Remove leading whitespace 2025-02-28 11:54:17 +01:00
David Haig
7fe86d23e9 Change touchscreen i2c to blocking and add comments 2025-02-10 16:56:15 +01:00
autofix-ci[bot]
a34220558b [autofix.ci] apply automated fixes 2025-02-10 16:56:15 +01:00
David Haig
765e1eee13 Fix copyright ci failures 2025-02-10 16:56:15 +01:00
David Haig
08bc17511c Fixed issue with conflicting embassy-time-driver 2025-02-10 16:56:15 +01:00
David Haig
cd1acf58e1 Update readme with latest probe-rs install instructions 2025-02-10 16:56:15 +01:00
David Haig
9bf8e8d337 Further attempts with dependencies 2025-02-10 16:56:15 +01:00
David Haig
73162c2314 Fixed up dependencies 2025-02-10 16:56:15 +01:00
David Haig
08783b0ec5 Updated copyright notice and embassy dependency 2025-02-10 16:56:15 +01:00
David Haig
2943e5e359 Attempt to fix CI issue with mcu-embassy check 2025-02-10 16:56:15 +01:00
David Haig
d95fc2a18d Added mcu-embassy tests to CI 2025-02-10 16:56:15 +01:00
David Haig
f2eaa4b8ac Fixed some CI issues 2025-02-10 16:56:15 +01:00
David Haig
a541116c5f Add embassy microcontroller example demonstrating async 2025-02-10 16:56:15 +01:00