aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-08-07stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.Damien George
2015-08-06run-tests: Test REPL emacs keys, but only if present.Tom Soulanille
2015-08-05tests: Add test for pyboard SPI in slave mode, recv with no master.Damien George
2015-08-05stmhal: Fix hardfault when configured as a SPI slaveDave Hylands
2015-08-05stmhal: Enable SPI support for F7 MCUs.Dave Hylands
2015-08-05stmhal: Enable I2C support for F7 MCUs.Dave Hylands
2015-08-05unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSXblmorris
2015-08-03stmhal: Add HALCOMMITS file with list of commits that touch the hal.Damien George
2015-08-03stmhal: Port of f4 hal commit 1d7fb82 to f7 halDave Hylands
2015-08-03stmhal: Port of f4 hal commit 09de030 to f7 halDave Hylands
2015-08-03stmhal: Port of f4 hal commit c568a2b to f7 halDave Hylands
2015-08-03stmhal: M7 Reset clocksources changed by DFU bootloaderDave Hylands
2015-08-03stmhal: Add STM32F7 support for USB serial and storage.Dave Hylands
2015-08-03stmhal: Add support for USART1 and conditional pins in make-pins.py.Damien George
2015-08-03stmhal: Add better support for UART having Tx and Rx on different ports.Damien George
2015-08-03stmhal: Fix make-pins.py to allow Port K.Damien George
2015-08-03stmhal: Add debug capability to print out info about a hard fault.Damien George
2015-08-03stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George
2015-08-03stmhal: Factor out USRSW boot-up code and support boards with 1 LED.Damien George
2015-08-02bare-arm: Disable enumerate and reversed builtins to make port more bare.Damien George
2015-08-02minimal: Use 1 byte for qstr hash, to make port more minimal.Damien George
2015-08-02py/objlist: Make list += accept all arguments and add test.Damien George
2015-08-02cc3200: Make I2C and SPI API the same as in stmhal.Daniel Campora
2015-07-31makeqstrdata.py: Typo fix in comment.Paul Sokolovsky
2015-07-30drivers/onewire: Fix ds18x20.read_temp so it works when no rom given.Damien George
2015-07-30stmhal: Add STM32F7DISC and associated changes.Dave Hylands
2015-07-30stmhal: Renamed startup/system/_it.[ch] file to generic names.Dave Hylands
2015-07-30stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands
2015-07-30stmhal: Expose uwTick in f7 hal.Damien George
2015-07-30stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0.Dave Hylands
2015-07-30cc3200: Append last 2 bytes of the MAC address to the default SSID.Daniel Campora
2015-07-30cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error.Daniel Campora
2015-07-30cc3200: Switch to 1 byte hash for QSTRs.Daniel Campora
2015-07-30docs/wipy: Correct nic.ifconfig() quickref example.Daniel Campora
2015-07-30cc3200: Add socket.makefile()Daniel Campora
2015-07-30cc3200: Rename pins from GPIO to just GP.Daniel Campora
2015-07-29py/compile: Give more precise line number for compile errors.Damien George
2015-07-29py/repl: Don't look inside strings for unmatched brackets/quotes.Damien George
2015-07-29tools/pyboard.py: Fix read timeout calc to work with shorter sleep.Damien George
2015-07-27stmhal: Put fs_user_mount pointer in root ptr section of global state.Damien George
2015-07-27stmhal: Check if user block device is mounted before accessing it.Damien George
2015-07-27py: For viper compile errors, add traceback with function and filename.Damien George
2015-07-26py: Disable REPL EMACS key bindings by default.Damien George
2015-07-26run-tests: Use PTY when running REPL tests.Tom Soulanille
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
2015-07-26tools: Add telnet support to pyboard.py.Daniel Campora
2015-07-25tools/pyboard.py: Speed up reading of chars by decreasing sleep period.Damien George
2015-07-25tools/pyboard.py: Make enter_raw_repl stricter and more reliable.Damien George
2015-07-25tools/pyboard.py: Fix parsing of returned error so last chr is not lost.Damien George