index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-08-16
cc3200: Correct WLAN constructor argument checking.
Daniel Campora
2015-08-16
cc3200: Don't clear the WDT special bit in the bootloader.
Daniel Campora
2015-08-16
cc3200: Change HeartBeat period from 5 to 4 seconds.
Daniel Campora
2015-08-16
cc3200: Fix typo in modpyb.
Daniel Campora
2015-08-16
cc3200: Remove unneeded loops in the FreeRTOS hooks.
Daniel Campora
2015-08-16
cc3200: Make sure to update sleep objects when registered.
Daniel Campora
2015-08-16
cc3200: Small renaming in wdt functions for the sake of consistency.
Daniel Campora
2015-08-16
cc3200: Rework SD API. Increase heap to avoid malloc failures.
Daniel Campora
2015-08-16
cc3200: Rename SPI nss param to cs.
Daniel Campora
2015-08-16
cc3200: Improve callback API.
Daniel Campora
2015-08-16
cc3200: Server side SSL socket requires both certfile and keyfile.
Daniel Campora
2015-08-15
stmhal: Enable I & D caches for M7
Dave Hylands
2015-08-14
windows: Make unistd.h more posix compatible
stijn
2015-08-13
py: Add stream_tell method, and use for unix and stmhal file tell.
blmorris
2015-08-12
py: In native ARM emitter, load r7 with table earlier in func prelude.
Damien George
2015-08-12
py/makeversionhdr.py: Use returncode attr to be Python2.7 compat.
Damien George
2015-08-11
tools: Make gen-changelog.sh print more lines from the tag annotation.
Damien George
2015-08-11
docs: Bump version to 1.4.5.
Damien George
2015-08-11
py/makeversionhdr.py: Fallback to using docs version if no git repo.
Damien George
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
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
2015-08-09
cc3200: Enable bootloader safe boot on latest firmware.
Daniel Campora
2015-08-09
cc3200: Improve support for WEP security.
Daniel Campora
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
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
2015-08-08
tests: Always use forward slashes for paths
stijn
2015-08-07
stmhal: Use CMSIS_MCU definition from mpconfigboard.mk
Dave Hylands
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
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
2015-08-05
tests: Add test for pyboard SPI in slave mode, recv with no master.
Damien George
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
2015-08-03
stmhal: Add HALCOMMITS file with list of commits that touch the hal.
Damien George
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
2015-08-03
stmhal: Add STM32F7 support for USB serial and storage.
Dave Hylands
[next]