aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/Makefile
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add optimized stm32h7_gpio.cKevin O'Connor2025-04-191-3/+4
* stm32: Simplify MakefileKevin O'Connor2025-04-161-31/+19
* Kconfig: Add new WANT_ADC option to reduce code sizeKevin O'Connor2025-04-161-10/+13
* Kconfig: Add new WANT_I2C option to reduce code sizeKevin O'Connor2025-04-161-9/+12
* Kconfig: Add new WANT_SPI option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_HARD_PWM option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* stm32: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZEKevin O'Connor2025-04-161-0/+1
* armcm_link: Fix build on recent arm gcc/newlibc versionsKevin O'Connor2024-06-171-1/+1
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+5
* stm32: Add support for Nation N32G45x mcus (#6116)Alexey2023-04-071-4/+9
* stm32: Enable I2C on stm32h7 (#6130)BIGTREETECH2023-03-271-0/+1
* stm32: Add sdio supportH. Gregor Molter2023-02-201-0/+2
* stm32: Move dfu reboot logic to new dfu_reboot.c fileKevin O'Connor2022-12-181-1/+2
* armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESSKevin O'Connor2022-12-141-1/+1
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-0/+7
* stm32: Use stm32f0_serial.c on stm32h7 chipsKevin O'Connor2022-10-311-1/+1
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-151-0/+6
* usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor2022-06-271-0/+2
* canserial: Rename canbus.c to canserial.cKevin O'Connor2022-06-271-2/+2
* canbus: Move canbus uuid calculation to canbus.cKevin O'Connor2022-06-161-1/+1
* stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.cKevin O'Connor2022-06-011-8/+5
* stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-011-0/+3
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-301-1/+1
* stm32: Enable ADC support on stm32g0Kevin O'Connor2021-12-231-1/+1
* stm32: Enable I2C on stm32g0Kevin O'Connor2021-12-231-0/+1
* stm32: Initial support for stm32g0Kevin O'Connor2021-12-231-0/+5
* stm32: Add new gpioperiph.c file for gpio_peripheral() codeKevin O'Connor2021-12-231-5/+5
* stm32: Add stm32h7 SPI support (#4850)adelyser2021-11-201-1/+3
* stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* stm32: Add initial support for stm32h7D4SK2021-10-061-0/+6
* stm32: Add hardware PWM support for STM32F1Michael Kurz2021-03-261-0/+1
* canbus: Move high-level CAN code to new src/generic/canbus.cKevin O'Connor2021-02-021-2/+2
* stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...bondus2020-08-091-2/+4
* stm32: Improved CAN support for STM32 (#2976)bondus2020-06-241-1/+1
* stm32: Initial support for stm32f2 (#3001)combolek2020-06-231-0/+5
* stm32f1: Add support for HID BootloaderArksine2020-05-281-1/+5
* stm32: STM32F0 CAN featureEug Krashtan2020-01-141-0/+2
* stm32: Enable chipid as usb serial numberKevin O'Connor2019-11-251-1/+1
* stm32f0: Initial support for i2c on stm32f0Kevin O'Connor2019-11-141-3/+3
* stm32: adc for new stm32f0 common code (#2120)clearchris2019-11-051-2/+3
* flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor2019-10-261-5/+1
* stm32: Add support for flashing over usb on stm32f042Kevin O'Connor2019-10-261-0/+1
* stm32f4: Add support for flashing over USBKevin O'Connor2019-10-261-1/+1
* stm32: Implement armcm_main() in arch specific codeKevin O'Connor2019-10-241-1/+1
* stm32: Initial support for stm32f070Kevin O'Connor2019-10-231-5/+11
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-181-2/+3
* armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin O'Connor2019-08-221-2/+2
* stm32: Update code to use armcm_boot mechanismKevin O'Connor2019-08-221-14/+5
* Makefile: Add generic rule for precompiling linker scriptsKevin O'Connor2019-08-211-8/+5
* stm32: Initial support for i2cKevin O'Connor2019-08-201-0/+1