| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-11 | docs: Bump version to 1.4.5.v1.4.5 | Damien George | |
| 2015-08-11 | py/makeversionhdr.py: Fallback to using docs version if no git repo. | Damien George | |
| Addresses issue #1420. | |||
| 2015-08-10 | cc3200: Make ADC API compatible with the pyboard. | Daniel Campora | |
| 2015-08-09 | cc3200: On the first boot, always make AP ssid='wipy-wlan'. | Daniel Campora | |
| On the first boot don't add the MAC address, this is to speed up factory testing. | |||
| 2015-08-09 | cc3200: Refactor PRCM special user bits implementation. | Daniel Campora | |
| 2015-08-09 | cc3200: Speed up file system checking during start-up. | Daniel Campora | |
| 2015-08-09 | cc3200: Add factory smoke test as part of the tools. | Daniel Campora | |
| 2015-08-09 | cc3200: Add script to program the WiPy via UniFlash (windows only...). | Daniel Campora | |
| 2015-08-09 | cc3200: Fix bug in ffconf regarding '/flash' string length. | Daniel Campora | |
| This bug was introduced when renaming '/sflash' to '/flash'. | |||
| 2015-08-09 | cc3200: Enable bootloader safe boot on latest firmware. | Daniel Campora | |
| The first safe boot level executes the latest firmware but skips 'main.py' and 'boot.py'. | |||
| 2015-08-09 | cc3200: Improve support for WEP security. | Daniel Campora | |
| Key is always entered as a string, but if security is WEP, the key is converted automatically to hex before connecting or configuring the device as an AP. | |||
| 2015-08-09 | docs: Add i2c keywork arguments only indication. | Daniel Campora | |
| 2015-08-09 | cc3200: Add nic.iwconfig() to set/get WLAN configuration. | Daniel Campora | |
| Changes are based on this post: https://github.com/micropython/micropython/issues/876#issuecomment-115255551 The constructor can optionally take the same params of iwconfig in order to configure WiFi when creating the object. Params are keyworkd only. The WiPy accepts: - mode (int -> WLAN.AP or WLAN.STA) - ssdi (string) - security (int -> WLAN.OPEN, WLAN.WEP, WLAN.WPA, WLAN.WPA2) - key (string) - channel (int (1-11)) - antenna (int -> WLAN.INTERNAL, WLAN.EXTERNAL) | |||
| 2015-08-08 | tools: Make pyboard.py Python2 compatible. | Damien George | |
| 2015-08-08 | tests: Remove over-specification of startup banner | Tom Soulanille | |
| 2015-08-08 | tests: Fix exceptions when running cmdline tests on windows | stijn | |
| - subprocess.check_output can only handle strings on windows, not bytes, so convert the arguments as such - the pty module is for posix systems only so skip the tests needing it in case it is not available | |||
| 2015-08-08 | tests: Always use forward slashes for paths | stijn | |
| This is more consistent and fixes run_micropython on windows as it uses forward slahses to compare paths | |||
| 2015-08-07 | stmhal: Use CMSIS_MCU definition from mpconfigboard.mk | Dave Hylands | |
| This needs to land afte #1407 lands, since #1407 is where the CMSIS_MCU was defined. | |||
| 2015-08-07 | stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 | Dave Hylands | |
| 2015-08-07 | stmhal: Generate modstm constants per build | Dave Hylands | |
| This causes unnecessary constants to no longer be generated. Some constants (like UART_BRR) are different between the F4 and F7 | |||
| 2015-08-07 | stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe. | Damien George | |
| 2015-08-06 | run-tests: Test REPL emacs keys, but only if present. | Tom Soulanille | |
| Uses cmdline/repl_emacs_check.py to check for presence of emacs keys in repl before doing full feature test. | |||
| 2015-08-05 | tests: Add test for pyboard SPI in slave mode, recv with no master. | Damien George | |
| See PR #1414. | |||
| 2015-08-05 | stmhal: Fix hardfault when configured as a SPI slave | Dave Hylands | |
| 2015-08-05 | stmhal: Enable SPI support for F7 MCUs. | Dave Hylands | |
| 2015-08-05 | stmhal: Enable I2C support for F7 MCUs. | Dave Hylands | |
| 2015-08-05 | unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX | blmorris | |
| This change allows micropython to return the same value as CPython for sys.platform | |||
| 2015-08-03 | stmhal: Add HALCOMMITS file with list of commits that touch the hal. | Damien George | |
| This file should be kept up to date with list of hal commits. | |||
| 2015-08-03 | stmhal: Port of f4 hal commit 1d7fb82 to f7 hal | Dave Hylands | |
| 2015-08-03 | stmhal: Port of f4 hal commit 09de030 to f7 hal | Dave Hylands | |
| 2015-08-03 | stmhal: Port of f4 hal commit c568a2b to f7 hal | Dave Hylands | |
| 2015-08-03 | stmhal: M7 Reset clocksources changed by DFU bootloader | Dave Hylands | |
| The DFU bootloader on the ST32F7 chip changes the clocksource for various possible boot sources (UART1, UART3, I2C1-3). This commit resets those clock sources back to their cold reset values. | |||
| 2015-08-03 | stmhal: Add STM32F7 support for USB serial and storage. | Dave Hylands | |
| USB serial is now working for F7. Internal file storage is now working for F7. The flash is laid out a bit differently to the F4 - 4 x 32K, 1 x 128K with the rest 256K, so the internal storage is 96K. Added more pind definitions for STM32F7DISC board. Made USART1 be the default HWUART repl. The STLINK usb connector also looks like a USB serial port which is attached to USART1 on the STM32F7DISC. | |||
| 2015-08-03 | stmhal: Add support for USART1 and conditional pins in make-pins.py. | Damien George | |
| Thanks to Dave Hylands for the patch. | |||
| 2015-08-03 | stmhal: Add better support for UART having Tx and Rx on different ports. | Damien George | |
| Thanks to Dave Hylands for the patch. | |||
| 2015-08-03 | stmhal: Fix make-pins.py to allow Port K. | Damien George | |
| Thanks to Dave Hylands for the patch. | |||
| 2015-08-03 | stmhal: Add debug capability to print out info about a hard fault. | Damien George | |
| Capability is #if'd off by default. Thanks to Dave Hylands for the patch. | |||
| 2015-08-03 | stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. | Damien George | |
| Extracted GPIO clock enable logic into mp_hal_gpio_clock_enable and called from anyplace which might need to use GPIO functions on ports other than A-D. Thanks to Dave Hylands for the patch. | |||
| 2015-08-03 | stmhal: Factor out USRSW boot-up code and support boards with 1 LED. | Damien George | |
| Thanks to Dave Hylands for the patch. | |||
| 2015-08-02 | bare-arm: Disable enumerate and reversed builtins to make port more bare. | Damien George | |
| 2015-08-02 | minimal: Use 1 byte for qstr hash, to make port more minimal. | Damien George | |
| 2015-08-02 | py/objlist: Make list += accept all arguments and add test. | Damien George | |
| 2015-08-02 | cc3200: Make I2C and SPI API the same as in stmhal. | Daniel Campora | |
| 2015-07-31 | makeqstrdata.py: Typo fix in comment. | Paul Sokolovsky | |
| 2015-07-30 | drivers/onewire: Fix ds18x20.read_temp so it works when no rom given. | Damien George | |
| 2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands | |
| 2015-07-30 | stmhal: Renamed startup/system/_it.[ch] file to generic names. | Dave Hylands | |
| 2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands | |
| 2015-07-30 | stmhal: Expose uwTick in f7 hal. | Damien George | |
| 2015-07-30 | stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0. | Dave Hylands | |
| All files were converted to linux line endings. All trailing whitespace was removed using: for f in f7/inc/* f7/src/*; do sed --in-place 's/[[:space:]]\+$//' $f; done All non-ascii chars in comments were replaced with ascii equivalents or removed. | |||
