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
/
stm32
/
Makefile
Age
Commit message (
Expand
)
Author
2021-04-07
stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs.
Damien George
2021-04-06
stm32: Include .ARM section in firmware for C++ exception handling.
Damien George
2021-03-17
stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended.
Damien George
2021-03-16
stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path.
stijn
2021-01-18
stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu.
Damien George
2021-01-18
stm32/mboot: Add support for signed and encrypted firmware updates.
Damien George
2020-12-07
stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds.
Damien George
2020-12-07
stm32/Makefile: Disable text compression in debug builds.
iabdalkader
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
stm32/Makefile: Allow boards to extend all SRC variables.
Damien George
2020-11-12
stm32/Makefile: Make the generation of `firmware.bin` explicit.
Sébastien NEDJAR
2020-11-11
stm32: Add MICROPY_BOARD calls in various places in stm32_main.
Damien George
2020-10-29
stm32: Support C++ code and user C modules written in C++.
Damien George
2020-10-02
stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables.
Damien George
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-07-21
lib/libm_dbl: Add round.c source code.
Zoltán Vörös
2020-07-21
extmod/modussl_mbedtls: Integrate shorter error strings.
Thorsten von Eicken
2020-06-02
stm32/Makefile: Quote libgcc path so spaces are not an issue.
stinos
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-29
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Jim Mussared
2020-04-18
stm32/mboot: Expose custom DFU USB VID/PID values at makefile level.
Andrew Leech
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-05
stm32/Makefile: Add missing ordering dependency on generated headers.
Jim Mussared
2020-03-25
ports: Add lib/libm/roundf.c to bare-metal Makefile's.
Zoltán Vörös
2020-03-10
stm32: Add bindings for BTstack implementation.
Damien George
2020-03-10
stm32: Refactor bluetooth stack/hci/driver bindings.
Damien George
2020-03-06
extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.
Damien George
2020-01-31
stm32/powerctrl: Improve support for changing system freq on H7 MCUs.
Damien George
2020-01-30
stm32/Makefile: Allow a board's .mk file to add things to CFLAGS.
Damien George
2019-12-27
stm32: Add configuration to build in nanbox mode.
Damien George
2019-12-13
stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP.
Damien George
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-11-01
stm32: Add support for RF coprocessor on WB55 MCUs.
Damien George
2019-10-31
stm32: Add machine.Timer with soft timer implementation.
Damien George
2019-10-31
stm32: Add soft timer implementation, using SysTick at 1ms resolution.
Damien George
2019-10-28
stm32/Makefile: Only enable hardware sqrt on parts that support it.
Jim Mussared
2019-10-15
stm32: Convert to use FROZEN_MANIFEST to specify frozen code.
Damien George
2019-10-15
ports: Add new make target "submodules" which inits required modules.
Damien George
2019-10-10
stm32: Use hardware double sqrt on F7/H7 MCUs.
Jim Mussared
2019-10-08
stm32: Extract port-specific Nimble implementation.
Jim Mussared
2019-10-01
stm32/mpconfigport.h: Add modbluetooth module to stm32.
Jim Mussared
2019-10-01
stm32: Provide port-specific implementation for Nimble on STM32.
Jim Mussared
2019-09-23
stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.
iabdalkader
2019-09-23
stm32/can: Factor CAN driver into low-level and Python bindings.
Damien George
2019-09-04
stm32/machine_adc: Add machine.ADC class.
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-16
stm32/Makefile: Allow a board to disable float support.
Damien George
2019-07-16
stm32: Add support for USB on L0 MCUs.
Damien George
[next]