aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-30Move STM32 examples to examples/stm32 subdir.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-29Deduplicate example README file contents.Uwe Hermann
2010-12-29Some more whitespace + cosmetics.Uwe Hermann
2010-12-29USB: Cosmetics and coding-style fixes.Uwe Hermann
2010-12-29Replace uint8_t with u8 et al, fix whitespace.Uwe Hermann
2010-12-29Install USB headers upon 'make install'.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-29Whitespace fixes.Uwe Hermann
2010-12-29Make the build/clean targets a bit less verbose.Uwe Hermann
2010-12-29Drop Paparazzi-specific stuff, deduplicate Makefiles.Uwe Hermann
2010-12-29Merge branch 'martinmm'.Uwe Hermann
2010-12-29Implemented a uart example that is using irq for receive and transmit.Piotr Esden-Tempski
2010-12-29Improved usart api implementation to be more readable.Piotr Esden-Tempski
2010-12-29stm32-h103/Makefile: Fix usb_cdcacm build.Uwe Hermann
2010-12-29other/usb_hid: Small fixes in the README.Uwe Hermann
2010-12-27Added gc-sections. Now unused functions are being garbage collected.Piotr Esden-Tempski
2010-12-27Fixed PLL setup for systick.Piotr Esden-Tempski
2010-12-27Added some more files to gitignore.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: Reduce nesting level via code transformations.Uwe Hermann
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-23Fixed timing settings. Now CAN test code works!!!Piotr Esden-Tempski
2010-12-23Various fixes to the can test program.Piotr Esden-Tempski
- External Clock is 8Mhz not 16Mhz - CAN peripherial should be deinitialized at the beginning - Added can receive interrupt handler - Added some more led indicators of internal state (error reporting) - Orange: send indicator - Blue: message queue full indicator - Red: INACK failure indicator
2010-12-23Fixed behavior of rcc_peripheral_clear_reset...Piotr Esden-Tempski
2010-12-22Initial implementation of CAN test program.Piotr Esden-Tempski
2010-12-22Added selection of jtag serial number through make commandline.Piotr Esden-Tempski
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 usart test version for obldc.Piotr Esden-Tempski
2010-12-21Corrected pwmleds to use the right GPIO defines.Piotr Esden-Tempski
2010-12-21Added more pin remap pin definitions and gpio function remap definitions.Piotr Esden-Tempski
2010-12-21Cosmetic fix.Piotr Esden-Tempski
2010-12-20Cosmetics.Uwe Hermann
2010-12-18Added obldc systick test program.Piotr Esden-Tempski
2010-12-18Added obldc board led test program.Piotr Esden-Tempski
2010-12-17First implementation of CAN peripheral register definitions.Piotr Esden-Tempski
2010-12-17Moved common example make code to a central file. Added more gitignores.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-17Fix typo.Uwe Hermann
2010-12-17Build fixes for ethernet.c, and hook it up.Uwe Hermann
2010-12-17Minor ld script changes.Uwe Hermann
Add wildcards to the input section names. This fixes the script for use with the "-ffunction-sections -fdata-sections -Wl,--gc-sections" options when compiling/linking. Also, discard the .eh_frame section. This section is emitted by GCC 4.4, but not 4.5. Discarding it doesn't appear to break anything. I suspect this is used for C++ exception implementation. I found this to be a problem when building with GCC 4.4 (arm-elf), because the USB DFU demo exceeded the 8k I allowed for it. Thanks to Gareth McMullin <gareth@blacksphere.co.nz> for the patch.
2010-12-17Register definitions for the STM32F107 Ethernet.Uwe Hermann
Thanks to Gareth McMullin <gareth@blacksphere.co.nz>.
2010-12-06adapt to new usb interfaceMartin Mueller
2010-12-05Lisa/M board testsMartin Mueller