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
Age
Commit message (
Expand
)
Author
2019-09-18
py/persistentcode: Enable persistent code saving for Windows ports.
stijn
2019-09-18
windows/msvc: Change the way sources are listed.
stijn
2019-09-18
windows/msvc: Enable overriding directories used in the build.
stijn
2019-09-18
windows/msvc: Move build options from .vcxproj to .props files.
stijn
2019-09-18
windows/msvc: Remove unneeded definitions for qstr generation.
stijn
2019-09-18
esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM.
Jim Mussared
2019-09-17
stm32/modusocket: Fix NULL deref when accept() an unbound socket.
iabdalkader
2019-09-17
esp32: Add check to Makefile that the toolchain is in PATH.
Jim Mussared
2019-09-17
esp32: Add check to Makefile for pyparsing version.
Jim Mussared
2019-09-17
travis: Add ESP32 build with IDF v4.
Jim Mussared
2019-09-17
esp32: Support building with ESP IDF 4.0-beta1.
Jim Mussared
2019-09-17
bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size.
Damien George
2019-09-17
nrf/boards: Add board definition for uBlox Nina B1 series BLE modules.
roland van straten
2019-09-12
stm32/machine_adc: Fix build for F4 and L4 MCUs that only have ADC1.
Damien George
2019-09-12
esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS.
Damien George
2019-09-12
py/mkrules.mk: Add QSTR_GLOBAL_REQUIREMENTS variable for qstr auto-gen.
Damien George
2019-09-12
stm32/lwip_inc: Enable LWIP_NETIF_EXT_STATUS_CALLBACK for mDNS.
Damien George
2019-09-12
stm32/lwip_inc: Allocate additional MEMP_SYS_TIMEOUT when mDNS enabled.
Damien George
2019-09-11
docs/library/pyb.rst: Update pyb.usb_mode() to mention VCP+MSC+HID.
Damien George
2019-09-11
stm32/usb: Verify number of used endpoints doesn't exceed maximum.
Damien George
2019-09-11
stm32/usb: Add support for VCP+MSC+HID mode, incl 2xVCP and 3xVCP.
Damien George
2019-09-11
stm32/board/NUCLEO_F746ZG: Enable Ethernet periph, lwip and ussl.
cristian
2019-09-10
stm32/boards/STM32F769DISC: Fix number of SDRAM row bits.
Jim Mussared
2019-09-10
esp32/modules/inisetup.py: Use bdev.ioctl instead of bdev.SEC_SIZE.
Damien George
2019-09-10
esp32: Add support for ESP32-D2WD with 2MiB internal flash.
Alex Albino
2019-09-10
esp32: Add VFS FAT partition to partitions.csv and mount it as the FS.
Damien George
2019-09-10
stm32/boards/MIKROE_CLICKER2_STM32: Add MikroElektronika Clicker2 board.
Christopher Wilson
2019-09-10
docs/library/pyb.rst: Update docs for pyb.usb_mode() function.
Damien George
2019-09-10
stm32/boards/NUCLEO_L073RZ: Fix typo in MCU name.
Damien George
2019-09-10
stm32/mboot: Support boards with only two LEDs.
Chris Wilson
2019-09-10
py/vm: Factor cached map lookup code to inline function.
Damien George
2019-09-10
windows/Makefile: Make use of CFLAGS_EXTRA, LDFLAGS_EXTRA and SRC_MOD.
Andrew Leech
2019-09-10
esp32/boards/TINYPICO: Switch to use QIO and 80MHz for SPI interface.
Damien George
2019-09-07
esp32: Update to use ESP IDF v3.3
Braden Mars
2019-09-06
tools/mpy-tool.py: Fix freezing of non-bytecode funcs with settrace.
Damien George
2019-09-06
stm32/boards/stm32wb55_af.csv: Fix ADC pin-channel function mapping.
Damien George
2019-09-06
stm32/machine_adc: Improve operation of ADC for H7, L4 and WB MCUs.
Damien George
2019-09-05
py/mkenv.mk: Add GDB variable.
Damien George
2019-09-05
nrf/boards: Add Particle Xenon board configuration (an nRF52840).
Jim Mussared
2019-09-05
nrf/Makefile: Add support for flashing with a Black Magic Probe.
Jim Mussared
2019-09-05
nrf/boards/make-pins.py: Fix gen of board pins to use correct index.
Jim Mussared
2019-09-05
nrf/machine/adc: Fix mapping of ADC channel to pin.
Damien George
2019-09-05
nrf/machine/adc: Allow to pass a Pin object in to ADC constructor.
Damien George
2019-09-05
nrf: Add ADC channel mapping to alt function table.
Damien George
2019-09-05
nrf/machine/adc: Add ADC.read_u16() method.
Damien George
2019-09-05
esp32/machine_adc: Add ADC.read_u16() method.
Damien George
2019-09-05
esp8266/machine_adc: Add read_u16 method and refactor.
Damien George
2019-09-04
esp8266/machine_adc: Rename pyb_adc_* to machine_adc_*.
Damien George
2019-09-04
stm32/machine_adc: Add machine.ADC class.
Damien George
2019-09-04
docs/library: Specify new machine.ADC class.
Damien George
[prev]
[next]