61 Commits (7c32f6333224eff28c2f5bb5725dcb47fd0084ab)

Author SHA1 Message Date
Thomas Otto 905b5112b6 Some improvements to systick.h+c. 15 years ago
Thomas Otto 0fed8c6cc5 Added spi_send() equivalent to usart_send(). 15 years ago
Thomas Otto 47c51fc9cc Some additions to spi.c+h. 15 years ago
Thomas Otto 97e27b2430 Make 72MHz the default in usart.c 15 years ago
Thomas Otto 9d2e074b3d Cosmetic fixes. 15 years ago
Thomas Otto 561ce37809 Changed address setting in dma.c+h. 15 years ago
Thomas Otto 0f710dd8fa Fixed settings of groups in adc.c. 15 years ago
Thomas Otto 3518301870 Integrated systick into build system. 15 years ago
Thomas Otto feb3f187fe Added systick.h definitions. 15 years ago
Thomas Otto d96b318795 Added some address setting functions to dma. 15 years ago
Thomas Otto cdf93fedfa Small correction in isr table. 15 years ago
Thomas Otto 426d6a45fc added some SCB defs. Added some NVIC functions. 15 years ago
Thomas Otto e4788f67b6 added dma.h and basic functions 15 years ago
Thomas Otto 561c9a1d3e added basic adc funktions 15 years ago
Uwe Hermann a6342d4968 Cosmetic fixes. 15 years ago
Uwe Hermann e6c72d5cfc Fix bug: PLLMUL_PLL_CLK_MUL9 is correct. 15 years ago
Uwe Hermann 4390abfd95 Cosmetic and coding style changes. 15 years ago
Uwe Hermann f514162134 Add some more ADC support. 15 years ago
Uwe Hermann f1a6e56f5c gpio: Fix some issues with gpio_set_mode(). 15 years ago
Uwe Hermann e7cadf0822 Use direct #includes instead of libopenstm32.h. 15 years ago
Uwe Hermann 92194abda4 Trivial quickfix for some compiler warnings. 15 years ago
Piotr Esden-Tempski d7489ebfbd Added standard clock setup routines. 15 years ago
Uwe Hermann 742c595114 Add initial set of I2C functions. 15 years ago
Piotr Esden-Tempski bc46b3118e Added all handlers to the vector table. 15 years ago
Piotr Esden-Tempski 4935a0ddd8 Moved vector_table to the library. 15 years ago
Uwe Hermann 1f9479e673 Add initial (unfinished, untested) RTC support. 15 years ago
Uwe Hermann 3e29876d98 rcc: Add a few functions to set prescalers. 15 years ago
Uwe Hermann 92dc4c361e Add empty lib/nvic.c to make libopenstm32 compile. 15 years ago
Piotr Esden-Tempski a38fc2c3a2 Added basic NVIC register defs and functions. 15 years ago
Uwe Hermann 8d1c464961 Add flash.o to list of objects to build. 15 years ago
Uwe Hermann d7d851e579 Prefix all flash related stuff with FLASH_. 15 years ago
Uwe Hermann 4fdb7f08fd Add initial flash memory register support. 15 years ago
Piotr Esden-Tempski 667f32bd45 Added USART_ prefix to bit definitions. 15 years ago
Uwe Hermann 312db1a301 Fix logic bugs in rcc_wait_for_osc_ready(). 15 years ago
Uwe Hermann 977f0ef6a0 Configure SPI as master in spi_init_master(). 15 years ago
Uwe Hermann 98997691d3 Add first version of spi_enable()/spi_disable(). 15 years ago
Uwe Hermann a7a3770d51 Add initial SPI code. 15 years ago
Uwe Hermann 88f35a4a7e ADC #defines, contributed by Edward Cheeseman <ed@landcrab.co.nz>. 15 years ago
Uwe Hermann 25a003b076 Add rcc_peripheral_{reset,clear_reset} functions. 15 years ago
Uwe Hermann c6ec621b1a Initial implementation of USART API functions. 16 years ago
Uwe Hermann 1f07553863 Fix comment. 16 years ago
Uwe Hermann cfd87f6b9d Add mini ld scripts in the example which include the global one. 16 years ago
Uwe Hermann 428e328b7e Install the ld script upon 'make install'. 16 years ago
Uwe Hermann 50ba77bea9 Factor out ld scripts into one common script in the lib. 16 years ago
Uwe Hermann 6db6d5b49c Add initial framework for USART support. So far only some #defines. 16 years ago
Uwe Hermann 574f77f6df Add -Wstrict-prototypes to CFLAGS for more strict checking. 16 years ago
Uwe Hermann 9fd3064cb2 Add more RCC related API functions and their prototypes. 16 years ago
Uwe Hermann a5a9648144 Add rcc_enable_peripheral_clock() et al, and respective prototypes. 16 years ago
Uwe Hermann 97440d8406 Turn rcc_osc_ready() into rcc_wait_for_osc_ready(), more useful. 16 years ago
Piotr Esden-Tempski 446de38728 Changed all includes to use <foo.h> notation. 16 years ago