Commit Graph

  • 0287fd9029 Add more support functions for flash handling. Uwe Hermann 2010-10-18 00:20:59 +02:00
  • 6ba179b361 Various cosmetic and coding style fixes. Uwe Hermann 2010-06-29 23:01:44 +02:00
  • 47b31246ca rcc: Cosmetics and coding style fixes. Uwe Hermann 2010-06-29 22:29:57 +02:00
  • 388f940475 Initial EXTI support. Thanks to Mark Butler <mbutler@physics.otago.ac.nz>. Thomas Otto 2010-05-12 18:10:38 +02:00
  • 898c118e1e Fix of rtc_set_counter_val(). supplied by Jim <lordjames@y7mail.com> Thomas Otto 2010-05-12 16:26:01 +02:00
  • 3dfeb30b41 Deleted double definition IWDG_PR_DIV256. Thomas Otto 2010-05-11 22:00:55 +02:00
  • d08ee7e333 Changed examples to new rcc definitions. Thomas Otto 2010-05-11 14:50:55 +02:00
  • b2bca1f1a4 Changed rtc.c to use the changed defines. Thomas Otto 2010-05-11 14:36:56 +02:00
  • 141a291e8d Changed rcc.c to use the new definitions. Thomas Otto 2010-05-11 14:26:46 +02:00
  • dd5553f122 Changed rcc.h defs to rcc_registername_ prefix. Thomas Otto 2010-05-11 13:46:10 +02:00
  • 93fe67908a Add more RTC functions and an RTC example. Uwe Hermann 2010-05-10 00:40:42 +02:00
  • 8195b1a718 Renamed power.h -> pwr.h. Thomas Otto 2010-05-06 00:54:21 +02:00
  • fbb05e1536 Changed defs POWER->PWR to be in sync with datasheet. Thomas Otto 2010-05-03 19:23:56 +02:00
  • 8467f0ee25 Added BKP definitions. Thomas Otto 2010-05-03 18:51:36 +02:00
  • 5b48dc1845 Added definitions for CRC. Thomas Otto 2010-05-03 16:49:08 +02:00
  • 7450d0aad1 Added definitions for POWER control. Thomas Otto 2010-05-03 15:31:55 +02:00
  • e172a05f86 Added definitions for WWDG. Thomas Otto 2010-05-03 14:17:07 +02:00
  • 11b366b27d Corrected IWDG_BASE calculations. Thomas Otto 2010-05-02 21:08:00 +02:00
  • c249c7f772 Added initial IWDG definitions. Thomas Otto 2010-05-02 21:03:15 +02:00
  • ffcf53ef00 Make examples/other make use of new clock setup. Thomas Otto 2010-05-02 20:28:51 +02:00
  • 4f272b4ad4 Added rcc clock setup function for 16mhz crystal. Thomas Otto 2010-05-02 20:20:04 +02:00
  • 8dc36291d1 Fixed channel group setting with more then 6 items. Thomas Otto 2010-05-02 15:56:48 +02:00
  • a104b63ea9 Added DOGM128 LCD display example (SPI). Thomas Otto 2010-05-02 14:44:31 +02:00
  • 4ae25c865b Corrected comment only. Thomas Otto 2010-04-13 22:42:26 +02:00
  • d3890f9b32 Added systick example to Makefile. Thomas Otto 2010-04-13 22:38:24 +02:00
  • 7c32f63332 Added little systick example. Thomas Otto 2010-04-13 22:33:52 +02:00
  • 905b5112b6 Some improvements to systick.h+c. Thomas Otto 2010-04-13 22:26:07 +02:00
  • 37e71e3e5c Added spi_send() to the spi.h. Thomas Otto 2010-04-12 21:22:02 +02:00
  • 0fed8c6cc5 Added spi_send() equivalent to usart_send(). Thomas Otto 2010-04-12 21:12:52 +02:00
  • e68f248d11 Fixed typo. Thomas Otto 2010-04-02 22:23:11 +02:00
  • 56dd9bc887 Completed spi.h. Thomas Otto 2010-04-02 21:42:48 +02:00
  • 47c51fc9cc Some additions to spi.c+h. Thomas Otto 2010-03-30 22:29:02 +02:00
  • e50b836ada Added timer_interrupt example. Thomas Otto 2010-03-28 16:11:45 +02:00
  • 9dc0af94b0 Added dma_mem2mem example. Thomas Otto 2010-03-28 15:52:49 +02:00
  • 97e27b2430 Make 72MHz the default in usart.c Thomas Otto 2010-03-28 15:51:10 +02:00
  • 9d2e074b3d Cosmetic fixes. Thomas Otto 2010-03-28 15:19:32 +02:00
  • 9132e6b9f5 Corrected definitions in dma.h. Thomas Otto 2010-03-26 23:13:52 +01:00
  • 561ce37809 Changed address setting in dma.c+h. Thomas Otto 2010-03-26 17:36:15 +01:00
  • 0f710dd8fa Fixed settings of groups in adc.c. Thomas Otto 2010-03-26 17:35:15 +01:00
  • 2bada0dacd Merge branch 'master' of tommi@viadmin.org:/opt/git/libopenstm32 Thomas Otto 2010-03-26 10:17:00 +01:00
  • bd725f59ae Small corrections/additions to adc.h. Thomas Otto 2010-03-26 10:14:17 +01:00
  • 3518301870 Integrated systick into build system. Thomas Otto 2010-03-25 13:13:01 +01:00
  • feb3f187fe Added systick.h definitions. Thomas Otto 2010-03-25 13:11:59 +01:00
  • be986aa8d9 Corrected Makefile for ADC example Thomas Otto 2010-03-25 10:13:15 +01:00
  • d96b318795 Added some address setting functions to dma. Thomas Otto 2010-03-24 22:51:43 +01:00
  • a0e026d110 Added generic values for ADC_SMPR_SMP to adc.h. Thomas Otto 2010-03-24 20:44:32 +01:00
  • 3882f8f96f Fixed binary name in README Thomas Otto 2010-03-24 20:41:27 +01:00
  • 384a7e688e Added adc_temperature_sensor to examples Thomas Otto 2010-03-24 20:36:19 +01:00
  • eb3f45dcdb Completed scb.h definitions. Thomas Otto 2010-03-24 15:39:44 +01:00
  • cdf93fedfa Small correction in isr table. Thomas Otto 2010-03-23 21:05:37 +01:00
  • 1f8d94df35 Added irq number definitions. Thomas Otto 2010-03-23 21:02:01 +01:00
  • 80984d44c4 splitted nvic and scb Thomas Otto 2010-03-22 22:08:07 +01:00
  • 426d6a45fc added some SCB defs. Added some NVIC functions. Thomas Otto 2010-03-22 22:01:44 +01:00
  • e4788f67b6 added dma.h and basic functions Thomas Otto 2010-03-22 21:52:49 +01:00
  • 561c9a1d3e added basic adc funktions Thomas Otto 2010-03-22 21:40:08 +01:00
  • a6342d4968 Cosmetic fixes. Uwe Hermann 2010-03-06 15:22:09 +01:00
  • e6c72d5cfc Fix bug: PLLMUL_PLL_CLK_MUL9 is correct. Uwe Hermann 2010-03-06 15:07:21 +01:00
  • 4390abfd95 Cosmetic and coding style changes. Uwe Hermann 2010-03-06 14:49:59 +01:00
  • dd0548ee2b Add some development guidelines and notes. Uwe Hermann 2010-03-05 23:52:22 +01:00
  • b3618ffa3d Factor out coding guidelines to HACKING. Uwe Hermann 2010-03-05 23:39:06 +01:00
  • bc9a9ebec1 Small README fixes. Uwe Hermann 2010-03-05 23:38:11 +01:00
  • d8eb8ce746 Consistently use the hex file for flashing. Uwe Hermann 2010-03-05 23:30:26 +01:00
  • 8faf33275a Makefile output cosmetic improvements. Uwe Hermann 2010-03-05 23:24:09 +01:00
  • 20ff2d9a7b Drop unused comments. Uwe Hermann 2010-03-05 23:16:56 +01:00
  • 87df73edf2 Print "Entering directory" only upon "make V=1". Uwe Hermann 2010-03-05 23:13:47 +01:00
  • 2c8ae015d0 Use standardized reg32 variable name. Uwe Hermann 2010-03-05 22:46:27 +01:00
  • 46e5ed202a Add i2c_stts75_sensor example. Uwe Hermann 2010-03-05 22:35:29 +01:00
  • f514162134 Add some more ADC support. Uwe Hermann 2010-03-05 20:59:07 +01:00
  • f1a6e56f5c gpio: Fix some issues with gpio_set_mode(). Uwe Hermann 2010-03-05 19:46:57 +01:00
  • 54dfb91996 Add missing spi.h #include. Uwe Hermann 2010-03-04 21:35:59 +01:00
  • e7cadf0822 Use direct #includes instead of libopenstm32.h. Uwe Hermann 2010-03-04 21:25:25 +01:00
  • 92194abda4 Trivial quickfix for some compiler warnings. Uwe Hermann 2010-03-04 21:08:36 +01:00
  • d7489ebfbd Added standard clock setup routines. Piotr Esden-Tempski 2010-03-04 20:37:04 +01:00
  • d84c4030b2 Cleaned up header inclusion. Piotr Esden-Tempski 2010-03-04 19:16:24 +01:00
  • 9b4b4b1c83 Add SPI example framework (unfinished). Uwe Hermann 2010-03-02 10:59:17 +01:00
  • 742c595114 Add initial set of I2C functions. Uwe Hermann 2010-03-01 21:47:14 +01:00
  • 5455b0970e Add missing GPIO definitions for I2C1, I2C2, SPI2. Uwe Hermann 2010-02-27 23:21:25 +01:00
  • cdc1846f5b Added gamma 2.2 and set as default gamma for fade mode. Piotr Esden-Tempski 2010-02-27 20:58:31 +01:00
  • 9928fb0820 Add missing Makefile snippets for pwmleds. Uwe Hermann 2010-02-24 00:37:10 +01:00
  • c441007867 Drop useless endif markers. Uwe Hermann 2010-02-24 00:34:18 +01:00
  • 7e1b849feb i2c: Add initial i2c.h header file and registers. Uwe Hermann 2010-02-24 00:32:55 +01:00
  • 75e66f26d7 Revert unintended change. Uwe Hermann 2010-02-23 23:39:09 +01:00
  • 0a0be96d12 Cosmetics, whitespace, coding style. Uwe Hermann 2010-02-23 23:38:05 +01:00
  • 2c404f962a Added KITT mode. Piotr Esden-Tempski 2010-02-22 15:56:49 +01:00
  • da2b9d94fb Added gamma 2.5 corrected 3.0 table added fade mode. Piotr Esden-Tempski 2010-02-22 15:06:28 +01:00
  • c713c02e9d Scaled gamma 1.3 table to cover whole power range. Piotr Esden-Tempski 2010-02-22 13:59:51 +01:00
  • 002ec200ad Added proper gamma correction tables. Piotr Esden-Tempski 2010-02-22 12:59:15 +01:00
  • 18097d9ed0 Added pwmleds example for mb252 board. Piotr Esden-Tempski 2010-02-22 10:03:56 +01:00
  • efb510f526 Modified include model of some files. Piotr Esden-Tempski 2010-02-22 10:01:55 +01:00
  • 94ccc164db Use --no-print-directory option of 'make'. Uwe Hermann 2010-01-26 03:12:23 +01:00
  • 06fa19df3e Cosmetics in build output. Uwe Hermann 2010-01-26 03:11:06 +01:00
  • da79139560 Fix Makefile to use new directory names. Uwe Hermann 2010-01-26 03:02:06 +01:00
  • da8d9de6b0 Rename example directory names to all-lowercase. Uwe Hermann 2010-01-26 03:01:25 +01:00
  • ed0e46c31e Fixed a cut&paste typo in gpio.h. Piotr Esden-Tempski 2010-01-25 16:43:08 +01:00
  • 14ec3bdf39 Added bit definitions of AFIO registers. Piotr Esden-Tempski 2010-01-22 19:46:06 +01:00
  • 6ca739296d Updated example README files. Piotr Esden-Tempski 2010-01-22 17:48:16 +01:00
  • bc46b3118e Added all handlers to the vector table. Piotr Esden-Tempski 2010-01-22 17:03:42 +01:00
  • 4935a0ddd8 Moved vector_table to the library. Piotr Esden-Tempski 2010-01-22 15:53:47 +01:00
  • a88c1b0ee9 Fixed ROM start address in linker scripts. Piotr Esden-Tempski 2010-01-22 13:44:24 +01:00
  • 699ec0fb15 Added fancyblink example for the MB525 eval board. Piotr Esden-Tempski 2010-01-22 13:00:13 +01:00