Olivier Goffart
08009199b9
mcu-board-support: Update dependencies
2024-08-13 23:39:13 +02:00
Olivier Goffart
176ab50c8e
Fix warning in MCU build
2024-04-24 19:54:01 +02:00
Simon Hausmann
9c614e00a7
Fix Rust build of printerdemo_mcu on the s2 kaluga kit
...
- Update compiler flags
- Update to latest HAL
- Remove floating pointer arithmetic functions that are now implemented
2023-08-11 10:26:33 +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
792a5bbd23
Janitor: Update esp32 dependencies
...
(I did compile the code for the s3 box, but did not try it as i don't
have the hardware)
2023-02-17 15:27:43 +01:00
Olivier Goffart
6889dfa5f5
Rust: Make new(), run() and show() report errors from the backend
...
Fixes #2198
2023-02-10 05:00:03 +01:00
Olivier Goffart
a19efc30db
Replace the MAX_BUFFER_AGE const generic with a runtime enum
...
Having a const generic for that didn't turn to be a good API.
Also made the C++ side more difficult
(Also renamed buffer_stride to pixel_stride)
Closes #2135
2023-02-08 14:44:01 +01: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
Olivier Goffart
9bef6f519a
Update to next version of st7789
2022-09-12 16:02:10 +02:00
Tobias Hunger
639dcaf702
api: Rename module swrenderer
to software_renderer
...
Also rename the `swrenderer` feature to `software-renderer`.
2022-09-07 10:11:11 +02:00
Olivier Goffart
7d3c47cff2
esp32: implement duration_since_start
2022-09-02 11:57:27 +02:00
Olivier Goffart
f1964e75bd
WIP: initial support of the ESP32-S2-Kaluga-1
2022-09-02 11:57:27 +02:00