Releases: r2axz/bluepill-serial-monster
Releases · r2axz/bluepill-serial-monster
v2.0.1
Commits
- storing configuration #12 (Kirill Kotyagin)
v2.0.0
Commits
- config mode switch pin initialization (PB5) #9 (Kirill Kotyagin)
- enter/leave config mode function prototypes #9 (Kirill Kotyagin)
- enter/leave config mode minimum implementation #9 (Kirill Kotyagin)
- cdc shell init/exit prototypes #9 (Kirill Kotyagin)
- command line buf #9 (Kirill Kotyagin)
- cdc shell write prototype #9 (Kirill Kotyagin)
- do not defer changing line state while in the configuration mode #9 (Kirill Kotyagin)
- process incoming usb data #9 (Kirill Kotyagin)
- config shell echo #9 (Kirill Kotyagin)
- add missing copyright #9 (Kirill Kotyagin)
- configuration shell banner #9 (Kirill Kotyagin)
- remove unneeded exit function #9 (Kirill Kotyagin)
- shell arrows and backspace seem to work #9 (Kirill Kotyagin)
- text insert mode #9 (Kirill Kotyagin)
- code layout improvement #9 (Kirill Kotyagin)
- ignore escape (when comes alone) #9 (Kirill Kotyagin)
- parse command line into argc/argv #9 (Kirill Kotyagin)
- shell commands #9 (Kirill Kotyagin)
- save last command in history #9 (Kirill Kotyagin)
- set command implementation #9 (Kirill Kotyagin)
- disable transmission instantly when going into the configuration mode #9 (Kirill Kotyagin)
- shell commands implementation #9 (Kirill Kotyagin)
- shell commands (uart) #9 (Kirill Kotyagin)
- shell uart command usage help #9 (Kirill Kotyagin)
- signal description #9 (Kirill Kotyagin)
- uart command #9 (Kirill Kotyagin)
- add uart command parser and stubs #9 (Kirill Kotyagin)
- cdc port configuration #9 (Kirill Kotyagin)
- gpio api #9 (Kirill Kotyagin)
- reset gpio port to analog input first, just in case... #9 (Kirill Kotyagin)
- gpio functions #9 (Kirill Kotyagin)
- use gpio constants #9 (Kirill Kotyagin)
- use more friendly names #9 (Kirill Kotyagin)
- device configuration declaration #9 (Kirill Kotyagin)
- use dev config in shell #9 (Kirill Kotyagin)
- port guards #9 (Kirill Kotyagin)
- default device configuration #9 (Kirill Kotyagin)
- function to get device configuration (returns default configuration for now) #9 (Kirill Kotyagin)
- use consistent naming #9 (Kirill Kotyagin)
- JTAG disable #9 (Kirill Kotyagin)
- remove debug helper #9 (Kirill Kotyagin)
- use gpio functions for the configuration pin #9 (Kirill Kotyagin)
- rearrange code #9 (Kirill Kotyagin)
- use gpio funcs with rts and dtr pins #9 (Kirill Kotyagin)
- use gpio functions for port configuration #9 (Kirill Kotyagin)
- enable USARTs #9 (Kirill Kotyagin)
- reduce variable scope #9 (Kirill Kotyagin)
- command help [#9](https://github.com/r2axz/blu...
v1.1.0
Commits
- composite CDC driver for Windows versions prior to 10 #11 (Kirill Kotyagin)
- documentation style edits #11 (Kirill Kotyagin)
- change provider and manufacturer to match the certificate, just in case #11 (Kirill Kotyagin)
- simplify names #11 (Kirill Kotyagin)
- device name in USB descriptor #11 (Kirill Kotyagin)
- inf file installation instructions #11 (Kirill Kotyagin)
- signed cat file #11 (Kirill Kotyagin)
- inf & cat to artifacts #11 (Kirill Kotyagin)
- inf and cat files to dev and tag releases #11 (Kirill Kotyagin)
- typo (Kirill Kotyagin)
v1.0.0
Merge pull request #8 from r2axz/r2axz-document-control-signals Add Control Signals Description