# Topics for Rust Team Meetup Brno / Summer 2023
- Scott, Juraj S., Bjoern: Talk about our talk at DevCon 23
- All: review fundamentals of git (especially rebasing)
Scott:
- probe-rs seems to be getting brought up more and more, is it time to spend some more time on it?
- Xtensa support
- [JB] plan on working on this, happy to collaborate with another team member though!
- Improving RISCV support
- Supporting flashing esp-idf based applications?
- Used in CI
- [JB] once we get Xtensa support we can use `teleprobe` for HIL!
- Will eventually require support for ESP-IDF applications too, but we can check direct boot for now
- I have everything needed to host the infra for this, so I can get something set up eventually that we can use
- Many r-e ecosystems use probe-rs exclusively
- Improving the flashing algorithms, they are slow af
Jesse:
- It may be nice to step back and take a look at the broader ecosystem
- We have plenty of separate functionality (USB, WiFi, BT, IEEE802.15.4, etc.) which often requires separate packages
- How are we doing for providing this kind of functionality?
- Are there any obvious gaps in support which we could work on improving?
- [BQ] also there will be more in the future e.g. matter-rs, OTA, provisioning (BLE and captive-portal), mbed-tls, Thread