aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-07Further re-factor USB string handling codeAndrey Smirnov
2012-11-07Extend control hook frameworkAndrey Smirnov
2012-11-06Add a desig_get_unique_id_as_stringAndrey Smirnov
2012-11-06Change USB strings handling codeAndrey Smirnov
2012-11-06Enable OTG clock during initializationAndrey Smirnov
2012-11-02stm32/f1/rcc: expose method for selecting MCO sourceJeff Ciesielski
2012-11-01stm32/f1/can: Add clearing of can timing bits on initJeff Ciesielski
2012-10-31stm32/f1/can: clean up can_available_mailbox ->fewer 'if' statementsJeff Ciesielski
2012-10-31stm32/can: add 'shift' defines for can timing bitsJeff Ciesielski
2012-10-31Merge pull request #57 F2/F4 timer merging actionPiotr Esden-Tempski
2012-10-31Fixed header clean target find call for Darwin BSD find too.Piotr Esden-Tempski
2012-10-31Merge pull request #56 Allow make to build libs/examples in parallel.Piotr Esden-Tempski
2012-10-31Fixed stm32f4-discovery/usb_cdcacm example for deduplication patches.Piotr Esden-Tempski
2012-10-31Added new f4 adc module to the library makefile.Piotr Esden-Tempski
2012-10-31Merge pull request #55 STM32F4: New adc modulePiotr Esden-Tempski
2012-10-31Merge pull request #53 CAN fixesPiotr Esden-Tempski
2012-10-31STM32F4 New: headers and source code for DMAKen Sarkies
2012-10-31STM32F1 Addition to DMA to add interrupt flag read and clear.Ken Sarkies
2012-10-31Merge pull request #22 fixing usb and f4 alignment issuesPiotr Esden-Tempski
2012-10-31F2 timers are the same as F4 timers, so make the same changes to themThomas Daede
2012-10-31Fixed find call for Darwin BSD find.Piotr Esden-Tempski
2012-10-31Add back timer_set_option for STM32F4, and document.Thomas Daede
2012-10-31Update comments and copy author from F4 version.Thomas Daede
2012-10-30Move timer.c to be common to all stm32 seriesThomas Daede
2012-10-30Allow make to build libs/examples in parallel.Karl Palsson
2012-10-30STM32F4: New adc moduleKen Sarkies
2012-10-29Merge branch 'efm32'chrysn
2012-10-29Merge branch 'generalizations'chrysn
2012-10-28Fix CAN standard ID mask to be 11 bits.Thomas Daede
2012-10-28Release the correct fifo in can_receive()Thomas Daede
2012-10-28Add CAN support for F2 and F4 series.Thomas Daede
2012-10-23fixes for generated header cleanupchrysn
2012-10-23make `make clean` work againchrysn
2012-10-23only generate irq headers on demandchrysn
2012-10-22stm32/i2c: Add DOXYGEN strings for i2c helper functions.Jeff Ciesielski
2012-10-22Missing EXTI ports and flag numbers for F4Karl Palsson
2012-10-22stm32/f1: Add user_reset_hook to reset_handler w/ jump_to_dfu presetJeff Ciesielski
2012-10-22stm32/f1/can: Add function to detect if can system has an available mailboxJeff Ciesielski
2012-10-22deprecation macro (closes #48)chrysn
2012-10-21Added irq.yaml to lpc_13xx and lpc_17xx familiesSilvio Gissi
2012-10-19stm32/f1/i2c: remove unnecessary parenthesisJeff Ciesielski
2012-10-19stm32/f1/can: Replace mistaken logical operators with bitwise operators.Jeff Ciesielski
2012-10-19stm32/f1/gpio: use |= instead of = when setting up registersJeff Ciesielski
2012-10-19examples: fix lisa-m-1 can example to use new can init functionJeff Ciesielski
2012-10-19stm32/f1/rtc: add PLL2/3 to switch statement to avoid compiler warningJeff Ciesielski
2012-10-19stm32/f1/rcc: add 25mhz in to 72mhz out clock tree setup function.Jeff Ciesielski
2012-10-19stm32/f1/vector: add ability to boot to DFU bootloaderJeff Ciesielski
2012-10-19stm32/f1/i2c: add a whole bevy of additional helper functionsJeff Ciesielski
2012-10-19stm32/f1/dma: add clear_flag helper functionJeff Ciesielski
2012-10-19stm32/f1/can: Add loopback/silent vars to init function.Jeff Ciesielski