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
/
esp8266
Age
Commit message (
Expand
)
Author
2021-02-09
esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC.
Damien George
2021-02-05
py/gc: Change include of stdint.h to stddef.h.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2021-02-04
py/gc: Don't include mpconfig.h and misc.h in gc.h.
Xiang Xiao
2021-01-30
esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor.
Christopher Tse
2020-11-18
esp32,esp8266: Remove "FAT" from warning message in inisetup.py.
robert
2020-10-29
esp8266/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
ports: Add SoftI2C and SoftSPI to machine module where appropriate.
Damien George
2020-10-01
extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
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
esp8266: Remove release-specific manifest, disable osdebug by default.
Damien George
2020-08-22
py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.
Damien George
2020-05-27
esp8266/esppwm: Fix PWM glitch when setting duty on different channel.
Olivier Ortigues
2020-05-14
esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.
Rafael Römhild
2020-05-08
esp8266/uart: Move a few functions from iRAM to iROM.
Damien George
2020-05-08
esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.
Damien George
2020-05-08
esp8266/boards: Move py/pairheap.c code from iRAM to iROM.
Damien George
2020-05-08
esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.
Damien George
2020-04-30
esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION.
Damien George
2020-04-30
esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.
Damien George
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
all: Remove commented-out include statements.
stijn
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
esp8266/makeimg.py: Print out info about RAM segments when building fw.
Damien George
2020-04-04
esp8266: Change from FAT to littlefs v2 as default filesystem.
Damien George
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-26
esp8266: Enable and freeze uasyncio.
Damien George
2020-03-25
ports: Add lib/libm/roundf.c to bare-metal Makefile's.
Zoltán Vörös
2020-03-25
esp8266/modnetwork: Add support for wlan.ifconfig('dhcp').
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-03-22
esp8266/README.md: Add docker build instructions.
Jim Mussared
2020-03-20
esp8266/modmachine: Implement machine.soft_reset().
Damien George
2020-03-10
esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler.
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-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-02-07
esp8266: Put mp_keyboard_interrupt in IRAM.
Damien George
2020-02-07
py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Damien George
2020-01-31
esp8266/modules/ntptime.py: Add comment about configuring NTP host.
Damien George
2020-01-14
esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.
JensDiemer
2019-12-27
ports: Allow overriding CROSS_COMPILE in a custom makefile.
David Lechner
2019-12-20
extmod/webrepl: Move webrepl scripts to common place and use manifest.
Jim Mussared
2019-12-12
py/persistentcode: Add ability to relocate loaded native code.
Damien George
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
[next]