libopencm3/lib
Karl Palsson 27bc12de61 stm32: unify bulk of adc convenience functions
This unifies stm32f1, l1, and f4 convenience functions for adc.  The code
should be useable for f2 and f37x as well, but that needs hardware for testing,
and there was no existing implementation. This is the reason for the
"adc_common_v1.c" name, as trying to put all the different families into the
common file name has become too cumbersome.

All of the deprecated routines have been dropped, they've been marked
deprecated for a very long time now, and porting them seemed unnecessary.

This has been tested on f1, l1 and f4 discovery boards, and is based on some
existing l1/f1 unification code from
https://github.com/karlp/libopencm3/tree/rme_l1_master
2014-02-05 10:39:00 +00:00
..
cm3 Add method to clear the systick value, that is undefined at startup. 2014-01-15 22:37:45 +01:00
dispatch [stm32f3] Properly turn on the FPU 2013-09-23 14:32:35 +00:00
efm32 Global: Allow overriding float-abi flags 2013-07-07 18:59:33 -07:00
ethernet [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
lm3s Global: Allow overriding float-abi flags 2013-07-07 18:59:33 -07:00
lm4f Global: Allow overriding float-abi flags 2013-07-07 18:59:33 -07:00
lpc13xx Global: Allow overriding float-abi flags 2013-07-07 18:59:33 -07:00
lpc17xx Global: Allow overriding float-abi flags 2013-07-07 18:59:33 -07:00
lpc43xx [Style] checked and corrected 2013-08-22 22:29:40 -07:00
sam [sam] Eliminate warnings 2013-12-16 19:31:23 +00:00
stm32 stm32: unify bulk of adc convenience functions 2014-02-05 10:39:00 +00:00
usb [usb-f103] Use the "modern" /rcc include instead of f1. 2013-09-05 17:35:07 +00:00
Makefile.include [CM3:DWT] Add the file to library build process for each target 2014-01-02 21:25:26 +01:00