index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
pybmodule.c
Age
Commit message (
Expand
)
Author
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
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
2014-03-24
stmhal: Add DAC driver.
Damien George
2014-03-24
stmhal: Make Led, Servo and Accel their class, not a function.
Damien George
2014-03-23
stmhal: Improved interface to accelerometer.
Damien George
2014-03-22
stmhal: Add input() and pyb.input() functions.
Damien George
2014-03-22
stmhal: Add servo driver.
Damien George
2014-03-22
stmhal: Add PYBv10 config; add RNG support.
Damien George
2014-03-20
stmhal: Add accelerometer driver; fix bug with LFN.
Damien George
2014-03-17
stmhal: Add fatfs support, working with flash and SD card.
Damien George
2014-03-17
stmhal: Add SD card support.
Damien George
2014-03-16
stmhal - Add usart support
Dave Hylands
2014-03-15
stmhal: Get RTC working.
Damien George
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands