282 Commits (a1f4c29872980f84a06c0bc610b1314c43187f06)

Author SHA1 Message Date
chrysn 99d7b21032 define platform specific constants for all chips 12 years ago
chrysn bc5146b710 unified systick handling 12 years ago
chrysn e20f1c0d8f unify scb (system control block) 12 years ago
chrysn c39c5c147d adapt lpc43xx example to generalizations 12 years ago
chrysn 94ce82396b modified examples to use libopencm3/cm3/nvic.h instead of /stm32/ 12 years ago
Felix Ruess b7ebe6e705 fix clean target for example makefiles if the compiler is not in PATH 12 years ago
Stephen Dwyer 2b8fbfc433 updated the lisa_m_2 (STM32 F1) ADC examples for recent code changes to stm32f1 adc.c and adc.h 12 years ago
Stephen Dwyer 794f3fbeda oops, had to update bin names in makefiles for adc examples 12 years ago
Stephen Dwyer bece4c30d3 added different ADC sampling examples for the LisaM v2 including: 12 years ago
Ken Sarkies 7d0611609b Code changes to stm32f1 adc.c and adc.h 12 years ago
Daniel Serpell aac5909ff1 Add a floating-point example to the stm32f4. 12 years ago
Daniel Serpell 584052c28c Compile stm32-f4 library with floating point support. 12 years ago
Paul Sokolovsky d6e0e6e976 Explicitly link example binaries statically. 12 years ago
chrysn 4a6f4c0f7d remove the support libraries for efm32 12 years ago
chrysn 50b3c92d7f removed efm32lib examples 12 years ago
Piotr Esden-Tempski dcd98dde86 Renamed adc example to be more descriptive. 12 years ago
Piotr Esden-Tempski d1cc8ca2b3 Added simple adc example for lisa/m 2. 12 years ago
Oliver Dille 099a5626db Random number generator example. 12 years ago
Thomas Waldecker 5604182467 added a make target stlink-flash to use the stlink on the stm32f4-disovery 12 years ago
Piotr Esden-Tempski 11727f56c9 Minor build system fixes. 12 years ago
Piotr Esden-Tempski fa5d689f78 Use make wildcard command for source dir detect. Library path fix. 12 years ago
Piotr Esden-Tempski b82e7eee52 Examples detect if they are being built in src dir. 12 years ago
Piotr Esden-Tempski 3441bba1c4 Changed local build target for library and linker files. 12 years ago
Karl Palsson 6574baa767 Fix link flags to specify cpu instead of (wrong) arch. 13 years ago
TitanMKD c65ca01044 Fix Linker bug copy ROM to RAM & exec from RAM (need more test). 13 years ago
TitanMKD 3c8e76f679 Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). 13 years ago
TitanMKD 8d97dbc7c3 Work on scs.h register and also nvic.h. 13 years ago
Michael Ossmann 161aad0139 quick comment fix 13 years ago
TitanMKD 8adc873e84 Fixed SSP, tested with Oscilloscope Write work fine (tested SPI Mode). 13 years ago
Michael Ossmann a39df46db4 removed some unused SCU config 13 years ago
TitanMKD d7a7fd9d30 * Added SSP Driver (Not Tested). 13 years ago
Michael Ossmann 5698016877 moved stuff out of i2cdemo.c and into drivers/headers 13 years ago
Michael Ossmann 44db38301c fixed i2cdemo to supply 1V8 for Si5351C output supply 13 years ago
Michael Ossmann b55d006d02 got I2C demo working but stuff still needs to be moved out of here and into drivers 13 years ago
TitanMKD 67a048b5b0 Added SCU I2C0 specific configuration. 13 years ago
TitanMKD e7fbc2220b Added JellyBean Configuration for PinMux, GPIO In/Out (work in progress). 13 years ago
Michael Ossmann 10e71edb82 started i2c example, still incomplete and much will be moved to drivers/headers elsewhere 13 years ago
Michael Ossmann 3e036a107f added diolan-lpc-4350-db1 examples 13 years ago
Michael Ossmann 9645172453 lpc43xx example, copied from lpc17xx and modified 13 years ago
Tomaz Solc bf65589183 Support for exception handling in linker scripts. 13 years ago
chrysn 8359caff3b moved core_cm3.h to more general location 13 years ago
chrysn 705cdab7d7 extend the cmsis emulation layer to compile with the complete efm32lib 13 years ago
chrysn 43acfc531a use eacommander instead of jlink for example uploading 13 years ago
chrysn fac680ecf4 very simple demo for other board 13 years ago
chrysn 0e62b15125 added lcd example 13 years ago
Taylor Vesely 66c5f91a87 Implemented gpio_clear() for LPC17xx. 13 years ago
Taylor Vesely f7bf15343d Produced build system for Blueboard-LPC1768-H miniblink. 13 years ago
Taylor Vesely bf2b8aad2f Added a bunch of register definitions and gpio_set() to LPC17xx gpio. 13 years ago
chrysn 48b3cd49fb first working example utilizing efm32lib 13 years ago
Taylor Vesely 9eb77c9fd7 Wrote miniblink.c for Blueboard-LPC1768-H, cleaned up gpio.h. 13 years ago