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
Age
Commit message (
Expand
)
Author
2017-10-11
docs/library: Add missing cross-ref links for classes in pyb module.
Mike Causer
2017-10-11
py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.
Damien George
2017-10-10
atmel-samd: Add support for internal filesystems. (#311)
Scott Shawcroft
2017-10-10
py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.
Damien George
2017-10-10
py/modmath: Convert log2 macro into a function.
Damien George
2017-10-10
py/modmath: Add full checks for math domain errors.
Damien George
2017-10-10
docs/esp8266/quickref: Add quickref info for RTC class.
Mike Causer
2017-10-10
docs/pyboard/tutorial: Update now that yellow LED also supports PWM.
Mike Causer
2017-10-10
docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes.
Mike Causer
2017-10-10
py/bc: Update opcode_format_table to match the bytecode.
Damien George
2017-10-09
docs/library/network: Clarify usage of "bssid" arg in connect() method.
Damien George
2017-10-09
esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.
Damien George
2017-10-08
ports/nrf: Add WT51822-S4AT board.
Ayke van Laethem
2017-10-09
examples: hwconfig_console: Add .on()/.off() methods.
Paul Sokolovsky
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-10-08
Update pwm.rst
Alex Vasylenko
2017-10-08
tools/pyboard: Update docstring for additional device support.
Paul Sokolovsky
2017-10-07
zephyr: Switch to interrupt-driven pull-style console.
Paul Sokolovsky
2017-10-07
tests/run-tests: Close device under test using "finally".
Paul Sokolovsky
2017-10-07
zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.
Paul Sokolovsky
2017-10-06
stm32/boards: Fix typos in stm32f767_af.csv table.
Damien George
2017-10-06
drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.
Damien George
2017-10-06
drivers/display/ssd1306: Implement SSD1306_I2C poweron method.
Tiago Queiroz
2017-10-05
tools/pyboard: Use repr() when quoting data in error messages.
Paul Sokolovsky
2017-10-05
tests/extmod: Add test for '-' in character class in regex.
Damien George
2017-10-05
stm32/modnwwiznet5k: Get the IP address of an established socket.
Li Weiwei
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-05
py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.
Damien George
2017-10-05
py: Clean up unary and binary enum list to keep groups together.
Damien George
2017-10-04
ports/nrf: Update Makefile and README.md after moving port to new directory
Glenn Ruben Bakke
2017-10-04
ports/nrf: Align help.c builtin help text to use correct type after upmerge w...
Glenn Ruben Bakke
2017-10-04
ports/nrf: Moving nrf51/52 port to new ports directory
Glenn Ruben Bakke
2017-10-04
ports/nrf: Upmerging port with upstream master
Glenn Ruben Bakke
2017-10-04
nrf: Aligning with upstream the use of nlr_raise(mp_obj_new_exception_msg(&mp...
Glenn Ruben Bakke
2017-10-04
nrf/modules/random: Backport of microbit random number generator module
glennrub
2017-10-04
nrf/hal/rng: Adding HAL driver for accessing RNG peripheral
glennrub
2017-10-04
nrf/boards: Adding Arduino Primo board support (#88)
glennrub
2017-10-04
nrf: Add support for floating point on nrf52 targets.
Glenn Ruben Bakke
2017-10-04
lib/libm: Fix tanhf so that it correctly handles +/- infinity args.
Damien George
2017-10-04
py/mpprint: Only check for null string printing when NDEBUG not defined.
Damien George
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
py/objtype: Change type of enum-to-qstr table to uint16_t to save space.
Damien George
2017-10-04
docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.
Gabe
2017-10-03
Add a `gamepad` module for handling buttons in the background. (#295)
Radomir Dopieralski
2017-10-03
Do not allow a *io object to be used after deinit().
Dan Halbert
2017-10-03
Add board file for the hacked Trinket M0 Haxpress (#303)
Radomir Dopieralski
2017-10-04
py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.
chrismas9
[prev]
[next]