esp-rs/esp-generate repo issues and pull requests
Fix RTT without defmt #183 [bugadani]
rtt_init by default initializes 0 channels, which causes probe-rs to crash currently, and isn't useful besides.
Add trouble #179 [jamessizeland]
Here's a first pass at adding a trouble example to the esp-generate template. Very nice work on that templating...
Clean up #184 [bugadani]
Test each option for each base template, fix build errors, pin esp-hal #186 [bugadani] skip-changelog
Closes #185
Add esp-idf-bootloader support #165 [MabezDev]
We will need to start generating projects with the new esp-idf app desc macro here, once the new espflash release is out.
Add esp-bootloader-esp-idf support #166 [JurajSadel]
closes #165
bjoernQ: just out of curiosity: why do we use log as log-04 in a (mostly) binary crate?
bjoernQ: this should fix #185 - maybe the expect is a little bit nicer than a plain unwrap?
bjoernQ: LGTM - Thanks! Before publishing we probably want to run a full check
bjoernQ: Not exactly needed but we can update this: esp-generate/Cargo.toml ...
bugadani: LGTM, but you should probably add at least the esp-hal update to the changelog
bjoernQ: I think rtt_target::rtt_init_print!(); isn't emitted if the user doesn't use panic-rtt-target...
bjoernQ: Thanks