Simon Hausmann
00c89626df
Introduce a prelude to mcu-board-support to make esp-hal available when the entry point comes from esp_hal::main
...
esp_hal::main's code requires the availability of `esp_hal` as import.
2025-04-15 11:32:27 +02:00
autofix-ci[bot]
bfefe72348
[autofix.ci] apply automated fixes
2025-04-15 11:32:27 +02:00
Juraj Michálek
d85f27ea9c
muc-board-support: esp32-s3-box-3 resolve entry point
2025-04-15 11:32:27 +02:00
Juraj Michálek
a73b5668ba
esp32-s3-box clean up
2025-04-15 11:32:27 +02:00
Juraj Michálek
48172c995b
add esp32-s3-box-3 with gt911 touch
2025-04-15 11:32:27 +02:00
Juraj Michálek
fafde05338
initial migration to esp-hal-1.0.0
2025-04-15 11:32:27 +02:00
Simon Hausmann
ce2cd01383
Separate the stm32 independent part of the slint::platform::Platform impl from stm32 specific bits
...
... by moving them into an embassy backend to be shared in the future
with other board support packages.
2025-03-20 13:51:47 +01:00
Simon Hausmann
c47074e698
Initial support for the stm32u5g9j-dk2
2025-03-18 13:02:01 +01:00
Simon Hausmann
2ac9e7cc47
Comment out support for the ESP32 S3 Box for use with Rust
...
We're going to revive this with support for the S3-Box-3 next.
2025-03-18 13:02:01 +01:00
Simon Hausmann
e823acaa48
Remove support for the ESP32 S2 Kaluga board
2025-03-18 13:02:01 +01:00
Borys Boiko
8bbaedbbf3
MCU board support for Raspberry Pi Pico 2
2024-11-26 15:09:58 +01:00
Olivier Goffart
e9e987a736
Fix warnings: there is no "std" feature in that crate
2024-07-02 13:34:11 +02:00
Olivier Goffart
11dea135f7
Domain: slint-ui.com -> slint.dev
2023-06-16 10:55:08 +02:00
Aurindam Jana
e4338300de
Change license for examples to MIT ( #2887 )
2023-06-15 11:23:17 +02:00
Olivier Goffart
9fdfa840b8
MCU: Remove the alloc_error_handler
feature
...
`default_alloc_error_handler` is being stabilized in Rust 1.68, so current
nightly don't need any unstable features anymore
2023-02-02 17:23:42 +01:00
Simon Hausmann
9c7cb54b34
mcu: Add support for the ESP32-S3 box
...
This is a work-in-progress.
Similar to the S2 Kaluga board, this provides the basic support for
showing pixels on the screen of the S3 Box. There is no support for
touch input yet, or any of the button peripherals. There is also a bug
somewhere that causes the printerdemo_mcu to raise an uncaught
exception. Only a content-reduced version of the printer demo shows on
the screen.
2022-11-21 15:29:49 +01:00
Olivier Goffart
f1964e75bd
WIP: initial support of the ESP32-S2-Kaluga-1
2022-09-02 11:57:27 +02:00
Simon Hausmann
d90b503a1c
Move the mcu backend to become a board support helper crate for examples
2022-08-25 12:54:52 +02:00