index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
esp32
/
boards
Age
Commit message (
Expand
)
Author
2021-04-15
esp32/boards: Add GENERIC_S2 board definition.
Damien George
2021-04-15
esp32: Add support for USB with CDC ACM.
Damien George
2021-04-15
esp32: Add initial support for ESP32S2 SoCs.
Damien George
2021-02-19
esp32/boards: Enable size optimisation for builds.
Damien George
2021-02-15
esp32/boards: Enable BLE on all boards.
Damien George
2021-02-15
esp32/boards: Remove old IDF v3 sdkconfig values.
Damien George
2021-02-15
esp32: Remove traditional "make" capability.
Damien George
2021-02-15
esp32: Add support to build using IDF with cmake.
Damien George
2020-09-18
esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.
Jim Mussared
2020-09-08
esp32: Pin MicroPython and NimBLE tasks to core 0.
Jim Mussared
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-03-26
esp32: Enable and freeze uasyncio.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-15
esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).
Jim Mussared
2019-12-20
extmod/webrepl: Move webrepl scripts to common place and use manifest.
Jim Mussared
2019-12-19
esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.
Seon Rozenblum
2019-12-05
esp32/boards: Enable ULP in base sdk configuration.
Andrew Leech
2019-11-11
esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.
Jim Mussared
2019-10-21
esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz.
Jim Mussared
2019-10-21
tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
Jim Mussared
2019-10-18
esp32/boards: Split out CPU frequency config, make 160MHz the default.
Josh Lloyd
2019-10-15
esp32: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
esp32: Run NimBLE on the app core.
Jim Mussared
2019-10-15
extmod/modbluetooth: Increase maximum connections from 1 to 4.
Jim Mussared
2019-10-11
esp32: Add 4.x version of IDLE WDT config.
Jim Mussared
2019-10-08
esp32: Implement BLE using Nimble from IDF 4.x.
Jim Mussared
2019-09-17
esp32: Support building with ESP IDF 4.0-beta1.
Jim Mussared
2019-09-10
esp32: Add support for ESP32-D2WD with 2MiB internal flash.
Alex Albino
2019-09-10
esp32/boards/TINYPICO: Switch to use QIO and 80MHz for SPI interface.
Damien George
2019-08-16
esp32: Add per-board configs, following other ports.
Jim Mussared
2019-04-05
esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.
Damien George
2019-03-27
esp32/boards: Enable dual core support by default.
Damien George
2019-02-07
esp32/modmachine: Add support for changing the CPU frequency.
Damien George
2019-02-06
esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap.
Damien George
2019-01-28
esp32/boards: Use auto xtal freq config instead of default 40MHz.
Damien George
2019-01-28
esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure.
Damien George