Minkyu Lee

Results 18 issues of Minkyu Lee

Hello, I want to use a filesystem (FATFS) in flash memory and run automatically `index.js` on boot. But I need to copy the entire content of the file to memory...

## Registering device drivers ```js // character devices global.__chrdev['stdin'] = ... (object) global.__chrdev['stdout'] = ... (object) // block devices global.__blkdev['fs'] = ... (object) global.__blkdev['storage'] = ... (object) // network devices...

Non-blocking IO https://makerj.tistory.com/311

feature

Instead of wiring some pin to GND. What about to put a flag (1 bytes) somewhere in flash memory? The flash can be written or read by REPL command as...

idea