891 Commits

Author SHA1 Message Date
ivmarkov
ad305a909c Clippy 2025-03-24 09:28:01 +00:00
ivmarkov
d08f558588 Clippy for all examples 2025-03-24 08:30:55 +00:00
ivmarkov
17790a01db Fix ADC build issues on earlier released ESP-IDF 5.X; fix unexpected cfgs warnings in examples 2025-03-24 08:11:27 +00:00
ivmarkov
4ff345246d Fix CI 2025-03-15 08:48:06 +00:00
lonesometraveler
80c674e0a8
Replace Arc with Rc in ledc_threads example (#514)
* Update ledc_threads.rs

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: ivmarkov <ivan.markov@gmail.com>
2025-03-13 20:35:31 +02:00
Jagoda Estera Ślązak
6c3cc56df6
feat: add DB_12 adc attenuation and deprecate DB_11 for ESP-IDF V5.0+ (#520)
* feat: add `DB_12` adc attenuation and deprecate `DB_11` for ESP-IDF V5.0+

* fix: allow usages of deprecated `DB_11` in adc.rs

* fix: in adc example, use DB_11 for ESP-IDF v4 and DB_12 for ESP-IDF v5

---------

Co-authored-by: ivmarkov <ivan.markov@gmail.com>
2025-03-13 20:27:58 +02:00
Justin Buchanan
318bb4e4fe
ledc: add support for fading leds (#519) 2025-03-13 20:26:23 +02:00
Jagoda Estera Ślązak
a38789173d
fix: update docs for task::notification::Notifier (#517) 2025-02-23 08:29:14 +02:00
Leonardo Danelutti
575d5c2e99
Send AsyncCanDriver (#516)
* AsyncCanDriver is Send

* Update CHANGELOG.md
2025-02-12 20:28:42 +02:00
ivmarkov
5c547a40dc Fix the CI on master 2025-01-30 20:02:12 +00:00
ivmarkov
338b099758 Fix the CI on master 2025-01-30 19:21:59 +00:00
ivmarkov
cb9829aa62 Fix the CI on master 2025-01-30 18:50:51 +00:00
ivmarkov
357dd2acd1 Fix the CI on master 2025-01-30 17:08:16 +00:00
ivmarkov
37d623bd12 Clippy 2025-01-30 09:06:38 +00:00
ivmarkov
518a6419a5 Update changelog 2025-01-15 19:07:05 +00:00
ivmarkov
fe7e18add9 Clippy v0.45.2 2025-01-15 18:20:43 +00:00
ivmarkov
098b77b076 Clippy 2025-01-15 18:06:58 +00:00
ivmarkov
9de95e1886 New release 2025-01-15 17:40:18 +00:00
Mark Honkoop
726aede30c
Fix ledc example (#511)
* Fix doc

* Update changelog
2025-01-15 10:40:50 +02:00
Srijan Verma
c11f078b9b
Fix #509 missing sdspi_host_get_dma_info (#510)
* Fixed sd card not initiating

* Fixed sd card not initiating
2025-01-13 11:45:39 +02:00
ivmarkov
bd32b2b6d0 Put an unreleased tag in changelog 2025-01-10 12:16:22 +00:00
ivmarkov
992c765ca4 New release v0.45.1 2025-01-10 11:40:22 +00:00
Fang-Pen Lin
3972bf35bc
Fix #507 - add missing sdmmc_host_get_dma_info for sdcard driver (#508)
* Add missing sdmmc_host_get_dma_info for sdcard driver

* Add change logs
2025-01-08 09:33:54 +02:00
lonesometraveler
8a11ef463e
Fix RGB to u32 conversion order in rmt_neopixel example (#505)
* Update rmt_neopixel.rs

* Update rmt_neopixel.rs

* Update CHANGELOG.md
2025-01-06 16:36:44 +02:00
ivmarkov
90384c66ac ncurses should hopefully no longer be necessary 2025-01-05 07:02:12 +00:00
ivmarkov
7591c77f8c New release v0.45.0 2025-01-02 13:10:30 +00:00
ivmarkov
17b1f261dc New release 2025-01-02 13:08:30 +00:00
ivmarkov
77f9c75ea7 Don't build the imac target against ESP IDF 4.4 as this is not supported 2025-01-02 08:32:49 +00:00
ivmarkov
99033bb106 Fix a typo in the match stmt 2025-01-01 20:27:35 +00:00
ivmarkov
9f65b7a6d9 Nit: move the check at the top of the file 2025-01-01 19:35:10 +00:00
ivmarkov
d6f11649ae Fix CI; remove warnings from the example 2025-01-01 19:01:57 +00:00
ivmarkov
32e85463d7 Change the default baud rate of the UART driver 2025-01-01 17:25:48 +00:00
ivmarkov
2a3d59e9cd Do not build the examples for the imac target and V4.4 as that is not supported anyway 2025-01-01 17:05:18 +00:00
ivmarkov
5c3a5f4433 Try V4.4.8 2025-01-01 17:03:05 +00:00
ivmarkov
e5e2f16df3 Enable V5.3 in CI 2025-01-01 16:44:15 +00:00
ivmarkov
519107b8e3 Enable examples CI for the imac targets; remove default-linker-libs 2025-01-01 16:25:04 +00:00
ivmarkov
99d664c349 ESP-IDF V5.4 support 2025-01-01 16:13:25 +00:00
ivmarkov
5d4d800f9a ESP-IDF V5.4 support 2025-01-01 16:01:06 +00:00
ivmarkov
8951b2fedf ESP-IDF V5.4 support 2025-01-01 15:55:12 +00:00
ivmarkov
89e2a7bd2b ESP-IDF V5.4 support 2025-01-01 15:34:58 +00:00
ivmarkov
e1543e23c8 ESP-IDF V5.4 support 2025-01-01 13:14:17 +00:00
ivmarkov
de702bee7d Compat with ESP-IDF V5.3.3+ 2025-01-01 13:01:41 +00:00
ivmarkov
310fc42179
Initial USB-serial-jtag driver (#504) 2025-01-01 13:57:56 +02:00
ivmarkov
0c912c8600
Expose the USB-serial-jtag peripheral (#503)
* add BlockingIoDriver to make stdin/out/err calls blocking

* gate sys imports

* use at least enumset 1.1.4 to make EnumSet::empty() a const fn

* add missing trait impl

* fix wrong macro usage

* fix macro

* Remove all VFS code in prep to move it to esp_idf_svc::io::vfs

---------

Co-authored-by: Frederick Vollbrecht <frederick@vollbrecht.cc>
2025-01-01 11:13:11 +02:00
ivmarkov
21b2ce626d Extend the CI against ESP-IDF master with more branches 2024-12-23 09:15:12 +00:00
ivmarkov
b8389e7045 Compat with ESP IDF master 2024-12-23 09:05:01 +00:00
ivmarkov
a2a789b0aa Compat with ESP IDF master 2024-12-23 09:03:22 +00:00
ivmarkov
7c6ef16ad4 Compat with ESP IDF master 2024-12-23 08:51:16 +00:00
ivmarkov
53f4437c8e Compat with ESP IDF master 2024-12-23 08:50:33 +00:00
ivmarkov
4829989c4f Compat with ESP IDF master 2024-12-23 08:48:17 +00:00