You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`ESPR_BLE_PRIVATE_ADDRESS_SUPPORT` - NRF52: Enable support for using a random private BLE address, that automatically changes at a set interval. See the `privacy` option that can be passed to `NRF.setSecurity()`.
153
+
*`ESPR_FS_MKFS` - Add support for require("fs").mkfs for formatting disks
154
+
*`ESPR_FS_GETFREE` - Add support for require("fs").getFree in the filesystem library
153
155
154
156
155
157
There are some specifically that are useful for cutting a few bytes out of the build:
'DEFINES+=-DESPR_SDIO_FAST_UNALIGNED', # see sdio_diskio.c - this is a nasty hack to increase unaligned read speed
45
45
'DEFINES+=-DLCD_ORIENTATION_LANDSCAPE',
46
+
'DEFINES+=-DESPR_FS_MKFS -DESPR_FS_GETFREE',
46
47
'DEFINES+=-DUSE_AUDIO_CODEC',
47
48
'DEFINES+=-DESPR_DELAY_MULTIPLIER=28672', # don't work out what to use for jshDelayMicroseconds at boot, just hard-code it
48
49
'DEFINES+=-DESPR_RTC_INITIALISE_TICKS=30', # 168Mhz so we need to wait more ticks for the RTC to init (21->2s doesn't seem to be enough - this is nearer 3s!)
0 commit comments