My favorites | Sign in
Project Home Wiki Issues Source
Details: Show all Hide all

Older

  • Dec 28, 2010
    issue 4 (add touch) reported by p.voslak   -   add 'touch' command to create a file. Format: touch newfile.txt
    add 'touch' command to create a file. Format: touch newfile.txt
  • May 09, 2010
    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.
  • May 09, 2010
    r31 (Implemented: ls, cd, mkdir, mount) committed by p.voslak   -   Implemented: ls, cd, mkdir, mount
    Implemented: ls, cd, mkdir, mount
  • May 09, 2010
    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
  • Mar 15, 2010
    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.
  • Feb 19, 2010
    issue 3 (shell working as a rtos not implemented) reported by p.voslak   -   Shell working as a rtos not implemented. This has to be added to reduce stack usage on systems with RTOS.
    Shell working as a rtos not implemented. This has to be added to reduce stack usage on systems with RTOS.
  • Feb 19, 2010
    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
  • Feb 19, 2010
    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().
  • Feb 16, 2010
    r26 (FatFs include added. ) committed by p.voslak   -   FatFs include added.
    FatFs include added.
  • Feb 16, 2010
    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
  • Feb 16, 2010
    issue 2 (cd command does not work) Status changed by p.voslak   -   fixed
    Status: Fixed
    fixed
    Status: Fixed
  • Feb 15, 2010
    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.
  • Feb 15, 2010
    issue 1 ('lsx' fixed) Status changed by p.voslak   -   ver
    Status: Verified
    ver
    Status: Verified
  • Feb 15, 2010
    issue 2 (cd command does not work) reported by p.voslak   -   What steps will reproduce the problem? 1. type 'cd /home' and patch is displayed but no calalogue change occures.
    What steps will reproduce the problem? 1. type 'cd /home' and patch is displayed but no calalogue change occures.
  • Feb 14, 2010
    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.
  • Feb 13, 2010
    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.
  • Feb 13, 2010
    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.
  • Feb 13, 2010
    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.
  • Feb 13, 2010
    issue 1 ('lsx' fixed) changed by p.voslak   -   Bug fixed. lsx Invalid command ls x Invalid switch
    Summary: 'lsx' fixed
    Status: Fixed
    Bug fixed. lsx Invalid command ls x Invalid switch
    Summary: 'lsx' fixed
    Status: Fixed
  • Feb 13, 2010
    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
  • Feb 12, 2010
    issue 1 ('ls' with extra character after fails.) reported by p.voslak   -   What steps will reproduce the problem? 1. type lsx What is the expected output? What do you see instead? I would expect invalid command, but seen: Invalid switchFile4.wav Buffer full
    What steps will reproduce the problem? 1. type lsx What is the expected output? What do you see instead? I would expect invalid command, but seen: Invalid switchFile4.wav Buffer full
  • Feb 12, 2010
    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
  • Feb 12, 2010
    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().
  • Feb 08, 2010
    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.
  • Feb 04, 2010
    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.
  • Feb 04, 2010
    r14 ([No log message]) committed by p.voslak   -   [No log message]
    [No log message]
  • Feb 04, 2010
    r13 (Initial debug api import) committed by p.voslak   -   Initial debug api import
    Initial debug api import
  • Feb 04, 2010
    r12 (Initial debug api import) committed by p.voslak   -   Initial debug api import
    Initial debug api import
  • Feb 02, 2010
    r11 (Path printout added. ) committed by p.voslak   -   Path printout added.
    Path printout added.
  • Feb 02, 2010
    r10 ([No log message]) committed by p.voslak   -   [No log message]
    [No log message]
  • Jan 27, 2010
    r9 (date modification in antsh.c) committed by p.voslak   -   date modification in antsh.c
    date modification in antsh.c
  • Jan 27, 2010
    r8 (Updated antsh.c layout) committed by p.voslak   -   Updated antsh.c layout
    Updated antsh.c layout
  • Jan 27, 2010
    r7 (Initial import) committed by p.voslak   -   Initial import
    Initial import
  • Jan 27, 2010
    r6 (Initial import) committed by p.voslak   -   Initial import
    Initial import
  • Jan 27, 2010
    r5 (Initial import) committed by p.voslak   -   Initial import
    Initial import
  • Jan 27, 2010
    r4 (Initial import) committed by p.voslak   -   Initial import
    Initial import
  • Jan 27, 2010
    r3 (Initial import) committed by p.voslak   -   Initial import
    Initial import
  • Jan 26, 2010
    r2 (Initial import) committed by p.voslak   -   Initial import
    Initial import
  • Jan 26, 2010
    Project antsh created by p.voslak   -   ANT shell for embedded systems.
    ANT shell for embedded systems.
 
Powered by Google Project Hosting