Skip to content

Commit d434be7

Browse files
committed
2 parents 06e1880 + 55ca2fe commit d434be7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.0.2] - 2023-06-10 - PRE-RELEASE
4+
5+
### Features
6+
- Vivado project is builadble (no testbench)
7+
- Petalinux project is buildable, kernel module is working
8+
- Golang application blinks LEDs using kernel module interrupts (if there's no module, uses POLLing)
9+
- Golang application is embedded into the build (`~/blinkapp/blink.run`)
10+
11+
### Fixed
12+
- Proper gitignore for petalinux folder
13+
14+
### Changed
15+
- Golang application simplified in terms of LED blinking
16+
17+
### Removed
18+
- RWMutex for LED register, excessive for LED blinking
19+
20+
21+
322
## [0.0.1] - 2023-06-08 - PRE-RELEASE
423

524
### Features
@@ -19,4 +38,4 @@
1938
Nothing
2039

2140
### NOTE
22-
Golang application is not ready. It's builadable but not debugged.
41+
Golang application is not ready. It's builadable but not debugged.

0 commit comments

Comments
 (0)