aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-20travis: turn off artifact debug.0.9.6Scott Shawcroft
2017-04-20travis: working_dir doesn't work as expected. Try and fix it.Scott Shawcroft
2017-04-20atmel-samd: Remove debug prints from TouchInScott Shawcroft
2017-04-20travis: artifact upload tweaks.Scott Shawcroft
2017-04-20travis: Don't try and build ESP8266Scott Shawcroft
2017-04-20travis: Fix typoScott Shawcroft
2017-04-20Turn on build saving and uf2 creation.Scott Shawcroft
2017-04-20atmel-samd: Update CircuitPlayground Express pins for Rev G.Scott Shawcroft
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
2017-04-18atmel-samd: Switch to https for freetouch submodule.Scott Shawcroft
2017-04-18atmel-samd: Turn on framebuf for Express boards because they have space.Scott Shawcroft
2017-04-18atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.Scott Shawcroft
2017-04-18esp8266: Fix busio.SPI to take both MOSI and MISO.Scott Shawcroft
2017-04-18atmel-samd: Swap out pulseio for touchio based on FreeTouch.Scott Shawcroft
2017-04-15Merge pull request #118 from dhalbert/masterScott Shawcroft
2017-04-15atmel-samd: HID report descriptor for mouse had to be COMPILER_WORD_ALIGNED.Dan Halbert
2017-04-13Correct PulseOut example code0.9.5Scott Shawcroft
2017-04-13atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise.Scott Shawcroft
2017-04-13atmel-samd: Account for pending ticks in PulseIn. Fixes #116.Scott Shawcroft
2017-04-13esp8266: Don't reset TX and RX lines. The pullup is required forScott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-11atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...Scott Shawcroft
2017-04-11atmel-samd: Reset PulseIn correctly on soft reset.Scott Shawcroft
2017-04-11atmel-samd: Fix PulseIn duration math to handle case when current us time is ...Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-28esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...Scott Shawcroft
2017-03-27atmel-samd: Update Feather M0 Express USB pid.0.9.3Scott Shawcroft
2017-03-27atmel-samd: Add message for when auto reset is off. Fixes #112Scott Shawcroft
2017-03-27Change to official Feather M0 Express branding.Scott Shawcroft
2017-03-25Add low-level OneWire support class.Scott Shawcroft
2017-03-24Add PulseIn support which can be used to measure a series of pulse widths.0.9.2Scott Shawcroft
2017-03-10Add PulseOut which can pulse a PWMOut for IR remote transmission.Scott Shawcroft
2017-03-10esp8266: Turn off framebuf to get space.Scott Shawcroft
2017-03-10Fix duty_cycle constructor argument to PWMOut.Scott Shawcroft
2017-03-09atmel-samd: Turn on stack checking so infinite recursion doesn't completely c...Scott Shawcroft
2017-03-07Update the Python intersphinx reference to Python 3 https.Scott Shawcroft
2017-03-07shared-bindings: Do a pass on the docs and make sure keyword only arguments m...Scott Shawcroft
2017-03-07shared-bindings: Reenable struct_time. It was turned off when playing with LT...Scott Shawcroft
2017-02-28shared-bindings: Fix two more try_locks. Copy and paste failed me.0.9.1Scott Shawcroft
2017-02-27atmel-samd: Add USB HID mouse and keyboard support.Scott Shawcroft
2017-02-26atmel-samd: Use link time optimization to reduce code size of builds whichScott Shawcroft
2017-02-24py: Fix recursion exception.Scott Shawcroft
2017-02-24py: Fix varg helpers by adding vlist variant of mp_obj_new_exception_msgScott Shawcroft
2017-02-24atmel-samd: Fix linking by providing cpu info.Scott Shawcroft
2017-02-24Make slice make_new match mp_make_new_fun_t exactly, check the input type and...Scott Shawcroft
2017-02-24Correct name of mp_raise_NotImplementedError to make error name.Scott Shawcroft
2017-02-24Make the build quieter by default.Scott Shawcroft
2017-02-24Make more type structures const to save RAM.Scott Shawcroft
2017-02-24Add indices() support to slice.Scott Shawcroft
2017-02-24Switch exception throwing to mp_raise helpers. It saves a little code space e...Scott Shawcroft