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
/
modpyb.c
Age
Commit message (
Expand
)
Author
2014-05-08
Add gc.enable, gc.disable; remove pyb.gc.
Damien George
2014-05-06
stmhal: pyb: Use gc() function as defined by standard module "gc".
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
stmhal: Fix bug where negative delay/udelay lead to huge delays.
Damien George
2014-05-03
stmhal: Remove #include <stdint.h> from mpconfigport.h.
Damien George
2014-04-29
stmhal: Add documentation in comments, and script to generate HTML.
Damien George
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-21
stmhal: Make switch a class, to follow suit of all other modules.
Damien George
2014-04-21
stmhal: Add Timer class: simple TIM control, incl callback on IRQ.
Damien George
2014-04-21
stmhal: Rename USART to UART.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-19
stmhal: Improve RTC class; make fatfs use RTC for time stamping files.
Damien George
2014-04-19
stmhal: Add pyb.unique_id, to get unique id of MCU.
Damien George
2014-04-19
stmhal: Rename pyb.Led to pyb.LED to conform to naming rules.
Damien George
2014-04-19
stmhal: Remove pyb.input (use sys.stdio.read(1) instead).
Damien George
2014-04-18
stmhal: Update help and comments re gpio changing to Pin.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-16
stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled.
Damien George
2014-04-14
stmhal: Add pyb.wfi() function (calls __WFI).
Damien George
2014-04-13
stmhal: Little hack to dump GC allocation table using pyb.info().
Damien George
2014-04-05
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Damien George
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-29
stmhal: Add CDC+HID USB device.
Damien George
2014-03-29
stmhal: Factor out stdio and readline to separate files.
Damien George
2014-03-25
stmhal: Change Usart creation function to class make_new.
Damien George
2014-03-25
stmhal: Shuffle around some init functions in main().
Damien George
2014-03-25
stmhal: Add I2C support; change accel driver to use new I2C.
Damien George
2014-03-25
Proper support for registering builtin modules in ROM.
Damien George
[prev]