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
Age
Commit message (
Expand
)
Author
2020-10-17
ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.
Damien George
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.
Jim Mussared
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name.
Jim Mussared
2020-10-16
stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock.
Jim Mussared
2020-10-09
stm32/rfcore: Update to support WS=1.9.0.0.4.
Jim Mussared
2020-10-08
stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater.
Jim Mussared
2020-10-08
stm32/rfcore: Add Python API for basic rfcore operations.
Jim Mussared
2020-10-06
stm32/sdcard: Fix H7 build when using SDMMC2.
iabdalkader
2020-10-06
stm32/sdio: Don't change any DMA2 settings on H7 MCUs.
iabdalkader
2020-10-06
esp32: Use path relative to root for netutils/timeutils headers.
Damien George
2020-10-02
stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables.
Damien George
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-10-01
unix,windows: Implement mp_hal_time_ns using gettimeofday.
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: Remove "id" arg in SoftI2C constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
2020-09-30
zephyr: Update build instructions to v2.4.0.
Maureen Helm
2020-09-30
zephyr: Const-ify struct device instance pointers.
Maureen Helm
2020-09-30
zephyr: Replace zephyr integer types with C99 types.
Maureen Helm
2020-09-23
windows: Update build instructions in README.
stijn
2020-09-22
stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-09-18
stm32/led: Support PWM output without TIM3.
Tweako
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-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-12
stm32/servo: Fix angle and speed methods to work again with -ve args.
Damien George
2020-09-11
py/parse: Pass in an mp_print_t to mp_parse_node_print.
Damien George
2020-09-11
esp32/mpconfigport.h: Remove duplicate uhashlib registration.
Jim Mussared
2020-09-11
windows: Show test failures in the Appveyor builds.
stijn
2020-09-11
windows/Makefile: Support freezing modules.
stijn
2020-09-11
windows/msvc: Support freezing modules.
stijn
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-10
stm32/rtc.h: Include py/obj.h to make header self contained.
Damien George
2020-09-10
stm32/usb: Don't nul pyb_hid_report_desc if MICROPY_HW_USB_HID disabled.
Damien George
2020-09-09
nrf: Remove unnecessary includes of mpconfigport.h and its header guard.
Damien George
2020-09-09
nrf/main: Make mp_builtin_open signature match that in py/builtin.h.
Damien George
2020-09-09
mimxrt/boards: Add MIMXRT1064_EVK board.
Albort Xue
2020-09-08
stm32/boards/NUCLEO_WB55: Add Python helper code for rfcore.
Jim Mussared
2020-09-08
stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance.
Jim Mussared
2020-09-08
stm32/rfcore: Refactor some helper funcs, and remove some magic numbers.
Jim Mussared
2020-09-08
stm32/rfcore: Fix length matching in HCI parser.
Jim Mussared
2020-09-08
stm32/powerctrlboot: Acquire HSEM5 on STM32WB during SystemClock_Config.
Jim Mussared
2020-09-08
stm32/boards/USBDONGLE_WB55: Add USE_MBOOT support.
Jim Mussared
2020-09-08
stm32/rfcore: Update rfcore.c to match how ST examples work.
Jim Mussared
[next]