4362 Commits (936e25b164d837fc91e4bafd76580e747b235dff)
 

Author SHA1 Message Date
Damien George 936e25b164 tests: For unix ffi float test, add libm.so.6 to library search list. 9 years ago
Paul Sokolovsky 5ab0a4a671 README: Add hint about "micropython --help". 9 years ago
Paul Sokolovsky aa65e1edb3 unix: Bump default heap size to 1MB (2MB on 64-bit systems). 9 years ago
Damien George d007cb8903 tests: Add more tests to improve coverage, mostly testing exceptions. 9 years ago
Damien George d292a81e95 tests: Make io test cleanup after itself by removing 'testfile'. 9 years ago
Paul Sokolovsky 22ff397fb1 py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. 9 years ago
Damien George 7f70b60f4d py: Remove unused compile scope flags, and irrelevant flag compute code. 9 years ago
Paul Sokolovsky 2a6660ba59 extmod/modmachine: Avoid conflicts with system PAGE_SIZE define, if any. 9 years ago
tobbad 1abb449dfb stmhal: Fixed some typos in stm32f411_af.csv. 9 years ago
Damien George 65dc960e3b unix-cpy: Remove unix-cpy. It's no longer needed. 9 years ago
Daniel Campora 0e978349a5 cc3200: Correct smoke test expected result. 9 years ago
Daniel Campora e9fa7625f4 cc3200: Correct WLAN constructor argument checking. 9 years ago
Daniel Campora c0c07fb1b6 cc3200: Don't clear the WDT special bit in the bootloader. 9 years ago
Daniel Campora aa8e8acb7d cc3200: Change HeartBeat period from 5 to 4 seconds. 9 years ago
Daniel Campora f837d166e5 cc3200: Fix typo in modpyb. 9 years ago
Daniel Campora 9249242119 cc3200: Remove unneeded loops in the FreeRTOS hooks. 9 years ago
Daniel Campora 641a3d39e1 cc3200: Make sure to update sleep objects when registered. 9 years ago
Daniel Campora 6ff2d54347 cc3200: Small renaming in wdt functions for the sake of consistency. 9 years ago
Daniel Campora 11d21081b4 cc3200: Rework SD API. Increase heap to avoid malloc failures. 9 years ago
Daniel Campora 34c290b678 cc3200: Rename SPI nss param to cs. 9 years ago
Daniel Campora ea5061e409 cc3200: Improve callback API. 9 years ago
Daniel Campora 4c5bfe2d10 cc3200: Server side SSL socket requires both certfile and keyfile. 9 years ago
Dave Hylands c6f1d47dcb stmhal: Enable I & D caches for M7 9 years ago
stijn 3179d23cee windows: Make unistd.h more posix compatible 9 years ago
blmorris bdd78c31b6 py: Add stream_tell method, and use for unix and stmhal file tell. 9 years ago
Damien George c39093d801 py: In native ARM emitter, load r7 with table earlier in func prelude. 9 years ago
Damien George 94ef8879cd py/makeversionhdr.py: Use returncode attr to be Python2.7 compat. 9 years ago
Damien George b7d59060e2 tools: Make gen-changelog.sh print more lines from the tag annotation. 9 years ago
Damien George 032b0e9369 docs: Bump version to 1.4.5. 9 years ago
Damien George 0d5d16074f py/makeversionhdr.py: Fallback to using docs version if no git repo. 9 years ago
Daniel Campora 7027fd5343 cc3200: Make ADC API compatible with the pyboard. 9 years ago
Daniel Campora 7da2fdc3cd cc3200: On the first boot, always make AP ssid='wipy-wlan'. 9 years ago
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