aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-11Fix linking and C runtime initialization on F1.Marti Bolivar
2012-04-11Cosmetics.Marti Bolivar
2012-04-11Remove "CS3" prefix from libmaple symbol names.Marti Bolivar
2012-04-11Remove CS3-style initialization.Marti Bolivar
2012-04-11copy-to-ide: Remove references to libcs3_stm32_*_density.a.Marti Bolivar
2011-11-15Make vector table symbols family-specific during linking.Marti Bolivar
2011-10-21usb_descriptors.h: Remove usbVcomDescriptor[...] values.Marti Bolivar
2011-10-21usb_descriptors.h: Whitespace and column cleanups.Marti Bolivar
2011-10-21usb: Rename descriptors.h -> usb_descriptors.h.Marti Bolivar
2011-10-21usb.h: Move to libmaple/.Marti Bolivar
2011-10-21USB: API cleanups.Marti Bolivar
2011-10-21USB: API cleanups.Marti Bolivar
2011-10-21usb.h: Mark API unstable.Marti Bolivar
2011-10-20Fix micros() bug.Marti Bolivar
2011-10-18wirish: Clean up includes; other fixups.Marti Bolivar
2011-10-18Oops; actually remove usb_config.h.Marti Bolivar
2011-10-18usb_cdcacm.c: CleanupsMarti Bolivar
2011-10-18usb.h, usb.c: CleanupsMarti Bolivar
2011-10-18Remove usb_int.h, usb_int.h, usb_int.c.Marti Bolivar
2011-10-18usb: Clean up some globals with new struct usblib_dev.Marti Bolivar
2011-10-18Remove usb_config.h.Marti Bolivar
2011-10-18usb: Disentangle CDC ACM functionality.Marti Bolivar
2011-10-18usb.c: Use usb_reg_map.h; replace most of CTR_LP().Marti Bolivar
2011-10-18usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.Marti Bolivar
2011-10-18usb: Prepare for moving some files to usb_reg_map.h.Marti Bolivar
2011-10-18Add usb_reg_map.h and usb_reg_map.c.Marti Bolivar
2011-10-18usb: Update README file.Marti Bolivar
2011-10-18Remove usb_hardware.c and usb_hardware.h.Marti Bolivar
2011-10-18usb: Replace duplicated code with nvic.h API.Marti Bolivar
2011-10-18usb: Cleanups and renames.Marti Bolivar
2011-10-18usb: Move some board-specific configuration to Wirish.Marti Bolivar
2011-10-12timer.h: fix timer_oc_set_mode().Marti Bolivar
2011-10-07reset.py: Hackishly silence DeprecationWarning.Marti Bolivar
2011-10-07usart: Add usart_rx().Marti Bolivar
2011-09-29Cosmetics.Marti Bolivar
2011-09-27Add support for the Olimex STM32 H103 board.David Kiliani
2011-09-26Add Windows support to DFU installation tools.Marti Bolivar
2011-09-26test-fsmc.cpp: Fixup; wait for user input before running test.Marti Bolivar
2011-09-26test-fsmc.cpp: Switch to SerialUSBMarti Bolivar
2011-09-26build-targets.mk: Tweak for Windows compilation.unknown
2011-09-24rcc: Add RCC_USB to rcc_clk_id/rcc_dev_table.Marti Bolivar
2011-09-24nvic: Add nvic_sys_reset().Marti Bolivar
2011-09-24scb.h: Fix register map and bit definitions.Marti Bolivar
2011-09-24test-session: Add test case for disabling USB.Marti Bolivar
2011-09-20Merge remote branch 'rryan/usb_fixes'Marti Bolivar
2011-09-18Missed one hard-coded structure size.RJ Ryan
2011-09-18Fix memory alignment of USB descriptor structures.RJ Ryan
2011-09-16Add a libc abort() implementation.RJ Ryan
2011-09-16Add an __assert_func assertion handler so that libc does not use itsRJ Ryan
2011-09-14Merge remote branch 'nzmichaelh/comment-fixups-2'Marti Bolivar