Difference: MicroSdBlocks (62 vs. 63)

Revision 632020-11-21 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 310 to 310
 Print current directory:
256 buffer: path[RET] ok.

Changed:
<
<
path 256 f_getcwd drop strlen type[RET] / ok.
>
>
path 256 f_getcwd drop strlen type[RET] 0:/ ok.
  or easier with unix like command pwd:
pwd[RET]

Changed:
<
<
/ ok.
>
>
0:/ ok.
 

Change current directory

Line: 323 to 323
 path 256 accept[RET] common[RET] ok. path swap 2dup str0term drop f_chdir .[RET] 0 ok. pwd[RET]
Changed:
<
<
/common ok.
>
>
0:/common ok.
 

path dup .str" /fsr" f_chdir .[RET] 0 ok.
pwd[RET]

Changed:
<
<
/fsr ok.
>
>
0:/fsr ok.
 
Added:
>
>
Change drive (if you have a microSD connected):
chdrv 1:[RET]
ok.
pwd[RET]
1:/ ok.
cd home[RET] 
 ok.
pwd[RET] 
1:/home ok.
0:[RET]  ok.
pwd[RET] 
0:/fsr ok.

 

Data Structures

FATFS

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback