Skip to content

Commit 3db75b7

Browse files
committed
Finish V2.0.1
2 parents d3add8b + d1c0554 commit 3db75b7

23 files changed

Lines changed: 4797 additions & 4650 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
~$*
2+
.$*

CHANGE_LOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,37 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project/module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
---
8-
## V1.3.0 - 17.02.2022
8+
## V2.0.1 - 04.08.2024
9+
10+
### Fixed
11+
- Bug in osci pre-trigger configurations due to invalid buffer indexing
12+
13+
---
14+
## V2.0.0 - 28.06.2024
15+
16+
### Notice
17+
CLI V2.0.0 is compatible with PC tool V0.4.1 or newer.
18+
19+
### Added
20+
- Added software oscilloscope functionalities
21+
- Added "intro" to basic command table
22+
- Added RTOS mutex example to template interface file
23+
24+
### Changed
25+
- Complete module implementation re-work, spliting tasks by files
26+
- Transmit buffer is being shared between parameter and main CLI sub-component
27+
- User CLI command table registration API changed, added input for number of commands
28+
- Device parameters CLI command name changed
29+
- "par_print" -> "par_info"
30+
- Live watch commands: "status" -> "watch"
31+
- In case watch config in NVM is corrupted, then it will override with default watch config
32+
33+
### Removed
34+
- Removing unused configuration switches (CLI_CFG_LEGACY_EN, CLI_CFG_MAX_NUM_OF_COMMANDS)
35+
- Removed doxygen and licence files
36+
37+
---
38+
## V1.3.0 - 17.02.2023
939

1040
### Added
1141
- Streaming configuration info

Doxygen

Lines changed: 0 additions & 2617 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)