sslupsky

Results 213 comments of sslupsky

> You may want to increase `--block_size=512` to 4k, 32k, or even bigger, depending on your requirements. > > On mount or any traversal, **read size** * **block count** is...

@Protonerd I think you will find the following link useful. Adafruit has added littlefs to its core library for the nRF52, which I understand from your post on the Arduino...

> Incidentally, littleFS is good for "growing" logs, where you just append entries; can be rather slow if implementing a circular log. You mention it is good for growing logs....

I programmed a simple sketch using vscode-arduino and it programmed and ran. For anyone else coming across this problem, it seems you just simply change the paths in the scripts...

I had a quick look at the datasheet and these parts are NAND flash. Does this library support NAND flash devices?

The exception says it crashed while probing AP#2. The numbering in the dump suggests they start at 0 so AP#2 would be the third port? The info dump lists AP#0...

@ipatch I launched the app bundle. I downloaded the latest nightly (weekly?) build of 0.20 earlier today (28765)

My previous install of 0.20 (build 27078) works fine.

I do not see that error. I get the same error message when I build with or without the symlink. The output shows the path with the space in it....

> West finds the topdir by starting at os.getcwd(). Other things like Path('.').resolve() and os.path.abspath('.') will similarly return the physical path. We could potentially try looking in os.environ['PWD'] but I...