summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25shared-bindings: Use unary_op type.Scott Shawcroft
2017-10-24Merge commit 'f57be61' into nrf2_mergeScott Shawcroft
2017-10-24tools: Correct ports directory nameScott Shawcroft
2017-10-24esp8266: Fix includesScott Shawcroft
2017-10-24Re-add atmel submodules.Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-24atmel-samd: Use our own CDC output cache because the internal (#366)Scott Shawcroft
2017-10-24atmel-samd: Update metro m4 USB PID. (#365)Scott Shawcroft
2017-10-23Merge 2.1.0 changes into master.Dan Halbert
2017-10-22Gracefully reset the gamepad moduleRadomir Dopieralski
2017-10-22atmel-samd: Correct the UF2 bootloader offset when converting the bin to uf2.Scott Shawcroft
2017-10-21First attempt to move py/modmath.c to shared-bindings/mathmrmcwethy
2017-10-20atmel-samd: Re-enable pin reset. Fixes #352 (#353)Scott Shawcroft
2017-10-19atmel-samd: Switch Metro M4 Express to SAMD51J19. (#351)Scott Shawcroft
2017-10-19shared-bindings/storage/__init__.c: Change remount() readonly to kw arg (#286).Josh Gadeken
2017-10-18atmel-samd: Turn on SAMD51 bootloader build layout. (#348)Scott Shawcroft
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
2017-10-18atmel-samd: Update asf4 to include USB fix for SAMD51.Scott Shawcroft
2017-10-18atmel-samd: Fix CDC now that its clear its async.Scott Shawcroft
2017-10-18atmel-samd: Add mass storage support.Scott Shawcroft
2017-10-17Added Trinket to README.md (#344)Andon
2017-10-13Merge pull request #320 from dhalbert/masterDan Halbert
2017-10-13ports/nrf: Add compile switch to disable VFS.Ayke van Laethem
2017-10-12TEMPORARY changes to get build to work on all boards. Make space on CPX; turn...Dan Halbert
2017-10-12merge 2.x changes into master; touch up Makefile CFLAGS logicDan Halbert
2017-10-12ports/nrf: Use --gc-sections to reduce code sizeAyke van Laethem
2017-10-12Don't create a new filesystem if we restart in safe mode. (#319)Dan Halbert
2017-10-12Replace asf4 tree with submodule repo adafruit/asf4, branch circuitpython.Dan Halbert
2017-10-10atmel-samd: Add support for internal filesystems. (#311)Scott Shawcroft
2017-10-08ports/nrf: Add WT51822-S4AT board.Ayke van Laethem
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
2017-10-08Update pwm.rstAlex Vasylenko
2017-10-04ports/nrf: Update Makefile and README.md after moving port to new directoryGlenn Ruben Bakke
2017-10-04ports/nrf: Align help.c builtin help text to use correct type after upmerge w...Glenn Ruben Bakke
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke
2017-10-04ports/nrf: Upmerging port with upstream masterGlenn Ruben Bakke
2017-10-04nrf: 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 moduleglennrub
2017-10-04nrf/hal/rng: Adding HAL driver for accessing RNG peripheralglennrub
2017-10-04nrf/boards: Adding Arduino Primo board support (#88)glennrub
2017-10-04nrf: Add support for floating point on nrf52 targets.Glenn Ruben Bakke
2017-10-04lib/libm: Fix tanhf so that it correctly handles +/- infinity args.Damien George
2017-10-04py/mpprint: Only check for null string printing when NDEBUG not defined.Damien George
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-04py/objtype: Change type of enum-to-qstr table to uint16_t to save space.Damien George
2017-10-04docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.Gabe
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-10-03Add board file for the hacked Trinket M0 Haxpress (#303)Radomir Dopieralski