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
Age
Commit message (
Expand
)
Author
2014-03-23
stmhal: Improved interface to accelerometer.
Damien George
2014-03-23
stmhal: Remove servo LED debugging.
Damien George
2014-03-23
stm/stmhal: Change gammaf to tgammaf.
Damien George
2014-03-23
Merge pull request #365 from xbe/tgamma
Damien George
2014-03-23
Merge pull request #354 from xbe/osx-fix
Damien George
2014-03-23
stmhal: Change flash MSD from fixed to removable drive.
Damien George
2014-03-23
py/builtinmath.c: use tgamma() instead of gamma().
xbe
2014-03-22
Fix OS X detection.
xbe
2014-03-23
stmhal: Copy changes to math.c from stm port.
Damien George
2014-03-23
Merge pull request #356 from iabdalkader/d2f
Damien George
2014-03-23
Merge pull request #364 from pfalcon/mpz-unbreak-int-long
Damien George
2014-03-23
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-23
stmhal: Improve LED intensity get/set method.
Damien George
2014-03-23
py: Improve dir(): extract names from type->methods table.
Damien George
2014-03-23
objint_mpz: Quick&dirty implementation of bitwise operations.
Paul Sokolovsky
2014-03-23
run-tests: Dump output of failing tests to files again.
Paul Sokolovsky
2014-03-22
stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-22
stmhal: Add intensity method for blue LED.
Damien George
2014-03-22
stmhal: Add input() and pyb.input() functions.
Damien George
2014-03-22
py: Remove some unnecessary exception objects.
Damien George
2014-03-22
objgenerator: Add comments for latest mp_obj_gen_instance_t refactors.
Paul Sokolovsky
2014-03-22
py: Add 'object' object.
Damien George
2014-03-22
py: Add function to convert long int to float.
Damien George
2014-03-22
stm/stmhal: Add more math stubs.
Damien George
2014-03-22
py: Fix types in new math functions.
Damien George
2014-03-22
py: Fix int -> machine_uint_t.
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-22
Merge pull request #360 from rjdowdall/master
Damien George
2014-03-22
Merge branch 'master' of https://github.com/rjdowdall/micropython
Rachel Dowdall
2014-03-22
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
2014-03-22
Merge pull request #359 from rjdowdall/master
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-03-22
Fixed floor division on mp ints and small ints. Added a floordivide test case.
Rachel Dowdall
2014-03-22
stmhal: Servo driver can move at a given speed.
Damien George
2014-03-22
Merge pull request #358 from pfalcon/gen-exc-stack
Damien George
2014-03-22
Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...
Rachel Dowdall
2014-03-22
objgenerator: Implement .throw() method to throw exceptions into generator.
Paul Sokolovsky
2014-03-22
objgenerator: Implement throwing exceptions out of generator.
Paul Sokolovsky
2014-03-22
objgenerator: Keep exception stack within generator object, like value stack.
Paul Sokolovsky
2014-03-22
stmhal: Add servo driver.
Damien George
2014-03-22
Added exception hierarchy except for OSError and UnicodeError (requires argum...
Rachel Dowdall
2014-03-22
stmhal: Add time module with sleep function.
Damien George
2014-03-22
stmhal: Add os module with a few basic functions.
Damien George
2014-03-22
Fixed broken math functions that return bool and added some more.
Rachel Dowdall
2014-03-22
stmhal: Add PYBv10 config; add RNG support.
Damien George
2014-03-22
stmhal: Tidy up USB CDC+MSC device some more.
Damien George
2014-03-22
sthmal: Remove obsolete files.
Damien George
2014-03-22
stmhal: Tidy up USB device configuration. Make it use less RAM.
Damien George
2014-03-22
Merge branch 'master' of github.com:micropython/micropython
Damien George
[next]