aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-07wirish/syscalls.c: Weaken I/O related function defs.Marti Bolivar
2012-06-07Move syscalls.c into Wirish.Marti Bolivar
2012-06-07libmaple/timer.h: Capitalization fixMarti Bolivar
2012-06-07libmaple/timer.h: Lose BIT().Marti Bolivar
2012-06-07libmaple/timer.h: Move deprecated bits to bottom.Marti Bolivar
2012-06-07struct timer_dev: Don't touch ->handlers!Marti Bolivar
2012-06-07libmaple/timer.h: Nuke useless comment.Marti Bolivar
2012-06-07libmaple/timer.h: Doxygen beautification and fixupsMarti Bolivar
2012-06-07Makefile: fix cscope target.Marti Bolivar
2012-06-07Move timer_dev definitions into libmaple/timer.c.Marti Bolivar
2012-06-07Tweak some timer_private APIs.Marti Bolivar
2012-06-07series/timer.h: Remove silly duplicate declarations.Marti Bolivar
2012-06-07Makefile: help target pointers for multiple source files.Marti Bolivar
2012-06-07README: remove mention of support/openocd/.Marti Bolivar
2012-06-07Rework linker scripts.Marti Bolivar
2012-06-07Move OpenOCD stuff into contrib/.Marti Bolivar
2012-06-07Makefile: make help target more helpful.Marti Bolivar
2012-06-07Makefile: add list-boards target.Marti Bolivar
2012-06-07maple/board.cpp: Demo weakness of boardInit().Marti Bolivar
2012-06-07maple/board.cpp: Use PMAP_ROW().Marti Bolivar
2012-06-07board_private.h: Add PMAP_ROW() convenience macro.Marti Bolivar
2012-06-07maple/board.cpp: Add more explanatory comments.Marti Bolivar
2012-06-07isButtonPressed(): Take a pin and pressedLevel argument.Marti Bolivar
2012-06-07<wirish/boards.h>: Add BOARD_BUTTON_PRESSED_LEVEL.Marti Bolivar
2012-06-07wirish/boards.h: Optionally derive SYSTICK_RELOAD_VAL.Marti Bolivar
2012-06-07STM32F2: Allow boards to override PLL configuration.Marti Bolivar
2012-06-07Makefile: move the fake VID/PID, to hide our shame.Marti Bolivar
2012-06-07stm32.h: Soften "missing MCU" errors into warnings.Marti Bolivar
2012-06-07HardwareSerial.cpp: Fix "#warn" -> "#warning".Marti Bolivar
2012-06-07wirish: Weaken boards_private.h definitions.Marti Bolivar
2012-06-07Provide wirish::priv::series_init() on F1.Marti Bolivar
2012-06-07Remove a completed FIXME comment.Marti Bolivar
2012-06-04Bring back libmaple/dac.h.Marti Bolivar
2012-06-04stm32.h: Add STM32_HAVE_DAC feature-test.Marti Bolivar
2012-06-04STM32F1: gpio.h: Add hack mode macro, for F2 compatibility.Marti Bolivar
2012-06-03STM32F2: Add EXTI support.Marti Bolivar
2012-06-03STM32F2: Turn on SYSCFG I/O compensation during init().Marti Bolivar
2012-06-03STM32F2: Add SYSCFG support.Marti Bolivar
2012-06-03STM32F1: gpio.h: Cosmetics.Marti Bolivar
2012-06-03Bring back EXTI on F1, with deprecations for gpio.h on F1.Marti Bolivar
2012-06-03<libmaple/bitband.h>: DoxygenMarti Bolivar
2012-06-03libmaple/dac.c: Copyright.Marti Bolivar
2012-06-03libmaple/dac.c: Generalize comment about PA4/PA5.Marti Bolivar
2012-06-03wirish/ext_interrupts.cpp: Doxygen, copyright.Marti Bolivar
2012-06-03Add ISRs and vector table for F1 value line.Marti Bolivar
2012-06-03Slightly improve and generify the USB infrastructure.Marti Bolivar
2012-06-03Add BOARD_HAVE_SERIALUSB.Marti Bolivar
2012-06-03<wirish/boards.h>: Add feature test macros for SPI.Marti Bolivar
2012-06-03libmaple_types.h: Add __unused.Marti Bolivar
2012-06-03F2: Add usart_get_af().Marti Bolivar