4721 Commits (056cb288d9a3d5aa35b3cf549f88688b9ba60163)
 

Author SHA1 Message Date
Damien George e86b47175f tools: Make pyboard.py Python2 compatible. 9 years ago
Tom Soulanille 20f40c3229 tests: Remove over-specification of startup banner 9 years ago
stijn dbfba6a20e tests: Fix exceptions when running cmdline tests on windows 9 years ago
stijn 7ede3ec4b1 tests: Always use forward slashes for paths 9 years ago
Dave Hylands 872f9af6ae stmhal: Use CMSIS_MCU definition from mpconfigboard.mk 9 years ago
Dave Hylands 8f59bacb92 stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 9 years ago
Dave Hylands be66a9ecf6 stmhal: Generate modstm constants per build 9 years ago
Damien George 4836bcc957 stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe. 9 years ago
Tom Soulanille 89852d38ef run-tests: Test REPL emacs keys, but only if present. 9 years ago
Damien George 526dd54252 tests: Add test for pyboard SPI in slave mode, recv with no master. 9 years ago
Dave Hylands 8a1a5c236d stmhal: Fix hardfault when configured as a SPI slave 9 years ago
Dave Hylands 5e11d2b349 stmhal: Enable SPI support for F7 MCUs. 9 years ago
Dave Hylands 34fe5a30c6 stmhal: Enable I2C support for F7 MCUs. 9 years ago
blmorris 26664dd180 unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX 9 years ago
Damien George 4434e43fa1 stmhal: Add HALCOMMITS file with list of commits that touch the hal. 9 years ago
Dave Hylands 7a55c1a884 stmhal: Port of f4 hal commit 1d7fb82 to f7 hal 9 years ago
Dave Hylands 28e51c9eb1 stmhal: Port of f4 hal commit 09de030 to f7 hal 9 years ago
Dave Hylands af9d885f8c stmhal: Port of f4 hal commit c568a2b to f7 hal 9 years ago
Dave Hylands 9e8eba797e stmhal: M7 Reset clocksources changed by DFU bootloader 9 years ago
Dave Hylands 8f1eced69d stmhal: Add STM32F7 support for USB serial and storage. 9 years ago
Damien George 751485fe6b stmhal: Add support for USART1 and conditional pins in make-pins.py. 9 years ago
Damien George a632037866 stmhal: Add better support for UART having Tx and Rx on different ports. 9 years ago
Damien George c0e39864c6 stmhal: Fix make-pins.py to allow Port K. 9 years ago
Damien George 6e552e15fa stmhal: Add debug capability to print out info about a hard fault. 9 years ago
Damien George 0851751615 stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. 9 years ago
Damien George 6f1c00869c stmhal: Factor out USRSW boot-up code and support boards with 1 LED. 9 years ago
Damien George 1934dca6de bare-arm: Disable enumerate and reversed builtins to make port more bare. 9 years ago
Damien George 7a26e4f484 minimal: Use 1 byte for qstr hash, to make port more minimal. 9 years ago
Damien George 9a2913ed1c py/objlist: Make list += accept all arguments and add test. 9 years ago
Daniel Campora c6926c374d cc3200: Make I2C and SPI API the same as in stmhal. 9 years ago
Paul Sokolovsky 3a2fb201a5 makeqstrdata.py: Typo fix in comment. 9 years ago
Damien George a95b06fc6b drivers/onewire: Fix ds18x20.read_temp so it works when no rom given. 9 years ago
Dave Hylands 92d4b51ad5 stmhal: Add STM32F7DISC and associated changes. 9 years ago
Dave Hylands 7e7fb0b7a3 stmhal: Renamed startup/system/_it.[ch] file to generic names. 9 years ago
Dave Hylands ea8bf81058 stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. 9 years ago
Damien George f243851ccd stmhal: Expose uwTick in f7 hal. 9 years ago
Dave Hylands 7c934ae501 stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0. 9 years ago
Daniel Campora aa58c7ec74 cc3200: Append last 2 bytes of the MAC address to the default SSID. 9 years ago
Daniel Campora b56634e691 cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error. 9 years ago
Daniel Campora fb3f9cff33 cc3200: Switch to 1 byte hash for QSTRs. 9 years ago
Daniel Campora da33b31c7d docs/wipy: Correct nic.ifconfig() quickref example. 9 years ago
Daniel Campora 9a348fc840 cc3200: Add socket.makefile() 9 years ago
Daniel Campora 007878781c cc3200: Rename pins from GPIO to just GP. 9 years ago
Damien George cfc4c33801 py/compile: Give more precise line number for compile errors. 9 years ago
Damien George 28596edf07 py/repl: Don't look inside strings for unmatched brackets/quotes. 9 years ago
Damien George 7ccdf8be77 tools/pyboard.py: Fix read timeout calc to work with shorter sleep. 9 years ago
Damien George f5d04750db stmhal: Put fs_user_mount pointer in root ptr section of global state. 9 years ago
Damien George 92e9a5e0a7 stmhal: Check if user block device is mounted before accessing it. 9 years ago
Damien George 84d59c2873 py: For viper compile errors, add traceback with function and filename. 9 years ago
Damien George d8a7f8bff2 py: Disable REPL EMACS key bindings by default. 9 years ago