Releases: r2axz/bluepill-serial-monster
Releases · r2axz/bluepill-serial-monster
v2.6.4
Commits
- match only version tags when determining firmware version #57 (Kirill Kotyagin)
- use const initializers #57 (Kirill Kotyagin)
Development Build
Commits
- match only version tags when determining firmware version #57 (Kirill Kotyagin)
- use const initializers #57 (Kirill Kotyagin)
v2.6.3
Commits
- fix usb_send tx_space_available check, closes #52 #53 (Kirill Kotyagin)
v2.6.2
Commits
- get device version from git tag, defaults to 0.0.0 if no tag exists #51 (Kirill Kotyagin)
- version command documentation #51 (Kirill Kotyagin)
- use closest tag for version #51 (Kirill Kotyagin)
v2.6.1
Commits
- linux terminal echo documentation #50 (Kirill Kotyagin)
v2.6.0
Commits
- the Windows RTS bug and workaround description #48 (Kirill Kotyagin)
- add missing text #48 (Kirill Kotyagin)
- FIRMWARE_ORIGIN option #49 (Kirill Kotyagin)
- FIRMWARE_ORIGIN documentation #49 (Kirill Kotyagin)
- stm32duino build steps #49 (Kirill Kotyagin)
- stm32duino dev/tag release steps #49 (Kirill Kotyagin)
- remove confusing symbols #49 (Kirill Kotyagin)
v2.5.1
Commits
- use DMA polling instead of TC/HT and USART IDLE interrupts #44 (Kirill Kotyagin)
- move cdc polling out of main to the dedicated device-level polling function #46 (Kirill Kotyagin)
- remove unneeded include file #46 (Kirill Kotyagin)
- do not sync circ buffers when configuration mode active #44 (Kirill Kotyagin)
- wrong condition for configuration port handling #44 (Kirill Kotyagin)
- interface descriptor UART names #47 (Kirill Kotyagin)
- mapping logical port names to physical ports documentation section #47 (Kirill Kotyagin)
v2.5.0
Merge pull request #41 from r2axz/r2axz-re-enumerate-on-reset Force USB re-enumeration on device reset
v2.4.2
Commits
- force USB re-enumeration on device reset #41 (Kirill Kotyagin)
- add --reset flag to the flash target, required for the newer st-flash versions #41 (Kirill Kotyagin)
v2.4.1
Commits
- replace zero-length array with empty brackets array to suppress array subscript warnings #35 (Kirill Kotyagin)
- use ep rx_size/tx_size in descriptors, use correct sizeof arg for data_eptx_x #40 (Kirill Kotyagin)
- remove .clang-format as it does not match the coding style and is not used for anything #40 (Kirill Kotyagin)