Commit Graph

  • 5848c8624b Minor changes to doxygen content, no changes to code. Ken Sarkies 2012-07-09 16:29:17 +09:30
  • 0e02438a80 Code for DAC module STM32Fxxx series Add prototypes to dac.h and small change to simplify alignment enum Ken Sarkies 2012-06-30 16:56:14 +09:30
  • 83d62e9bfc Add linker scripts with memory maps for F100 series. Karl Palsson 2012-06-19 23:33:13 +00:00
  • 6574baa767 Fix link flags to specify cpu instead of (wrong) arch. Karl Palsson 2012-06-19 19:45:45 +00:00
  • 450c3e00a1 Basic helper routines for CRC Karl Palsson 2012-06-18 18:57:45 +00:00
  • 98174e4a0c Merge pull request #13 "Code for iwdg module STM32F series" Piotr Esden-Tempski 2012-06-27 14:02:02 -07:00
  • 2e9e378b4b Merge pull request #12 "Don't include examples in doxygen output." Piotr Esden-Tempski 2012-06-27 13:58:50 -07:00
  • a70eabb3e1 Merge pull request #11 "Add helper function for max clock on HSI for f100" Piotr Esden-Tempski 2012-06-27 13:58:14 -07:00
  • 4a17185791 Merge pull request #10 "Add Device Electronic Signature support." Piotr Esden-Tempski 2012-06-27 13:56:55 -07:00
  • 7753b91991 Merge pull request #9 "Even/Odd parity bit configs used the wrong bit" Piotr Esden-Tempski 2012-06-27 13:53:48 -07:00
  • db505a87f7 Merging pull request #7 "Use ODR instead of IDR to toggle an output GPIO" Piotr Esden-Tempski 2012-06-27 13:49:26 -07:00
  • 3bfeeedceb Merge pull request #6 "Doxygen markup and grouping structrue" Piotr Esden-Tempski 2012-06-27 13:30:45 -07:00
  • 40e0e675ca Merge remote-tracking branch 'mossman/master' Piotr Esden-Tempski 2012-06-27 13:18:36 -07:00
  • 6f95e52a7d Merge remote-tracking branch 'felixheld/master' Piotr Esden-Tempski 2012-06-27 13:13:17 -07:00
  • 7ef51e30e9 Merge pull request #9 from TitanMKD/master Michael Ossmann 2012-06-25 17:06:31 -07:00
  • 81317c02ab * Updated GPIO added gpio_toggle() function. * Fixed ROM to RAM Linker script (libopencm3_lpc43xx/libopencm3_lpc43xx_rom_to_ram.ld). TitanMKD 2012-06-25 22:12:00 +02:00
  • 397af25401 Merge branch 'master' of git://github.com/mossmann/libopencm3 TitanMKD 2012-06-19 19:18:35 +02:00
  • 94455ed191 Merge pull request #8 from jboone/master Michael Ossmann 2012-06-18 15:19:28 -07:00
  • d80ee80e06 Merge branch 'master' of git://github.com/jboone/libopencm3 TitanMKD 2012-06-16 12:51:44 +02:00
  • 9fcea09741 Merge branch 'master' of https://github.com/mossmann/libopencm3 Jared Boone 2012-06-15 17:21:08 -07:00
  • 536c922577 Modified SSP driver to wait for data to be sent before returning. This is critical when controlling device CS# pins via GPIO. Long-term, it might be better to have a different API that permits this level of control. Jared Boone 2012-06-15 17:20:50 -07:00
  • fa315c672f Merge branch 'master' of git://github.com/mossmann/libopencm3 TitanMKD 2012-06-14 21:19:33 +02:00
  • f298887710 Merge pull request #7 from jboone/master Michael Ossmann 2012-06-14 12:19:14 -07:00
  • e28d07b81e Updated SGPIO #defines to match register naming in latest (8 June 2012) User Manual. Jared Boone 2012-06-14 11:16:15 -07:00
  • 0fabe4462b Fix Typo Ken Sarkies 2012-06-14 19:45:46 +09:30
  • 44a79ca13e Add SGPIO slice defines and indexed register access macros. Jared Boone 2012-06-13 16:48:47 -07:00
  • 2f4cd29324 Code for iwdg module STM32F series Ken Sarkies 2012-06-13 22:14:53 +09:30
  • c65ca01044 Fix Linker bug copy ROM to RAM & exec from RAM (need more test). TitanMKD 2012-06-13 01:05:49 +02:00
  • 26d0512903 Don't include examples in doxygen output. Karl Palsson 2012-06-06 00:52:04 +00:00
  • 62849f043c Add helper function for max clock on HSI for f100 Karl Palsson 2012-06-12 15:23:16 +00:00
  • 71a3a7f2b1 Add Device Electronic Signature support. Karl Palsson 2012-06-07 15:41:42 +00:00
  • 9531d653fb Even/Odd parity bit configs used the wrong bit Karl Palsson 2012-06-11 12:45:58 +00:00
  • da27adcf1c Merge pull request #6 from TitanMKD/master Michael Ossmann 2012-06-10 15:23:13 -07:00
  • 3c8e76f679 Added ROM to RAM code copy & exec with example of how to use it (miniblink_rom_to_ram). TitanMKD 2012-06-10 11:44:36 +02:00
  • d2b15c72be Merge pull request #5 from TitanMKD/master Michael Ossmann 2012-06-09 15:24:20 -07:00
  • 8d97dbc7c3 Work on scs.h register and also nvic.h. ARM Interrupt API (see nvic.h). ARM SysTick API (see systick.h). Example using both Interrupt and SysTick and blink LED1/2/3 see systickdemo.c. TitanMKD 2012-06-09 18:27:42 +02:00
  • 161aad0139 quick comment fix Michael Ossmann 2012-06-07 07:14:17 -06:00
  • 14026fc31f make install now installs lpc43xx and other non-stm32 stuff Michael Ossmann 2012-06-06 23:48:30 -06:00
  • 251687fe37 changed I2C to run directly from IRC Michael Ossmann 2012-06-06 22:05:03 -06:00
  • bef51163ce more CGU register values Michael Ossmann 2012-06-06 21:24:39 -06:00
  • 4de126f6e0 Merge pull request #4 from TitanMKD/master Michael Ossmann 2012-06-05 20:04:15 -07:00
  • 8adc873e84 Fixed SSP, tested with Oscilloscope Write work fine (tested SPI Mode). For more details on tests see ssp/README. TitanMKD 2012-06-06 00:30:25 +02:00
  • 416f633dbb fixed some column alignment to conform with libopencm3 precedent Michael Ossmann 2012-06-05 08:03:34 -06:00
  • a39df46db4 removed some unused SCU config Michael Ossmann 2012-06-05 07:33:22 -06:00
  • 3a4a6b75de resolved minor conflict Michael Ossmann 2012-06-04 18:00:20 -06:00
  • e7941eace9 added i2c.c that I forgot earlier Michael Ossmann 2012-06-04 17:57:49 -06:00
  • d7a7fd9d30 * Added SSP Driver (Not Tested). * Replaced leading space by tabulations. TitanMKD 2012-06-05 01:41:54 +02:00
  • 5698016877 moved stuff out of i2cdemo.c and into drivers/headers Michael Ossmann 2012-06-04 17:30:08 -06:00
  • 44db38301c fixed i2cdemo to supply 1V8 for Si5351C output supply Michael Ossmann 2012-06-04 16:41:12 -06:00
  • 21304c01b6 Merge pull request #2 from TitanMKD/master Michael Ossmann 2012-06-04 12:23:26 -07:00
  • 58d5b96291 Fixed multi-line comments now it is "compliant" with Linux CodingStyle. TitanMKD 2012-06-04 21:09:05 +02:00
  • 245e1d6f07 Merge remote branch 'upstream/master' Michael Ossmann 2012-06-04 12:44:41 -06:00
  • 686c0cf050 Minor fix TitanMKD 2012-06-04 19:13:53 +02:00
  • 23ad036ed6 Merge branch 'master' of git://github.com/mossmann/libopencm3 TitanMKD 2012-06-03 23:49:00 +02:00
  • b55d006d02 got I2C demo working but stuff still needs to be moved out of here and into drivers Michael Ossmann 2012-06-03 14:55:51 -06:00
  • 67a048b5b0 Added SCU I2C0 specific configuration. TitanMKD 2012-06-03 18:57:33 +02:00
  • 646e8f20f1 Merge branch 'master' of git://github.com/libopencm3/libopencm3 TitanMKD 2012-06-03 18:55:42 +02:00
  • cb1cd9d9d6 Merge branch 'master' of git://github.com/libopencm3/libopencm3 TitanMKD 2012-06-02 09:47:52 +02:00
  • e7fbc2220b Added JellyBean Configuration for PinMux, GPIO In/Out (work in progress). Added scu driver file scu.c. Modified Makefile/Makefile.include to generate .map file and use -O2 as optimization. Modified hackrf-jellybean miniblink.c to enable 1V8 and blink LED1,2&3 with configuration of PinMux and GPIO. TitanMKD 2012-06-02 09:45:03 +02:00
  • 770134b4d5 prefixed some register defs Michael Ossmann 2012-06-01 12:49:06 -06:00
  • 12a73ce052 Use ODR instead of IDR to toggle an output GPIO Nicolas Schodet 2012-05-31 00:08:23 +02:00
  • 10e71edb82 started i2c example, still incomplete and much will be moved to drivers/headers elsewhere Michael Ossmann 2012-05-30 10:08:04 -06:00
  • 5339d06e9c Windowed Watchdog Timer register definitions Michael Ossmann 2012-05-29 15:35:00 -06:00
  • 428ae82fc1 Alarm Timer register definitions Michael Ossmann 2012-05-29 15:32:08 -06:00
  • 642d8a7451 Repetitive Interrupt Timer register definitions Michael Ossmann 2012-05-29 15:30:04 -06:00
  • 2eb41f00b4 Timer register definitions Michael Ossmann 2012-05-29 15:26:11 -06:00
  • 1ca7c648a9 SDIO register definitions Michael Ossmann 2012-05-29 15:17:55 -06:00
  • fd3f3bc0bb GPDMA register definitions Michael Ossmann 2012-05-29 15:12:04 -06:00
  • 7652a8457f GIMA register definitions Michael Ossmann 2012-05-29 14:56:32 -06:00
  • 7981469a35 SCU register definitions Michael Ossmann 2012-05-29 14:48:38 -06:00
  • c185f9b40f Event Router register definitions Michael Ossmann 2012-05-29 12:33:06 -06:00
  • 702559e2cb ADC register definitions Michael Ossmann 2012-05-29 12:23:44 -06:00
  • 5c2e954997 I2S register definitions Michael Ossmann 2012-05-29 12:19:47 -06:00
  • 40572e7541 I2C register definitions Michael Ossmann 2012-05-29 12:14:27 -06:00
  • 328cf2a2b7 I2C register definitions Michael Ossmann 2012-05-29 11:52:08 -06:00
  • 0d3fbc154b basic usb.h (only USB0 registers so far) Michael Ossmann 2012-05-29 11:23:14 -06:00
  • 8b98d63c5d better? names in creg.h Michael Ossmann 2012-05-28 17:05:50 -06:00
  • 5585e41311 remembered to use MMIO32() everywhere Michael Ossmann 2012-05-28 16:59:18 -06:00
  • 98bb0b5c91 started nvic.h with some interrupt IDs Michael Ossmann 2012-05-28 16:52:12 -06:00
  • a0a646d4a5 basic rgu.h Michael Ossmann 2012-05-28 16:27:08 -06:00
  • 79e46f0ca8 typographical fix Michael Ossmann 2012-05-28 16:15:53 -06:00
  • 130a579a59 basic ccu.h Michael Ossmann 2012-05-28 16:15:33 -06:00
  • 281e2291ce basic cgu.h Michael Ossmann 2012-05-28 15:32:51 -06:00
  • 8666905e3a basic creg.h Michael Ossmann 2012-05-28 15:02:33 -06:00
  • 8f19691438 completed LPC43xx memorymap.h Michael Ossmann 2012-05-28 14:45:03 -06:00
  • 713a210b59 basic SGPIO header Michael Ossmann 2012-05-28 14:02:39 -06:00
  • 06620040aa Header files for Doxygen group structure, layout changes to headings, example markup in stm32f1/ rcc Ken Sarkies 2012-05-28 21:38:55 +09:30
  • 38abe9f01f replaced linker script I accidentally deleted Michael Ossmann 2012-05-27 23:07:13 -06:00
  • 3e036a107f added diolan-lpc-4350-db1 examples Michael Ossmann 2012-05-27 23:02:56 -06:00
  • 82181c2cda trying to rm again Michael Ossmann 2012-05-27 23:02:18 -06:00
  • 24cc217d10 lpcvtcksum: a simple Python program for generating LPC43xx vector table signatures Michael Ossmann 2012-05-27 22:57:56 -06:00
  • 27b1597c1a rm renamed file Michael Ossmann 2012-05-27 20:33:18 -06:00
  • 154f67598b Fixed setting of interrupt priorities. Gareth McMullin 2012-05-26 20:47:47 +12:00
  • 7011d47c70 Mark reg32 variables as used. So that the compiler does not complain. Piotr Esden-Tempski 2012-05-25 17:56:15 -07:00
  • 9645172453 lpc43xx example, copied from lpc17xx and modified Michael Ossmann 2012-05-22 14:47:27 -06:00
  • 4c37af55f4 renamed linker script Michael Ossmann 2012-05-22 14:46:05 -06:00
  • 50999194d2 added lpc43xx to target list Michael Ossmann 2012-05-22 14:23:57 -06:00
  • 3a9d48923a semicolons might help Michael Ossmann 2012-05-22 14:21:11 -06:00
  • 61e162e3d2 Makefile updates Michael Ossmann 2012-05-22 14:20:39 -06:00
  • 7d434c3ebc typo fix Michael Ossmann 2012-05-22 14:19:45 -06:00