aboutsummaryrefslogtreecommitdiff
path: root/libmaple/rules.mk
AgeCommit message (Expand)Author
2013-04-11fucking maple build system.Donald Delmar Davis
2012-06-22I2C: Restore on F1, refactoring prep for F2.Marti Bolivar
2012-06-15Implement DMA tube API on STM32F2.Marti Bolivar
2012-06-12Build libmaple/dma.c on STM32F1.Marti Bolivar
2012-06-07Bring back <libmaple/spi.h>.Marti Bolivar
2012-06-07Move syscalls.c into Wirish.Marti Bolivar
2012-06-04Bring back libmaple/dac.h.Marti Bolivar
2012-06-03Bring back EXTI on F1, with deprecations for gpio.h on F1.Marti Bolivar
2012-05-31Don't try to build some libmaple files.Marti Bolivar
2012-05-03Fix wrong comment in libmaple/rules.mk.Marti Bolivar
2012-05-03stm32f1: Resurrect DMA support. (sets up breaking change)Marti Bolivar
2012-04-11libmaple/spi: Fixups, move nonportable bits into libmaple/stm32f1.Marti Bolivar
2012-04-11timer: Fixes, rip out nonportable bits.Marti Bolivar
2012-04-11Resurrect ADC support.Marti Bolivar
2012-04-11libmaple/rules.mk: Cosmetics.Marti Bolivar
2012-04-11Resurrect IWDG support.Marti Bolivar
2012-04-11Resurrect PWR support for F1 and F2.Marti Bolivar
2012-04-11Clean up rules.mk files.Marti Bolivar
2012-04-11[FIXME] Resurrected, shinier USART support.Marti Bolivar
2012-04-11Style change to libmaple/rules.mk.Marti Bolivar
2012-04-11[UNDO] Rip out a bunch of F1-only bits from libmaple properMarti Bolivar
2012-04-11Make BKP support STM32F1-only.Marti Bolivar
2012-04-11Great renaming: use "series" instead of "family".Marti Bolivar
2012-04-11RCC: Break out some portable functionality from stm32f1/.Marti Bolivar
2012-04-11libmaple: Add build infrastructure for private headers.Marti Bolivar
2012-04-11Move RCC support for STM32F1 to libmaple/stm32f1/.Marti Bolivar
2012-04-11libmaple/rules.mk: Reinstate -Werror.Marti Bolivar
2012-04-11Make USB its own submodule.Marti Bolivar
2012-04-11Move public headers to include directories; related cleanups.Marti Bolivar
2011-10-18Remove usb_int.h, usb_int.h, usb_int.c.Marti Bolivar
2011-10-18usb: Disentangle CDC ACM functionality.Marti Bolivar
2011-10-18Add usb_reg_map.h and usb_reg_map.c.Marti Bolivar
2011-10-18Remove usb_hardware.c and usb_hardware.h.Marti Bolivar
2011-05-12libmaple: Fix warnings in libmaple source filesPerry Hung
2011-04-05NVIC and SCB refactorMarti Bolivar
2011-03-24Initial timer refactor.Marti Bolivar
2011-03-21Merge branch 'i2c-wip' into refactorPerry Hung
2011-03-16Maple RET6 edition supportMarti Bolivar
2011-02-26checkpointPerry Hung
2010-12-28nzmichaelh's pull request mods compile and upload.Marti Bolivar
2010-09-17Enable USB auto-reset in a hard fault.Perry Hung
2010-08-07basic working dac implementationbnewbold
2010-08-05partial progress on FSMC for SRAMbnewbold
2010-06-25make: Modularize makefiles, add dependency tracking, build-type trackingPerry Hung