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
/
stm
/
adc.c
Age
Commit message (
Expand
)
Author
2014-05-21
stm: Remove long-obsolete stm/ port.
Damien George
2014-05-10
stm: Reorder mpconfig.h header inclusion to get stm building.
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-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-08
stm: Wrap some functions in MICROPY_ENABLE_FLOAT.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-12
Remove mp_obj_new_exception_msg_1_arg and _2_arg.
Damien George
2014-01-25
stm: Improved ADC module; add BOARD_NAME config value.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-19
stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0.
Damien George
2014-01-15
stm: Fix print methods with new kind argument.
Damien George
2014-01-14
Add ADC support for internal TEMP/VBAT/VREF
mux
2014-01-14
Implement initial ADC support
mux