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-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
2015-07-30
cc3200: Append last 2 bytes of the MAC address to the default SSID.
Daniel Campora
2015-07-30
cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error.
Daniel Campora
2015-07-30
cc3200: Switch to 1 byte hash for QSTRs.
Daniel Campora
2015-07-30
docs/wipy: Correct nic.ifconfig() quickref example.
Daniel Campora
2015-07-30
cc3200: Add socket.makefile()
Daniel Campora
2015-07-30
cc3200: Rename pins from GPIO to just GP.
Daniel Campora
2015-07-29
py/compile: Give more precise line number for compile errors.
Damien George
2015-07-29
py/repl: Don't look inside strings for unmatched brackets/quotes.
Damien George
2015-07-29
tools/pyboard.py: Fix read timeout calc to work with shorter sleep.
Damien George
2015-07-27
stmhal: Put fs_user_mount pointer in root ptr section of global state.
Damien George
2015-07-27
stmhal: Check if user block device is mounted before accessing it.
Damien George
2015-07-27
py: For viper compile errors, add traceback with function and filename.
Damien George
2015-07-26
py: Disable REPL EMACS key bindings by default.
Damien George
2015-07-26
run-tests: Use PTY when running REPL tests.
Tom Soulanille
2015-07-26
lib/mp-readline: Add emacs-style control characters for cursor movement.
Tom Soulanille
2015-07-26
tools: Add telnet support to pyboard.py.
Daniel Campora
2015-07-25
tools/pyboard.py: Speed up reading of chars by decreasing sleep period.
Damien George
2015-07-25
tools/pyboard.py: Make enter_raw_repl stricter and more reliable.
Damien George
2015-07-25
tools/pyboard.py: Fix parsing of returned error so last chr is not lost.
Damien George
[next]