Marc Fischer
Marc Fischer
Is it realistic that there will be progress here?
This would be a good attempt for me to test bit twiddling.
Can I jump in here and ask some general questions about ASTs in Rust and pest? From my point of view, there are two important questions about generating an AST...
@TheVeryDarkness The problem with a rule like this `row = { (item ~ comma)* ~ item }` can be solved with the tagging feature invented with pest v2.6.0. So you...
@GoetzGoerisch The PR eclipse/paho.mqtt.c#1451 was approved. Now waiting for merge. Afterwards, we can go for the cpp version.
Hi Robert, Perfect. That will do. Sure, we can send you a copy. Marc
Hi Robert, nice, I didn't see the branch. This rework looks quite nice. In fact, this would solve the problem I described with #11 `ec_open()`, and something like a `pooltype_t`...
I haven't had time to test #30 yet, but the SD card is a SanDisk Ultra microSD 64GB A1 class 10. I formatted the card on Windows with a FAT32...
Hi, sorry for coming back so late. Wow, thanks for working on this. I have published my minimal example [here](https://github.com/marcfir/fatfs_minimal_esp32s3). This already includes #30 from yesterday, but with no effect....
I updated my [example ](https://github.com/marcfir/fatfs_minimal_esp32s3) to esp_hal 0.22 but it still does not work. How did you get it working in your project?