index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
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
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
2015-08-03
stmhal: Add support for USART1 and conditional pins in make-pins.py.
Damien George
2015-08-03
stmhal: Add better support for UART having Tx and Rx on different ports.
Damien George
2015-08-03
stmhal: Fix make-pins.py to allow Port K.
Damien George
2015-08-03
stmhal: Add debug capability to print out info about a hard fault.
Damien George
2015-08-03
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Damien George
2015-08-03
stmhal: Factor out USRSW boot-up code and support boards with 1 LED.
Damien George
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
[next]