Skip to content

Commit

Permalink
chg: docs updated !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed May 8, 2021
1 parent a482b27 commit 3aab0f2
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@

## v0.8.8 (2021-05-08)

### New

* New part 7 segment display with BCD-7S decoder. [lcgamboa]

### Changes

* Remote control running in one separated thread and support to show real simulation speed. [lcgamboa]

### Fix

* Error on arduino uno bootloader addr fixed. [lcgamboa]
* Memory leek of lxrad library removed. [lcgamboa]


## v0.8.7 (2021-04-22)

### New
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG_auto.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## (unreleased)

### New

* New part 7 segment display with BCD-7S decoder. [lcgamboa]

### Changes

* Remote control running in one separated thread and support to show real simulation speed. [lcgamboa]

### Fix

* Error on arduino uno bootloader addr fixed. [lcgamboa]


## v0.8.7 (2021-04-22)

### New
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "PICSimLab - Programmable IC Simulator Laboratory"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.8.7
PROJECT_NUMBER = 0.8.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### TODOs
| Filename | line # | TODO
|:------|:------:|:------
| [src/picsimlab1.cc](src/picsimlab1.cc#L424) | 424 | verify initialization errors
| [src/picsimlab1.cc](src/picsimlab1.cc#L506) | 506 | verify initialization errors
| [src/picsimlab4.cc](src/picsimlab4.cc#L630) | 630 | select the better mode for channel trigguer
| [src/boards/board_McLab2.cc](src/boards/board_McLab2.cc#L116) | 116 | jumper support
| [src/boards/board_PICGenios.cc](src/boards/board_PICGenios.cc#L68) | 68 | TEMP cooler must don't work with AQUE=0
Expand All @@ -27,12 +27,12 @@
| [src/parts/part_VCD_Dump.cc](src/parts/part_VCD_Dump.cc#L106) | 106 | add support to remote control
| [src/parts/part_VCD_Dump_an.cc](src/parts/part_VCD_Dump_an.cc#L105) | 105 | add support to remote control
| [src/parts/part_VCD_Play.cc](src/parts/part_VCD_Play.cc#L108) | 108 | add support to remote control
| [src/parts/part_dcmotor.cc](src/parts/part_dcmotor.cc#L216) | 216 | Add transfer funcion of dc motor
| [src/parts/part_dcmotor.cc](src/parts/part_dcmotor.cc#L219) | 219 | Add transfer funcion of dc motor

### FIXMEs
| Filename | line # | FIXME
|:------|:------:|:------
| [src/boards/bsim_simavr.cc](src/boards/bsim_simavr.cc#L1227) | 1227 | avr CONFIG size
| [src/devices/io_MCP23X17.cc](src/devices/io_MCP23X17.cc#L118) | 118 | only for BANK=0;
| [src/parts/part_dcmotor.cc](src/parts/part_dcmotor.cc#L275) | 275 | on slow speed output is not 90 degrees
| [src/parts/part_dcmotor.cc](src/parts/part_dcmotor.cc#L278) | 278 | on slow speed output is not 90 degrees
| [src/parts/part_encoder.cc](src/parts/part_encoder.cc#L209) | 209 | on slow speed output is not 90 degrees
6 changes: 3 additions & 3 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE=picsimlab
MAINVER=0
MINORVER=8
VERSION=0.8.7
DATE=2021_MAY_02
VERSION_STABLE=0.8.7
VERSION=0.8.8
DATE=2021_MAY_08
VERSION_STABLE=0.8.8
3 changes: 1 addition & 2 deletions picsimlab_build_all_and_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
echo -e "\033[1;32m ---------------------- update and install packages ---------------------- \033[0m"
cl sudo apt-get update
cl sudo apt-get -y upgrade
cl sudo apt-get -y install git doxygen autoconf gcc g++ make libwxgtk3.0-gtk3-dev \
cl sudo apt-get -y install git doxygen gcc g++ make libwxgtk3.0-gtk3-dev \
libelf-dev freeglut3-dev cutecom gcc-avr avr-libc libopenal-dev libncurses-dev gtkwave \
gedit cmake
cl sudo apt-get -y install linux-headers-`uname -r` dkms
Expand All @@ -36,7 +36,6 @@ echo -e "\033[1;32m ---------------------- build and install lxrad -------------
cd lxrad
git pull --no-rebase
cl ./make_deps.sh
cl autoconf
cl ./configure --prefix=/usr
cl make clean;make -j4
cl sudo make install
Expand Down

0 comments on commit 3aab0f2

Please sign in to comment.