4330 Commits (2673374d18c529800a4c89dc0a9d66c5b9dafb54)
 

Author SHA1 Message Date
Daniel Campora 2673374d18 cc3200: Refactor PRCM special user bits implementation. 9 years ago
Daniel Campora 651c870d77 cc3200: Speed up file system checking during start-up. 9 years ago
Daniel Campora aa3569cd57 cc3200: Add factory smoke test as part of the tools. 9 years ago
Daniel Campora 8cd9fedf58 cc3200: Add script to program the WiPy via UniFlash (windows only...). 9 years ago
Daniel Campora e23ae63970 cc3200: Fix bug in ffconf regarding '/flash' string length. 9 years ago
Daniel Campora 31f6a6fa70 cc3200: Enable bootloader safe boot on latest firmware. 9 years ago
Daniel Campora e54a4f1f48 cc3200: Improve support for WEP security. 9 years ago
Daniel Campora d43019163d docs: Add i2c keywork arguments only indication. 9 years ago
Daniel Campora 00c4d6562e cc3200: Add nic.iwconfig() to set/get WLAN configuration. 9 years ago
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