index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
adc.c
Age
Commit message (
Expand
)
Author
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-16
stmhal: Fix printing of pin name in error message.
Damien George
2014-06-29
stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.
Paul Sokolovsky
2014-06-16
Fix problem with ADC reads and multiple channels
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-29
stmhal: Add documentation in comments, and script to generate HTML.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-19
stmhal: Update for mp_binary_get_size() refactor.
Paul Sokolovsky
2014-04-18
stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-15
stmhal: Add ADC function to read data at a given frequency.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-26
stmhal: Use rt_check_nargs to check number of arguments.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-24
Fix netduino to build
Dave Hylands
2014-03-24
stmhal: Make pyb.ADC the ADC class (not a function).
Damien George
2014-03-24
stmhal - fixed up adc stuff
Dave Hylands