summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-22update frequencyin interrupt handlersommersoft
2019-02-22Merge branch 'new_master' into new_freq_insommersoft
2019-02-22Remove file locationsScott Shawcroft
2019-02-22Add utility to remerge translationsScott Shawcroft
2019-02-22Merge pull request #1576 from Tasm-Devil/masterScott Shawcroft
2019-02-22Add missing messagesScott Shawcroft
2019-02-22Remove duplicates and English translationsScott Shawcroft
2019-02-22Merge pull request #1586 from sommersoft/shared_timer_handlerScott Shawcroft
2019-02-21fix build issuessommersoft
2019-02-21update peripherals submodulesommersoft
2019-02-21Merge pull request #1584 from tannewt/disable_concurrent_write_protectionDan Halbert
2019-02-21Merge pull request #1580 from cpforbes/cpf-1572Scott Shawcroft
2019-02-21Merge pull request #1582 from dhalbert/remove-u-namesScott Shawcroft
2019-02-21Fix unix build by using filesystem stubScott Shawcroft
2019-02-21Fix mount docScott Shawcroft
2019-02-21Merge pull request #1585 from tannewt/backlight_pwm_frequency_boostScott Shawcroft
2019-02-21conditionalize re object type nameDan Halbert
2019-02-21Tweak the backlight PWM rate to be higher that audio range. Fixes #1571Scott Shawcroft
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
2019-02-21Merge pull request #1581 from dhalbert/ble-drv-root-pointerKattni
2019-02-21Add CIRCUITPY macro; rename u* only when CIRCUITPY=1Dan Halbert
2019-02-21Update de_DE.poPascal Deneaux
2019-02-21rename ure, ujson, and uerrno to re, json, and errnoDan Halbert
2019-02-21Use critical section, not lock, in CharacteristicBuffer; use a root pointer f...Dan Halbert
2019-02-20Set __file__ for the main source file (e.g. code.py, main.py)Craig Forbes
2019-02-20Update de_DE.poPascal Deneaux
2019-02-19handle 'set_timer_handler' on this side, vs samd-periphs.sommersoft
2019-02-19Merge pull request #1552 from tannewt/onsdbitmapDan Halbert
2019-02-19Merge pull request #1573 from dhalbert/reset-analogoutScott Shawcroft
2019-02-19Fix reload while display is updating.Scott Shawcroft
2019-02-19Speed up pyportal by writing memory on the same access as our rotation.Scott Shawcroft
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2019-02-19Merge pull request #1569 from TG-Techie/patch-7Dan Halbert
2019-02-19Merge pull request #1562 from debrouxl/minor_improvements_and_fixesDan Halbert
2019-02-18Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...Dan Halbert
2019-02-18Merge pull request #1566 from dhalbert/fix-weaklinksKattni
2019-02-18make it easier for people to hookup in spi mode without looking inspecting sc...TG-Techie
2019-02-18typoDan Halbert
2019-02-18move non-u names for native modules to circuitpy_mpconfig.hDan Halbert
2019-02-18Remove rtc from pirkey_m0 to make TRANSLATION=fr fitDan Halbert
2019-02-18forgot jsonDan Halbert
2019-02-18regularize how module weak links and alternate names are listedDan Halbert
2019-02-17correct weak module links; samd module only in m4 ports; update librariesDan Halbert
2019-02-17Merge pull request #1560 from dhalbert/shallow-travis-errorsDan Halbert
2019-02-17Merge pull request #1564 from dhalbert/module-presence-fixesDan Halbert
2019-02-17fix module weak links; add missing nrf featuresDan Halbert
2019-02-17A couple build fixes for mp_float_t = double (MICROPY_FLOAT_IMPL_DOUBLE).Lionel Debroux
2019-02-17Define MP_SSIZE_MAX for LONGINT_IMPL_LONGLONG as well.Lionel Debroux
2019-02-16moves 'shared_timer_handler' back to atmel-samd from samd-peripheralssommersoft
2019-02-16starting again; initial addition of 'frequencyio.FrequencyIn'sommersoft