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