mirror of
http://git.hugovil.com/git/emu8051.git
synced 2025-10-14 02:48:29 +08:00
emu8051 2.0.1
This commit is contained in:
29
NEWS
29
NEWS
@@ -1,3 +1,32 @@
|
||||
2014-01-14: emu8051-2.0.1 has been released
|
||||
|
||||
Convert manpage to UTF-8
|
||||
|
||||
Do not display registers at CLI version startup
|
||||
|
||||
Dont exit application in case of hexfile reading failure
|
||||
|
||||
Fix C99 standard types uintN_t
|
||||
|
||||
Fix test script to work in external build directory
|
||||
|
||||
Add support for GNU readline (adds commands history).
|
||||
|
||||
Allow hex numbers to begin with 0x or $ prefix in CLI version
|
||||
|
||||
Allow to set all SFR registers in CLI version
|
||||
|
||||
Convert CLI version input parsing to Lex/Yacc
|
||||
|
||||
Remove address parameter from RUN and TRACE CLI commands
|
||||
|
||||
Add better error checking when loading invalid hex files
|
||||
|
||||
Allow EM command to be specified without arguments
|
||||
|
||||
Add two timers (independent of internal 8051 timers)
|
||||
|
||||
See the file 'ChangeLog' for further details.
|
||||
|
||||
2014-01-14: emu8051-2.0.0 has been released
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# configure.ac -- Process this file with autoconf to produce configure
|
||||
|
||||
dnl Initialization stuff.
|
||||
AC_INIT([emu8051], [2.0.0], [hugo@hugovil.com], [emu8051],
|
||||
AC_INIT([emu8051], [2.0.1], [hugo@hugovil.com], [emu8051],
|
||||
[http://www.hugovil.com/fr/emu8051/])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_SRCDIR(src/common/cpu8051.c)
|
||||
|
Reference in New Issue
Block a user