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
2015-09-23
docs: Bump version to 1.4.6.
v1.4.6
Damien George
2015-09-23
unix/modjni: Factor out is_object_type().
Paul Sokolovsky
2015-09-23
windows: Make mpconfigport.h up-to-date with the unix port
stijn
2015-09-23
tests: Omit process output parsing in case of CalledProcessError
stijn
2015-09-23
py: Slightly simplify compile and emit of star/double-star arguments.
Damien George
2015-09-23
py: Fix call args when a stararg is followed by keyword args.
Delio Brignoli
2015-09-22
unix/modffi.c: cast first to intptr_t when casting from/to pointer
Vicente Olivert Riera
2015-09-22
unix/modjni: Move type analysis logic to new_jobject(), for reuse.
Paul Sokolovsky
2015-09-22
windows/msvc: Exclude modjni from build.
stijn
2015-09-21
cc3200: New SD and RTC API plus os and time modules' extensions.
Daniel Campora
2015-09-21
tests/wipy: Remove unneeded dependencies to pyb.Pin.
Daniel Campora
2015-09-21
cc3200: Correct safe boot level 1 blinking period.
Daniel Campora
2015-09-21
unix/modjni: Support for subscripting of Java lists (r/o so far).
Paul Sokolovsky
2015-09-20
unix/modjni: jvalue2py: Handle boolean.
Paul Sokolovsky
2015-09-19
tests: Add escaped quotes tests for REPL.
Alex March
2015-09-19
py/repl: Treat escaped quotes correctly in REPL continuation.
Alex March
2015-09-19
unix: Use MICROPY_HAL_H macro for header inclusion.
Alex March
2015-09-19
unix/modjni: py2jvalue: Pass jobject's down to Java.
Paul Sokolovsky
2015-09-18
drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip.
Damien George
2015-09-18
unix/modjni: py2jvalue: Handle both int and long java types (with TODO for lo...
Paul Sokolovsky
2015-09-17
unix/modjni: jvalue2py: Handle class-containing jvalues.
Paul Sokolovsky
2015-09-16
docs: Adapt WiPy's ADC doc and quickref to the new API.
Daniel Campora
2015-09-16
cc3200: New ADC API.
Daniel Campora
2015-09-16
tests/wipy: Improve I2C tests.
Daniel Campora
2015-09-16
cc3200: New SPI API.
Daniel Campora
2015-09-16
docs/wipy: Add pins to the I2C constructor.
Daniel Campora
2015-09-16
cc3200: New WDT API.
Daniel Campora
2015-09-16
cc3200: Add UART.ODD and UART.EVEN to select parity.
Daniel Campora
2015-09-16
cc3200: Replace Pin.PULL_NONE with None.
Daniel Campora
2015-09-16
docs: Update I2C and UART docs to match the new API.
Daniel Campora
2015-09-16
cc3200: Default peripheral ID support on I2C.
Daniel Campora
2015-09-16
cc3200: Increase error led blynk period to 100ms
Daniel Campora
2015-09-16
cc3200: Keep overwriting the same image on sequential updates.
Daniel Campora
2015-09-16
cc3200: Make UART choose default id when not given.
Daniel Campora
2015-09-16
cc3200: Reduce servers cycle time to improve FTP transfer rate.
Daniel Campora
2015-09-16
unix/modjni: Add env() module function.
Paul Sokolovsky
2015-09-15
py/objslice: Fix indent.
Tom Soulanille
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-15
stmhal: Use polling, not DMA, for 1 byte SPI transfers.
Damien George
2015-09-15
esp8266: Added wlan.isconnected() to maintain parity with other ports.
Bill Owens
2015-09-15
tests/README: Explain how tests get skipped
Tom Soulanille
2015-09-15
pic16bit: Add basic unistd.h file since it's not provided by tool chain.
Damien George
2015-09-15
py/mpz: Fix calculation of max digit storage for mpz; fix sys.maxsize.
Damien George
2015-09-15
unix/modjni: Return any object type value as a jobject.
Paul Sokolovsky
2015-09-14
unix/modjni: Return Java null as Python None.
Paul Sokolovsky
2015-09-14
unix/modjni: Support static methods.
Paul Sokolovsky
2015-09-13
tools: Upgrade upip to 0.5.8.
Paul Sokolovsky
2015-09-13
unix/modjni: Factor out new_jobject(), jvalue2py() functions.
Paul Sokolovsky
2015-09-12
stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.
Tom Soulanille
2015-09-12
esp8266: Remove "time" command from deploy target.
Damien George
[next]