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 (Kirill Kotyagin)
- cdc port configuration #9 (Kirill Kotyagin)
- remove unneeded volatile #9 (Kirill Kotyagin)
- modifiable device config #9 (Kirill Kotyagin)
- uart command usage examples #9 (Kirill Kotyagin)
- pin configuration changed hook #9 (Kirill Kotyagin)
- uart show #9 (Kirill Kotyagin)
- uart paramters control functions implementation #9 (Kirill Kotyagin)
- update cdc pin configuration #9 (Kirill Kotyagin)
- update control line state after reconfiguration #9 (Kirill Kotyagin)
- redundant variable assignment #9 (Kirill Kotyagin)
- store config in flash #9 (Kirill Kotyagin)
- storing device configuration #9 (Kirill Kotyagin)
- store config in flash (simple implementation) #9 (Kirill Kotyagin)
- reset FLASH CR, otherwise it freezes when trying to save configuration right after flashing the MCU #9 (Kirill Kotyagin)
- add license headers #9 (Kirill Kotyagin)
- search all config pages for stored configuration #9 (Kirill Kotyagin)
- two pages configuration space #9 (Kirill Kotyagin)
- coding style #9 (Kirill Kotyagin)
- cts polarity cannot be changed, show error instead #9 (Kirill Kotyagin)
- command shell documentation #9 (Kirill Kotyagin)
- feature #9 (Kirill Kotyagin)
- [2846292]: Merge branch 'main' into r2axz-config-interface (Kirill Kotyagin) #9