Commit a784a363 authored by lcgamboa's avatar lcgamboa

chg: changelog updated !minor

parent 6952ea3e
## v0.8.6 (2021-01-25)
### New
* Part DC Motor added. [lcgamboa]
* Part encoder (rotary) added. [lcgamboa]
* Support to configure remote control port number in configuration window. [lcgamboa]
* Push buttons and potentiometer animation implemented. [lcgamboa]
* New part rotary potentiometer. [lcgamboa]
* Support to active parts with low input signal for LEDs, RGB LED, Buzzer and 7 segments display. [lcgamboa]
* Support to save board potentiometers position. [lcgamboa]
* Initial support to TCP remote control interface. [lcgamboa]
* Initial support to touch controller xpt2046. [lcgamboa]
* Support to read in ili9340 8 bit interface added. [lcgamboa]
* Support to set offset in Signal Generator added. [lcgamboa]
* Support to qemu_stm32 analog channels added. [lcgamboa]
* Support to ili9341 8 bit parallel mode added. [lcgamboa]
### Fix
* Correct state of uart txpin on reset fixed. [lcgamboa]
* Serial bitbang tx bug fixed. [lcgamboa]
## v0.8.5 (2020-11-28) ## v0.8.5 (2020-11-28)
### New ### New
......
...@@ -46,6 +46,7 @@ cl sudo ./dkms-install.sh ...@@ -46,6 +46,7 @@ cl sudo ./dkms-install.sh
#cl make clean;make -j4 #cl make clean;make -j4
#cl sudo make install #cl sudo make install
sudo usermod -a -G dialout `whoami` sudo usermod -a -G dialout `whoami`
cl sudo modprobe tty0tty
cd ../../ cd ../../
echo -e "\033[1;32m ---------------------- build and install simavr ------------------------- \033[0m" echo -e "\033[1;32m ---------------------- build and install simavr ------------------------- \033[0m"
cd simavr cd simavr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment