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
/
extmod
/
moductypes.c
Age
Commit message (
Expand
)
Author
2014-12-10
py: Make functions static where appropriate.
Damien George
2014-12-05
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-30
moductypes: Make .sizeof() work with bytearrays.
Paul Sokolovsky
2014-10-30
moductypes: When dereferencing a field which is array of uint8, use bytearray.
Paul Sokolovsky
2014-10-30
moductypes: Make sure we can apply .sizeof() to all aggregate types.
Paul Sokolovsky
2014-10-06
py: Make mp_binary_set_val work on big endian machine.
Damien George
2014-09-27
Fix timer overflow code.
Dave Hylands
2014-09-02
extmod: Fix type-punned-ptr error.
Damien George
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-08-12
stmhal: Enable moductypes by default.
Damien George
2014-08-10
moductypes: Remove debug inclusion of stdio.h .
Paul Sokolovsky
2014-07-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-11
moductypes: Add symbolic constants to specify bitfield position/length.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky