Older
-
-
r32
(Makefile:
1. Added simple makefile for compiling ANTsh for d...) committed by p.voslak
- Makefile:
1. Added simple makefile for compiling ANTsh for debug.
Makefile:
1. Added simple makefile for compiling ANTsh for debug.
-
r31
(Implemented: ls, cd, mkdir, mount) committed by p.voslak
- Implemented: ls, cd, mkdir, mount
Implemented: ls, cd, mkdir, mount
-
r30
(antsh.c:
1. implemented 'mkdir'
2. bug fix - an input buffer...) committed by p.voslak
- antsh.c:
1. implemented 'mkdir'
2. bug fix - an input buffer size was checked for outgoing data boundary
antsh.c:
1. implemented 'mkdir'
2. bug fix - an input buffer size was checked for outgoing data boundary
-
r29
(Implemented 'mkdir' command - for now only works in debug mo...) committed by p.voslak
- Implemented 'mkdir' command - for now only works in debug mode.
Implemented 'mkdir' command - for now only works in debug mode.
-
-
r28
(Initial release of ANTsh: mount, cd and ls command implement...) committed by p.voslak
- Initial release of ANTsh: mount, cd and ls command implemented for non RTOS usage
Initial release of ANTsh: mount, cd and ls command implemented for non RTOS usage
-
r27
(Bug fix in antsh.c: f_chdrive() added after mounting a drive...) committed by p.voslak
- Bug fix in antsh.c: f_chdrive() added after mounting a drive.
Debug files updated - f_chdrive().
Bug fix in antsh.c: f_chdrive() added after mounting a drive.
Debug files updated - f_chdrive().
-
r26
(FatFs include added.
) committed by p.voslak
- FatFs include added.
-
r25
(Input processing fix: string copy stopped after 0x00 is foun...) committed by p.voslak
- Input processing fix: string copy stopped after 0x00 is found.
Conditional build for debug added.
bool_t changed.y
Input processing fix: string copy stopped after 0x00 is found.
Conditional build for debug added.
bool_t changed.y
-
-
r24
('cd' command implemented. _FS_RPATH_ == 1 in FatFs is assume...) committed by p.voslak
- 'cd' command implemented. _FS_RPATH_ == 1 in FatFs is assumed.
'cd' command implemented. _FS_RPATH_ == 1 in FatFs is assumed.
-
-
-
r23
(f_mount() added to debug_api files. This is used with a new ...) committed by p.voslak
- f_mount() added to debug_api files. This is used with a new command
'mount'. Currently 'mount' exptects only drive number 0-9 and mounts it
at '/' localization.
f_mount() added to debug_api files. This is used with a new command
'mount'. Currently 'mount' exptects only drive number 0-9 and mounts it
at '/' localization.
-
ANTshell
(ANT shell commands) Wiki page edited by p.voslak
- Revision r22 Edited wiki page through web user interface.
Revision r22 Edited wiki page through web user interface.
-
ANTshell
(ANT shell commands) Wiki page edited by p.voslak
- Revision r21 Edited wiki page through web user interface.
Revision r21 Edited wiki page through web user interface.
-
ANTshell
(ANT shell commands) Wiki page added by p.voslak
- Revision r20 Created wiki page through web user interface.
Revision r20 Created wiki page through web user interface.
-
issue 1
('lsx' fixed) changed by p.voslak
-
Summary:
'lsx' fixed
Status:
Fixed
Summary:
'lsx' fixed
Status:
Fixed
-
r19
('ls' command fixed, and fully implemented for listing curren...) committed by p.voslak
- 'ls' command fixed, and fully implemented for listing current folder.
Examples:
ls - ok
ls - ok
lsx - invalid command
xls - invalid command
xlsx - invalid command
ls -a - ok
ls -z - ok
ls x - invalid switch
ls -9 - invalid option
Also few code optimizations and added comments.y
'ls' command fixed, and fully implemented for listing current folder.
Examples:
ls - ok
ls - ok
lsx - invalid command
xls - invalid command
xlsx - invalid command
ls -a - ok
ls -z - ok
ls x - invalid switch
ls -9 - invalid option
Also few code optimizations and added comments.y
-
-
r18
(str_xstr() added which works like strstr() but allowes for e...) committed by p.voslak
- str_xstr() added which works like strstr() but allowes for extra
character argument. This character if different than 0, specifies only
allowed character before searched string.
For example call (str, str2, ' ') allowes for extra spaces before 'str2'
in str:
kkkls - fails
ls - is ok
jlsj - fails
str_xstr() added which works like strstr() but allowes for extra
character argument. This character if different than 0, specifies only
allowed character before searched string.
For example call (str, str2, ' ') allowes for extra spaces before 'str2'
in str:
kkkls - fails
ls - is ok
jlsj - fails
-
r17
(ls command optimized, bug fixes in shell_buff_prnt().
) committed by p.voslak
- ls command optimized, bug fixes in shell_buff_prnt().
ls command optimized, bug fixes in shell_buff_prnt().
-
r16
(Boolean type modified from 'true' 'false' to 'TRUE' 'FALSE'....) committed by p.voslak
- Boolean type modified from 'true' 'false' to 'TRUE' 'FALSE'.
Extra space in shell buffer added for verbose shell messages.
Boolean type modified from 'true' 'false' to 'TRUE' 'FALSE'.
Extra space in shell buffer added for verbose shell messages.
-
r15
(Updates to 'ls' and 'cd' commands. Bug fixes in debug_api.c....) committed by p.voslak
- Updates to 'ls' and 'cd' commands. Bug fixes in debug_api.c.
Added constant shell warnings and shell_buff_prnt() api.
Updates to 'ls' and 'cd' commands. Bug fixes in debug_api.c.
Added constant shell warnings and shell_buff_prnt() api.
-
r14
([No log message]) committed by p.voslak
- [No log message]
-
r13
(Initial debug api import) committed by p.voslak
- Initial debug api import
-
r12
(Initial debug api import) committed by p.voslak
- Initial debug api import
-
r11
(Path printout added.
) committed by p.voslak
- Path printout added.
-
r10
([No log message]) committed by p.voslak
- [No log message]
-
r9
(date modification in antsh.c) committed by p.voslak
- date modification in antsh.c
date modification in antsh.c
-
r8
(Updated antsh.c layout) committed by p.voslak
- Updated antsh.c layout
-
r7
(Initial import) committed by p.voslak
- Initial import
-
r6
(Initial import) committed by p.voslak
- Initial import
-
r5
(Initial import) committed by p.voslak
- Initial import
-
r4
(Initial import) committed by p.voslak
- Initial import
-
r3
(Initial import) committed by p.voslak
- Initial import
-
r2
(Initial import) committed by p.voslak
- Initial import
-
Project antsh
created by p.voslak
- ANT shell for embedded systems.
ANT shell for embedded systems.
|