File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
22
## [ 0.0.1] - 2023-06-08 - PRE-RELEASE
4
23
5
24
### Features
19
38
Nothing
20
39
21
40
### 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.
You can’t perform that action at this time.
0 commit comments