correct, its flash only,
here are the changes, @wilberforce could you please check. I have in mind a change in WIFI, but don't remember. Something around buffers or channels ?
- commented partition in partitions_espruino.csv
- shorten path to include esp_partition.h in main.c
- esp32_neopixel.c, changed ***_PERI_REG_MASK functions(deprecated) to DPORT_***_PERI_REG_MASK functions.
- added folder crypto to /make
- created file standard handling of mbedtls
- created ESP32 specific file handling of mbedtls, ESP-IDF needs new version, Espruino core works with old one
- replaced ifdef USE_CRYPTO with includes of standard or board specific from make/crypto
- make/family/ESP32MAKE sorted LDFLAGS, removed double entrys, added entrys needed for V3.1
(smartconfig_ack, newlib/platform_include, lmesh, ld_include_panic_highint_hdl)
- jswrap_crypto.c, added ESP32-defines MBEDTLS_CIPHER_MODE_xxx, there should be a better way, but I did not find
- make menuconfig
- - Serial flasher config
- - - Flash size (4 MB)
- - Partition Table
- - - Partition Table (Custom partition table CSV)
- - - (partitions_espruino.csv)
- - Compiler Options
- - - Optimization Level(Release....
- - - Assertion level (Disabled...
- - Component config
- - - Bluetooth enable
- - - - Bluedroid Enable
- - - - - Disable BT debug logs
- - - ESP32 specific
- - - - Support for external, SPI Connected Ram enable
- - - - SPI RAM Config
- - - - - Ignore PSRAM when not found enable
- - - - - Reserve this amount of bytes 16384
- - - - Also watch CPU1 tick interrup disable
- - - - Initialize Task Watchdog Timer on startup disable
- - - FreeRTOS
- - - - Halt when an SMP-untested function is called disable
- - - Log output
- - - - Default log verbosity Error
- - - - Use ANSI terminal colors disable
- - - mbedTLS
- - - - Enable hardware AES acceleration disable
- - - - Enable hardware MPI (bignum) acceleration disable
- - - Wear levelling library sector size 512
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
correct, its flash only,
here are the changes, @wilberforce could you please check. I have in mind a change in WIFI, but don't remember. Something around buffers or channels ?