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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
modmachine.c
Age
Commit message (
Expand
)
Author
2016-08-07
esp8266/modmachine: Implement dummy sleep() function.
Paul Sokolovsky
2016-08-07
esp8266/modmachine: Implement idle() function.
Paul Sokolovsky
2016-06-06
esp8266: Let RTC work correctly after deepsleep.
puuu
2016-06-01
esp8266: Provide a dedicated variable to disable ets_loop_iter.
Damien George
2016-05-31
esp8266/modmachine: Add machine.time_pulse_us function.
Damien George
2016-05-26
esp8266/modmachine: Add disable_irq and enable_irq functions.
Damien George
2016-04-25
py: Move call_function_*_protected() functions to py/ for reuse.
Paul Sokolovsky
2016-04-21
esp8266: Implement basic deep-sleep capabilities.
Damien George
2016-04-15
esp8266/modmachine: Add reset_cause() function.
Paul Sokolovsky
2016-04-12
esp8266: Switch from using custom I2C driver to generic extmod one.
Damien George
2016-04-06
esp8266: Add initial implementation of machine.UART.
Damien George
2016-04-05
esp8266: Move pyb.unique_id() to machine.unique_id().
Paul Sokolovsky
2016-04-05
esp8266: Move pyb.hard_reset() to machine.reset().
Paul Sokolovsky
2016-03-26
esp8266: Link ADC class into machine module.
Damien George
2016-03-26
esp8266: Add PWM support.
Damien George
2016-03-25
esp8266: Implement software SPI class.
Damien George
2016-03-24
esp8266: Add basic I2C driver, with init and writeto methods.
Damien George
2016-03-09
esp8266: Move pyb.freq to machine.freq.
Damien George
2016-03-05
esp8266/modmachine: Add Pin class from modpyb.
Paul Sokolovsky
2016-03-04
esp8266/modmachine: Timer: Add ONE_SHOT and PERIODIC symbolic constants.
Paul Sokolovsky
2016-03-04
esp8266/modmachine: Use etshal.h.
Paul Sokolovsky
2016-03-04
esp8266/modmachine: Changing params of a timer requires disarming it first.
Paul Sokolovsky
2016-03-04
esp8266/modmachine: Basic implementation of Timer for OS virtual timers.
Paul Sokolovsky
2016-03-04
esp8266: Add modmachine with mem* arrays.
Paul Sokolovsky