Should be straightforward right, RIGHT? 😬
Should be straightforward right, RIGHT? 😬
👇
shawnhymel.com/3113/an-ode-...
#embedded #programming #Arduino
👇
shawnhymel.com/3113/an-ode-...
#embedded #programming #Arduino
👇
shawnhymel.com/3113/an-ode-...
#embedded #programming #Arduino
Most of my pain was just me being very, very bad at C.
Most of my pain was just me being very, very bad at C.
-Password spray attack targets M365 and bypasses MFA
-AI agent caught deploying ransomware in live hacks
-Webinar platform sues security firms over bad IOCs
Newsletter: news.risky.biz/risky-bullet...
Podcast: risky.biz/RBNEWS585/
-Password spray attack targets M365 and bypasses MFA
-AI agent caught deploying ransomware in live hacks
-Webinar platform sues security firms over bad IOCs
Newsletter: news.risky.biz/risky-bullet...
Podcast: risky.biz/RBNEWS585/
Kinda implied by them supporting it, though also implied it doesn't by it being previously hard-coded to 1.
Kinda implied by them supporting it, though also implied it doesn't by it being previously hard-coded to 1.
Guess which version of FatFS MicroPython uses.... 👀
Guess which version of FatFS MicroPython uses.... 👀
➡️ https://github.com/stm32duino/FatFs
FAT file system based on open-source FatFS solution.
#ArduinoLibs #ArduinoLibraries #stm32Libraries
➡️ https://github.com/stm32duino/FatFs
FAT file system based on open-source FatFS solution.
#ArduinoLibs #ArduinoLibraries #stm32Libraries
Create a new dummy "ram" disk by malloc'ing a bunch of bytes somewhere.
Glue FatFS to this by implementing ioctl, read and write
Run f_mkfs to make the filessystem
Run nftw to recurse a directory and f_mkdir + copy files
Use write function to track written bytes
Save a truncated .bin
Create a new dummy "ram" disk by malloc'ing a bunch of bytes somewhere.
Glue FatFS to this by implementing ioctl, read and write
Run f_mkfs to make the filessystem
Run nftw to recurse a directory and f_mkdir + copy files
Use write function to track written bytes
Save a truncated .bin
- Make code to access the SPI protocol through the VERA.
- Make code to get block-level access to SD cards.
- Port elm-chan.org/fsw/ff/00ind... fatfs to run on Sentinel 65X, to give us full FAT32 and ExFAT support on SD
- Make code to access the SPI protocol through the VERA.
- Make code to get block-level access to SD cards.
- Port elm-chan.org/fsw/ff/00ind... fatfs to run on Sentinel 65X, to give us full FAT32 and ExFAT support on SD
Suffice to say the writeable-only-from-a-host-PC FATFS setup on Badgeware was irritating.
Suffice to say the writeable-only-from-a-host-PC FATFS setup on Badgeware was irritating.