Skip to content

Commit

Permalink
Merge pull request #39 from toppers/RC-v1.0.2
Browse files Browse the repository at this point in the history
release candidate v1.0.2
  • Loading branch information
mitsut committed Aug 13, 2022
2 parents a2a688b + f30a1df commit 8800818
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
PACKAGE athrill-target-v850e2m
VERSION 1.0.1
VERSION 1.0.2

CMakeLists.txt
E_PACKAGE
E_PACKAGE.darwin
LICENSE.md
MANIFEST
README.md
Expand Down Expand Up @@ -38,14 +41,14 @@ src/cpu/cpu_dec/op_parse.c
src/cpu/cpu_dec/op_parse.h
src/cpu/cpu_dec/op_parse_private.c
src/cpu/cpu_dec/op_parse_private.h
src/cpu/cpu_exec/op_exec.c
src/cpu/cpu_exec/op_exec.h
src/cpu/cpu_exec/op_exec_arithm.c
src/cpu/cpu_exec/op_exec_bit.c
src/cpu/cpu_exec/op_exec_branch.c
src/cpu/cpu_exec/op_exec.c
src/cpu/cpu_exec/op_exec_dbg.c
src/cpu/cpu_exec/op_exec_div.c
src/cpu/cpu_exec/op_exec_fpu.c
src/cpu/cpu_exec/op_exec.h
src/cpu/cpu_exec/op_exec_load.c
src/cpu/cpu_exec/op_exec_logic.c
src/cpu/cpu_exec/op_exec_ops.h
Expand All @@ -63,12 +66,12 @@ src/device/intc/intc.h
src/device/peripheral/can/can.c
src/device/peripheral/inc/can.h
src/device/peripheral/inc/serial.h
src/device/peripheral/inc/timer32.h
src/device/peripheral/inc/timer.h
src/device/peripheral/inc/timer32.h
src/device/peripheral/inc/vdev.h
src/device/peripheral/serial/serial.c
src/device/peripheral/timer/timer32.c
src/device/peripheral/timer/timer.c
src/device/peripheral/timer/timer32.c
src/device/peripheral/vdev/vdev.c
src/device/peripheral/vdev/vdev_mmap.c
src/device/peripheral/vdev/vdev_private.h
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/target_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Y: function
* Z: bug fix, small changes
*/
#define ATHRILL_TARGET_VERSION "1.0.1"
#define ATHRILL_TARGET_VERSION "1.0.2"


#define CPU_GREG_NUM (32U)
Expand Down

0 comments on commit 8800818

Please sign in to comment.