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-11-27
py/asmx86: Fix function definition to use int32_t instead of int.
Damien George
2015-11-27
unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls.
Damien George
2015-11-27
py/binary: Make use of MP_ALIGN.
Damien George
2015-11-26
stmhal: Make stm.mem* support large integers.
Dave Hylands
2015-11-26
pic16bit: Use global MICROPY_NO_ALLOCA setting.
Paul Sokolovsky
2015-11-26
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
Dave Hylands
2015-11-26
unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS.
Paul Sokolovsky
2015-11-26
stmhal: Allow make DEBUG=1 to build
Dave Hylands
2015-11-25
stmhal: Add support for the STM32F429I-DISCO kit by STMicro.
Tobias Badertscher
2015-11-25
py/mpconfig.h: Allow to build without alloca() for ANSI C compliance.
Paul Sokolovsky
2015-11-25
extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.
Paul Sokolovsky
2015-11-25
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Paul Sokolovsky
2015-11-25
stmhal: Increase the priority of UART IRQ.
Dave Hylands
2015-11-24
esp8266/modesp: Implement flash_read(offset, size_bytes) function.
Paul Sokolovsky
2015-11-24
tests/run-tests: Improve robustness of REPL tests.
Paul Sokolovsky
2015-11-24
stmhal: Process storage idle tick handler in different slot to DMA.
Damien George
2015-11-24
stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.
Damien George
2015-11-24
stmhal: Move flash storage idle tick handler from TIM3 to SysTick.
Damien George
2015-11-24
stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.
Damien George
2015-11-24
stmhal/irq: Add comment about SDIO priority being higher than DMA.
Damien George
2015-11-24
stmhal: On SysTick IRQ, only process one DMA channel at a time.
Damien George
2015-11-24
stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx.
Damien George
2015-11-24
stmhal: Small simplification of code to tickle DMA idle counter.
Damien George
2015-11-24
windows/py: Support 64bit mingw-w64 builds
stijn
2015-11-24
windows: Cleanup makefile
stijn
2015-11-24
nlr: Use single preprocessor symbol to check if building on Windows
stijn
2015-11-24
stmhal: Add dma support for sdcard.
Dave Hylands
2015-11-24
stmhal: Turn off DMA clocks when idle for 100 msec
Dave Hylands
2015-11-24
stmhal: Put IRQs into priority order.
Dave Hylands
2015-11-23
stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.
Damien George
2015-11-23
stmhal: Implement delayed RTC initialization with LSI fallback.
T S
2015-11-23
docs: Bump version to 1.5.1.
Damien George
2015-11-23
lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.
Paul Sokolovsky
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-11-23
py: Check that second argument to hasattr is actually a string.
Damien George
2015-11-23
extmod/modure: Use correct integer type for n_args argument.
Damien George
2015-11-23
py/emitglue: Implement persistent saving and loading of const objects.
Damien George
2015-11-23
py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.
Damien George
2015-11-23
unix/main: Get rid of perror() which uses stdio.
Paul Sokolovsky
2015-11-22
tests/int_big_*: Add more tests for result normalization.
Paul Sokolovsky
2015-11-22
py/mpz: Normalize (remove leading zeros) xor operation result.
Paul Sokolovsky
2015-11-22
tests/int_big_xor: Test that xor result is normalized.
Paul Sokolovsky
2015-11-22
py/formatfloat: Handle calculation of integer digit for %f format properly.
Paul Sokolovsky
2015-11-22
py/formatfloat: Workaround (fix?) incorrect rounding for %f format.
Paul Sokolovsky
2015-11-22
tests/float/string_format: Add testcase for incorrect rounding for %f.
Paul Sokolovsky
2015-11-22
py/formatfloat: Convert to fully portable implementation.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Fix issue with putchar define for some ports.
Paul Sokolovsky
2015-11-22
lib/utils/printf: Add extra prototypes.
Paul Sokolovsky
2015-11-22
unix: Use printf() implementation in terms of mp_printf().
Paul Sokolovsky
2015-11-21
unix/modsocket: Use snprintf(), as defined by lib/utils/printf.c.
Paul Sokolovsky
[next]