summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/adc.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* stmhal: Add support for NUCLEO_F446RE board.Dave Hylands2017-06-07
* stmhal: Convert all module and method tables to use MP_ROM macros.Damien George2017-05-06
* all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky2017-01-04
* stmhal: Add STM32F769DISC board files.Rami Ali2016-12-13
* stmhal/adc: Use constants from new HAL version.Damien George2016-12-05
* stmhal/adc: Make channel "16" always map to the temperature sensor.Damien George2016-11-30
* stmhal/adc: Add support for F767 MCU.Damien George2016-11-30
* stmhal/adc: Add ADCAll.read_vref method, returning "3.3v" value.Damien George2016-11-30
* stmhal/adc: Make ADCAll.read_core_temp return accurate float value.Damien George2016-11-30
* stmhal/adc: Provide more accurate measure of VBAT and VREFINT.Damien George2016-11-30
* stmhal/adc: Add "mask" selection parameter to pyb.ADCAll constructor.Damien George2016-11-29
* stmhal: Make ADC channel 16 available on L4 MCUs.Matt Brejza2016-08-25
* stmhal/adc.c: Get ADC working on STM32L4 MCUs.Tobias Badertscher2016-08-11
* stmhal: L4: Modify adc.c to add support for STM32L4 series.Tobias Badertscher2016-04-16
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George2015-08-03
* stmhal: Add STM32F7DISC and associated changes.Dave Hylands2015-07-30
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* stmhal: Allow ADC.read_timed to take Timer object in place of freq.Damien George2015-07-22
* py/binary: Make return type of mp_binary_get_size size_t instead of int.Kaspar Schleiser2015-05-17
* stmhal: Add support for STM32F411 MCU.Damien George2015-04-18
* stmhal: Exclude code for those timers that don't exist in the hardware.Damien George2015-04-18
* stmhal: Use new %q format to print qstr's in a few more places.blmorris2015-04-16
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* stmhal: Optimise ADC.read_timed() so that it can sample up to 750kHz.Damien George2015-03-23
* stmhal: Fix adc.read_timed so buffer store respects element size.Damien George2015-03-13
* stmhal: Fix ADC multiplier from 4096 to 4095; optimise fp operation.Damien George2015-02-11
* stmhal/adc.c: Fix calculation of read_core_vref()blmorris2015-02-06
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Fix timer overflow code.Dave Hylands2014-09-27
* Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George2014-08-30
* stmhal: Fix printing of pin name in error message.Damien George2014-08-16
* stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.Paul Sokolovsky2014-06-29
* Fix problem with ADC reads and multiple channelsDave Hylands2014-06-16
* Add license header to (almost) all files.Damien George2014-05-03
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* stmhal: Add documentation in comments, and script to generate HTML.Damien George2014-04-29
* stmhal: Add SPI class.Damien George2014-04-20
* stmhal: Update for mp_binary_get_size() refactor.Paul Sokolovsky2014-04-19
* stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.Damien George2014-04-18
* stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George2014-04-18
* build: Simplify build directory layout by putting all headers in genhdr.Damien George2014-04-17
* stmhal: Add ADC function to read data at a given frequency.Damien George2014-04-15
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* Merge map.h into obj.h.Damien George2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* stmhal: Use rt_check_nargs to check number of arguments.Damien George2014-03-26
* Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George2014-03-26