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-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
2015-07-24
tests: Skip parser test if "compile" builtin is not available.
Damien George
2015-07-24
py/parse: Fix handling of empty input so it raises an exception.
Damien George
2015-07-24
py/parse: De-duplicate and simplify code for parser "or" rule.
Damien George
2015-07-23
py/lexer: Raise SyntaxError when str hex escape sequence is malformed.
Damien George
2015-07-23
py: Issue an error when compiling Viper functions with more than 4 args.
Damien George
2015-07-23
py: Allow viper functions to take up to 4 arguments.
Damien George
2015-07-22
stmhal: Allow ADC.read_timed to take Timer object in place of freq.
Damien George
2015-07-21
stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4.
Damien George
2015-07-21
stmhal: Allow DAC.write_timed to take Timer object in place of freq.
Damien George
2015-07-21
stmhal: Clean up DAC code a little.
Damien George
2015-06-06
py: reduce array slice assignment code size
Delio Brignoli
2015-07-20
stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculation
blmorris
2015-07-20
py: Small code space optimisations for memoryview slice assigment.
Damien George
2015-07-20
qemu-arm: Enable array slice assignment to get memoryview1 test to pass.
Delio Brignoli
2015-07-20
py: Implement memoryview slice assignment.
Delio Brignoli
2015-07-20
stmhal: Add CMSIS device header files for STM32F2xx series.
Damien George
2015-07-20
stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory.
Wojtek Siudzinski
2015-07-20
stmhal: Update Makefile and board configs to compile with relocated hal.
Damien George
2015-07-20
stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.
Damien George
2015-07-20
CODECONVENTIONS: Add a short section about how to allocate heap memory.
Damien George
2015-07-20
esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.
Damien George
2015-07-20
py: Make qstr hash size configurable, defaults to 2 bytes.
Damien George
2015-07-19
modbuiltins: Implement round() to precision.
Sebastian Plamauer
2015-07-19
esp8266: modesp: Update for gc_realloc() refactor.
Paul Sokolovsky
2015-07-17
cc3200: Add socket.sendall() (aliases to send()).
Daniel Campora
2015-07-16
cc3200: Make socket stream methods return POSIX error codes.
Daniel Campora
2015-07-15
cc3200: Remove superflous assignment since the result is not used.
Daniel Campora
2015-07-15
cc3200: Create /flash/cert folder if it doesn't exist.
Daniel Campora
2015-07-15
cc3200: Implement new OTA mechanism with 2 firmware update slots.
Daniel Campora
2015-07-14
stmhal: Add qstr definition for ifconfig when building for WizNet
Dave Hylands
[next]