summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-11docs: Bump version to 1.4.5.v1.4.5Damien George
2015-08-11py/makeversionhdr.py: Fallback to using docs version if no git repo.Damien George
2015-08-10cc3200: Make ADC API compatible with the pyboard.Daniel Campora
2015-08-09cc3200: On the first boot, always make AP ssid='wipy-wlan'.Daniel Campora
2015-08-09cc3200: Refactor PRCM special user bits implementation.Daniel Campora
2015-08-09cc3200: Speed up file system checking during start-up.Daniel Campora
2015-08-09cc3200: Add factory smoke test as part of the tools.Daniel Campora
2015-08-09cc3200: Add script to program the WiPy via UniFlash (windows only...).Daniel Campora
2015-08-09cc3200: Fix bug in ffconf regarding '/flash' string length.Daniel Campora
2015-08-09cc3200: Enable bootloader safe boot on latest firmware.Daniel Campora
2015-08-09cc3200: Improve support for WEP security.Daniel Campora
2015-08-09docs: Add i2c keywork arguments only indication.Daniel Campora
2015-08-09cc3200: Add nic.iwconfig() to set/get WLAN configuration.Daniel Campora
2015-08-08tools: Make pyboard.py Python2 compatible.Damien George
2015-08-08tests: Remove over-specification of startup bannerTom Soulanille
2015-08-08tests: Fix exceptions when running cmdline tests on windowsstijn
2015-08-08tests: Always use forward slashes for pathsstijn
2015-08-07stmhal: Use CMSIS_MCU definition from mpconfigboard.mkDave Hylands
2015-08-07stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7Dave Hylands
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