- msc: ensure MD5 check is enabled (Jaroslav Burian - bac9aa6)
- serial_handler: Add RX pull up to avoid floating pin (Jaroslav Burian - 5580383)
- debug: use correct pins for TDO and TDI (Jaroslav Burian - 0f04472)
- msc: flash only real payload when UF2_FLAG_MD5_PRESENT flag is set (Jaroslav Burian - 8eae57a)
- debug: missing driver for Windows (Jaroslav Burian - b56915c)
- Separate pins and other Kconfig options into components (Jaroslav Burian - 83dd070)
- Add activity callbacks to debug_probe and serial_handler components (Jaroslav Burian - 10c22e3)
- Move debug specific code into debug_probe component (Jaroslav Burian - c17f235)
- Separate debug interface into separate component (Jaroslav Burian - 28eee02)
- Separate serial communication into components (Jaroslav Burian - af83608)
- uf2: Add UF2 IDs for C5, C61, H21, and H4 (Radim Karniš - 3db3d07)
- tinyusb: fix zero-length packet handling (Jaroslav Burian - 974fb04)
- msc: Fix flashing when blocks are not in numerical order (Jaroslav Burian - 382530e)