aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2010-12-30Drop unused and useless libopenstm32.h.Uwe Hermann
2010-12-30Rename include/libopenstm32 to include/stm32.Uwe Hermann
2010-12-30Add initial lpc-p1343/miniblink example (untested).Uwe Hermann
This is not yet tested on hardware, it probably won't work, yet.
2010-12-30NXP LPC13XX: Initial memorymap.h and gpio.h.Uwe Hermann
Add initial support for the NXP LPC13XX family of ARM Cortex-M3 devices, including the LPC1311, LPC1313, LPC1342, or LPC1343. This should re-use parts of our generic Cortex-M3 stuff (which is gradually moved into cm3/ subdirs) where possible.
2010-12-30Factor out cm3/common.h and cm3/memorymap.h.Uwe Hermann
2010-12-29Some more whitespace + cosmetics.Uwe Hermann
2010-12-29Replace uint8_t with u8 et al, fix whitespace.Uwe Hermann
2010-12-29Move generic USB stuff to a subdir, dedupe .h files.Uwe Hermann
Adapt examples and the lib code accordingly.
2010-12-29More whitespace fixes.Uwe Hermann
2010-12-29Merge branch 'martinmm'.Uwe Hermann
2010-12-29Improved usart api implementation to be more readable.Piotr Esden-Tempski
2010-12-27Splitted out the usart recv and send functions to have blocking and non ↵Piotr Esden-Tempski
blocking versions of those.
2010-12-26CAN: Cosmetics and coding-style fixes.Uwe Hermann
2010-12-25Factored out CAN helper functions out of the example. Test code now also ↵Piotr Esden-Tempski
uses the received data.
2010-12-22Fixed defines for extended id's.Piotr Esden-Tempski
2010-12-22Fixed wrong register name in bit defines.Piotr Esden-Tempski
2010-12-22Added CAN bit definitions.Piotr Esden-Tempski
2010-12-21Added more pin remap pin definitions and gpio function remap definitions.Piotr Esden-Tempski
2010-12-17First implementation of CAN peripheral register definitions.Piotr Esden-Tempski
2010-12-17TIM1 GPIO remapping + gpio_port_config_lock().Uwe Hermann
Thanks to Philip Court <philip@greenstage.co.nz> for the patch.
2010-12-17Register definitions for the STM32F107 Ethernet.Uwe Hermann
Thanks to Gareth McMullin <gareth@blacksphere.co.nz>.
2010-11-06Improved dispatching of user control callbacks.Gareth McMullin
Only cdc_acm example is updated.
2010-11-04Fixed logic for clearing data toggle bits.Gareth McMullin
2010-11-04Fixed HALT condition handling and data toggle.Gareth McMullin
2010-11-04add standard requestMartin Mueller
2010-11-02Initial USB device stack for STM32.Uwe Hermann
Patch provided by Gareth McMullin <gareth@blacksphere.co.nz>, thanks a lot!
2010-10-18Add timer handling functions.Uwe Hermann
Thanks to Edward Cheeseman <cheesemanedward@gmail.com>.
2010-10-18Add more support functions for flash handling.Uwe Hermann
Thanks to Mark Butler <mbutler@physics.otago.ac.nz>.
2010-06-29Various cosmetic and coding style fixes.Uwe Hermann
2010-05-12Initial EXTI support.Thomas Otto
Thanks to Mark Butler <mbutler@physics.otago.ac.nz>.
2010-05-11Deleted double definition IWDG_PR_DIV256.Thomas Otto
2010-05-11Changed rcc.h defs to rcc_registername_ prefix.Thomas Otto
2010-05-10Add more RTC functions and an RTC example.Uwe Hermann
Thanks Lord James <lordjames@y7mail.com> for the patch!
2010-05-06Renamed power.h -> pwr.h.Thomas Otto
2010-05-03Changed defs POWER->PWR to be in sync with datasheet.Thomas Otto
2010-05-03Added BKP definitions.Thomas Otto
2010-05-03Added definitions for CRC.Thomas Otto
2010-05-03Added definitions for POWER control.Thomas Otto
2010-05-03Added definitions for WWDG.Thomas Otto
2010-05-02Corrected IWDG_BASE calculations.Thomas Otto
2010-05-02Added initial IWDG definitions.Thomas Otto
2010-05-02Added rcc clock setup function for 16mhz crystal.Thomas Otto
2010-04-13Some improvements to systick.h+c.Thomas Otto
2010-04-12Added spi_send() to the spi.h.Thomas Otto
2010-04-02Fixed typo.Thomas Otto
2010-04-02Completed spi.h.Thomas Otto
2010-03-30Some additions to spi.c+h.Thomas Otto
2010-03-28Cosmetic fixes.Thomas Otto
2010-03-26Corrected definitions in dma.h.Thomas Otto
2010-03-26Changed address setting in dma.c+h.Thomas Otto