Skip to content
#

flash

Here are 598 public repositories matching this topic...

epigramx
epigramx commented Sep 28, 2019

On temperature calibration: If we change VIN, do we have to recalibrate? When it calibrates, does it assume the room has a specific temperature? If yes, which one?

On voltage calibration: Is it required? What happens if one doesn't do it? It seems to be manually set only. Do we have to 'multimeter' our VIN and input it?

vbhayden
vbhayden commented Feb 12, 2020

Morning team,

Stumbled across this effort a few weeks ago and am pretty impressed with it. Flash deprecation across the web presents a significant challenge to both public and private sectors, so it'd be great if Ruffle can help relieve some of folks' mitigation / conversion concerns.

For the Project Roadmap, is there an updated or mor

jcwren
jcwren commented Jul 11, 2018

In the code sample below, taken from the Integration page on the wiki,

  #define LOG_PAGE_SIZE       256
  
  static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2];
  static u8_t spiffs_fds[32*4];
  static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4];

could the magic numbers be clarified?

For spiffs_work_buf, this is because SPIFFS needs at least 2 pages for doing it's magic, cor

Improve this page

Add a description, image, and links to the flash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flash topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.