forked from tai/cyusb-hack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df4ae29
commit de99880
Showing
3 changed files
with
103 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# project-name Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [CHANGELOG.md][CHANGELOG.md] | ||
and this project adheres to [Semantic Versioning][Semantic Versioning]. | ||
|
||
<!-- | ||
TEMPLATE | ||
## [major.minor.patch] - yyyy-mm-dd | ||
A message that notes the main changes in the update. | ||
### Added | ||
### Changed | ||
### Deprecated | ||
### Fixed | ||
### Removed | ||
### Security | ||
_______________________________________________________________________________ | ||
--> | ||
|
||
<!-- | ||
EXAMPLE | ||
## [0.2.0] - 2021-06-02 | ||
Lorem Ipsum dolor sit amet. | ||
### Added | ||
- Cat pictures hidden in the library | ||
- Added beeswax to the gears | ||
### Changed | ||
- Updated localisation files | ||
--> | ||
|
||
_______________________________________________________________________________ | ||
|
||
## [0.1.0] - 2024-02-25 | ||
|
||
Initial release. | ||
|
||
### Added | ||
|
||
- Support for I2C controller, SPI controller, and UART CDC mode via a pure Python driver. | ||
- Support for changing the VID, PID, and serial number of a device | ||
- Support for changing the type of a device | ||
- Device scanning | ||
- open_device() functiion which automatically changes the type of a device as needed | ||
|
||
[CHANGELOG.md]: https://keepachangelog.com/en/1.1.0/ | ||
[Semantic Versioning]: http://semver.org/ | ||
|
||
<!-- markdownlint-configure-file { | ||
"MD022": false, | ||
"MD024": false, | ||
"MD030": false, | ||
"MD032": false | ||
} --> | ||
<!-- | ||
MD022: Blanks around headings | ||
MD024: No duplicate headings | ||
MD030: Spaces after list markers | ||
MD032: Blanks around lists | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters