summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30add SPI.frequency to nRFDan Halbert
2018-01-30atmel-samd: Correct computation of SPI baud rate.Dan Halbert
2018-01-29Merge pull request #556 from python-ugame/ugame10-3.0Dan Halbert
2018-01-29Merge pull request #557 from python-ugame/stage-libDan Halbert
2018-01-29Update ugame port for the final ugame10 versionRadomir Dopieralski
2018-01-29Bring back the _stage libraryRadomir Dopieralski
2018-01-24Merge pull request #552 from tannewt/flexible_parserDan Halbert
2018-01-24Merge pull request #551 from dhalbert/3.0_double_word_stack_alignScott Shawcroft
2018-01-24Make parsing more memory flexible.Scott Shawcroft
2018-01-24make _estack be double-word alignedDan Halbert
2018-01-24Revert "alloca seems buggy on M4"Dan Halbert
2018-01-24Merge pull request #547 from tannewt/alloc_long_livedDan Halbert
2018-01-24Fix the initial state and polish a couple comments.Scott Shawcroft
2018-01-24Polish up the heap analysis script and make it more CLI friendly.Scott Shawcroft
2018-01-24Introduce a long lived section of the heap.Scott Shawcroft
2018-01-24Merge pull request #548 from dhalbert/3.0_alloca_problem_issue_521Scott Shawcroft
2018-01-23undo removal of alloca in builtinimport.cDan Halbert
2018-01-23alloca seems buggy on M4Dan Halbert
2018-01-23Speed up qstr loading by using the stack to store a temporaryScott Shawcroft
2018-01-23Switch to m_malloc_maybe and m_free to reduce our dependence on gc_alloc.Scott Shawcroft
2018-01-23re-added header inlcusion for system_get_chip_idsommersoft
2018-01-22issue #536 CPX change SPI pin designations to externally available pins (#540)brentrubell
2018-01-19Add missing Feather M0 RadioFruit boards: RFM69, RFM9x (#539)Tony DiCola
2018-01-18Heap analysis tool (#529)Scott Shawcroft
2018-01-18Added Unique ID Functions/Updated Support Matrix (#527)sommersoft
2018-01-18add Ctrl+C for REPL over bleuarthathach
2018-01-18Fixed build folder for travisKevin Townsend
2018-01-18Added note on REPL over NUSKevin Townsend
2018-01-18add REPL via bleuarthathach
2018-01-18Minor scan example cleanupmicrobuilder
2018-01-18Simple BLE scanner examplemicrobuilder
2018-01-18Enable SD132v2.0.1 BLE and UBLUEPY support by defaultmicrobuilder
2018-01-16turn on MICROPY_ENABLE_SOURCE_LINE in nrfDan Halbert
2018-01-16Make chosen features consistent across all boards and ports atmel-samd, esp82...Dan Halbert
2018-01-08Fix sensor table. (#517)Scott Shawcroft
2018-01-08Checked wrong RCAUSE bit for system_resetDan Halbert
2018-01-08enable use of CIRCUITPY_CANARY_WORD (needed for 2.2 merge) (#513)Dan Halbert
2018-01-05Merge pull request #512 from tannewt/gcc7Dan Halbert
2018-01-04Switch to GCC7. The ARM release from Q4.Scott Shawcroft
2018-01-04Merge pull request #510 from dhalbert/3.0_merge_2.2.0Dan Halbert
2018-01-04revise boards/ files for 3.0. All now compiled (but I don't have all to test).Dan Halbert
2018-01-03nrf: fixups for changes from 2.2Dan Halbert
2018-01-03use correct LD_FILE in mpconfigboard.mk for boards with external flashDan Halbert
2018-01-02Changing magnetic attribute in design guide (#502)Dan Conley
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2018-01-02Avoid gcc 7.2.1 compiler issues in nlr_push() (#506)Dan Halbert
2018-01-02Merge pull request #496 from microbuilder/nrf52_3.xScott Shawcroft
2018-01-02Conditionally install build deps to speed up TravisScott Shawcroft
2017-12-30Merge pull request #503 from sommersoft/masterDan Halbert
2017-12-30shared-bindings/index.rst: added audiobusiosommersoft