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
Age
Commit message (
Expand
)
Author
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-09-18
ports: Add utime.gmtime() function.
Damien George
2020-09-18
esp32/modnetwork: Re-enable PPP support for IDF-SDK >=v4.
Mirko Vogt
2020-09-18
esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.
Jim Mussared
2020-09-11
esp32/mpconfigport.h: Remove duplicate uhashlib registration.
Jim Mussared
2020-09-08
esp32: Pin MicroPython and NimBLE tasks to core 0.
Jim Mussared
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-08-31
esp32/mphalport: Fix mp_hal_time_ns offset.
Damien George
2020-08-22
py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.
Damien George
2020-07-21
esp32/network_lan: Add support for IP101 PHY.
Kenneth Ryerson
2020-07-21
esp32/esp32_rmt: Properly fix looping behaviour of RMT.
Jonathan Hogg
2020-07-21
extmod/modussl_mbedtls: Integrate shorter error strings.
Thorsten von Eicken
2020-06-19
esp32/esp32_rmt: Call rmt_driver_install before rmt_config.
Jonathan Hogg
2020-06-17
esp32/esp32_rmt: Extend RMT to support carrier feature.
Jon Rob
2020-06-10
extmod/modbluetooth: Register default GATT service and fix esp32 init.
jp-96
2020-06-09
esp32: Update IDF v4.0 supported hash to v4.0.1.
Jim Mussared
2020-06-05
esp32/mpthreadport: Fix calculation of thread stack size.
Damien George
2020-05-29
esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason.
Thorsten von Eicken
2020-05-28
esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.
cccc
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-09
esp32/modsocket: Fix getaddrinfo to raise on error.
Thorsten von Eicken
2020-05-03
esp32/partitions: Update comments in files regarding offset.
Thorsten von Eicken
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-04-27
py/stream: Remove mp_stream_errno and use system errno instead.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-23
esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.
Thorsten von Eicken
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-14
esp32: Update to ESP IDF v3.3.2.
Damien George
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-09
esp32/espneopixel: Use integer arithmetic to compute timing values.
Damien George
2020-04-09
py/objexcept: Remove optional TimeoutError exception.
Damien George
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-04
esp32: Change from FAT to littlefs v2 as default filesystem.
Damien George
2020-04-02
esp32/README.md: Fix typo in venv instructions.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-26
esp32: Enable and freeze uasyncio.
Damien George
2020-03-25
esp32/modsocket: Handle poll of a closed socket.
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-03-22
esp32/README.md: Update build instructions for newer toolchain.
Jim Mussared
2020-03-18
all: Convert exceptions to use mp_raise_XXX helpers in remaining places.
Damien George
2020-03-11
esp32: Deinitialize Bluetooth on soft reset.
Thomas Friebel
2020-03-06
extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-20
esp32: Move to IDF 4.0 release version.
Jim Mussared
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-02-13
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
[prev]
[next]