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
2016-03-17
tests/io: Remove "testfile" at end of open_plus test.
Damien George
2016-03-17
esp8266/ets_alt_task: Make FIRST_PRIO=0 to cover all task priorities.
Damien George
2016-03-17
esp8266: Store frozen modules in FlashROM.
Paul Sokolovsky
2016-03-16
docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.
Damien George
2016-03-16
py: Don't allocate an extra parse node for power exponent.
Damien George
2016-03-16
py/frozenmod: Allow port to override lexer to use for frozen modules.
Paul Sokolovsky
2016-03-16
tests: Add a test for argument passing to inline-asm functions.
Damien George
2016-03-16
py/objfun: Allow inline-asm functions to be called with 4 arguments.
Damien George
2016-03-15
qemu-arm: Enable builtin override feature, and enable more tests.
Damien George
2016-03-15
qemu-arm: Reinitialise uPy heap and runtime at start of each test.
Damien George
2016-03-15
tests: Add new subdir "stress/" specifically for stress tests.
Damien George
2016-03-15
tests: Split large tests into smaller files, to run with a small heap.
Damien George
2016-03-15
tests/run-tests: Add cmd line option "--heapsize".
Damien George
2016-03-15
py/formatfloat: Fix buffer overflow when formatting tiny numbers.
Damien George
2016-03-15
py: For mp_buffer_info_t, change len type from mp_uint_t to size_t.
Damien George
2016-03-14
py/objarray: Fix array slice assignment when array is reallocated.
Damien George
2016-03-14
py/parsenum: Fix compiler warnings for no decl and signed comparison.
Damien George
2016-03-14
py: When printf'ing an object as a pointer, pass the concrete pointer.
Damien George
2016-03-14
py: Fix passing of some wide int types to printf varg format list.
Damien George
2016-03-14
py/argcheck: Use size_t instead of mp_uint_t to count number of args.
Damien George
2016-03-14
py/parsenum: Use size_t to count bytes, and int for type of base arg.
Damien George
2016-03-13
stmhal: NUCELO_F401RE cleanup
Dave Hylands
2016-03-13
stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE
Dave Hylands
2016-03-12
stmhal: Add board definition files for NUCLEO_F411RE
Dave Hylands
2016-03-12
esp8266: Switch to lwIP built from source.
Paul Sokolovsky
2016-03-12
extmod/modlwip: lwip_tcp_receive: Properly map lwIP error to POSIX errno.
Paul Sokolovsky
2016-03-12
extmod/modlwip: Add socket.setblocking() method.
Paul Sokolovsky
2016-03-12
extmod/modlwip: Rework getaddrinfo() data passing.
Paul Sokolovsky
2016-03-11
docs: Add Python speed optimisation guide, including minimal viper ref.
Peter Hinch
2016-03-11
docs: Update details on using ADCAll object for vref/vbat channels.
Peter Hinch
2016-03-11
docs: Update asm_thumb2_hints_tips re return type of asm funcs.
Peter Hinch
2016-03-11
esp8266: Mention git submodule in build instructions for esp8266 port.
Christopher Arndt
2016-03-11
esp8266: Rejig Makefile so extmod/modlwip.o is placed under build/.
Damien George
2016-03-11
esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.
Paul Sokolovsky
2016-03-11
esp8266: Be sure to build ets_alt_task.
Paul Sokolovsky
2016-03-11
esp8266/esp_mphal: Add higher-level event polling function.
Paul Sokolovsky
2016-03-11
extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Update for vendor SDK 1.5.0.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Be sure to "pop" event before calling its handler.
Paul Sokolovsky
2016-03-11
esp8266: Feed WDT in ets_loop_iter().
Damien George
2016-03-11
esp8266: Add alternative event loop implementation.
Paul Sokolovsky
2016-03-10
py: Use MP_SMALL_INT_POSITIVE_MASK to check if uint fits in a small int.
Damien George
2016-03-10
esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Introduce interface .config() method.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Move config defines to the top.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Add per-interface .active() method.
Paul Sokolovsky
2016-03-10
esp8266: Move wifi_mode() and phy_mode() to network module.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Allow to configure STA and AP interfaces separately.
Paul Sokolovsky
2016-03-09
stmhal: Add makefile target and configuration to deploy via OpenOCD.
Christopher Arndt
2016-03-09
stmhal: Add support for generic STM32F439 board (non DISCO).
Ryan Shaw
[next]