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-05-10
docs/esp8266/quickref: New way to get MAC address
Radomir Dopieralski
2016-05-10
py/vstr: Change allocation policy, +16 to requested size, instead of *2.
Paul Sokolovsky
2016-05-09
Revert "py/objstr: .format(): Avoid call to vstr_null_terminated_str()."
Paul Sokolovsky
2016-05-09
py/vstr: vstr_null_terminated_str(): Extend string by at most one byte.
Paul Sokolovsky
2016-05-09
py/objstr: .format(): Avoid call to vstr_null_terminated_str().
Paul Sokolovsky
2016-05-09
py/mpz: Fix mpn_div so that it doesn't modify memory of denominator.
Damien George
2016-05-09
esp8266/main: Bump heap size to 28K.
Paul Sokolovsky
2016-05-08
py/mpz: Do Python style division/modulo within bignum divmod routine.
Damien George
2016-05-08
py/mpz: Fix bug with overflowing C-shift in division routine.
Damien George
2016-05-08
py/repl: If there're no better alternatives, try to complete "import".
Paul Sokolovsky
2016-05-08
esp8266/scripts/webrepl: Add start_foreground() method.
Paul Sokolovsky
2016-05-08
stmhal/can: Allow to get existing CAN obj if constructed without args.
Henrik Sölver
2016-05-08
windows: Enable multi-processor compilation for msvc
stijn
2016-05-07
Fix ESP8266 Network tutorial
Paulus Schoutsen
2016-05-07
tests: Disable memoryview tests that overflow int conversion.
Damien George
2016-05-07
py/runtime: Properly handle passing user mappings to ** keyword args.
Damien George
2016-05-07
py/objstr: Binary type of str/bytes for buffer protocol is 'B'.
Damien George
2016-05-07
esp8266/scripts/webrepl: Add optional password argument to webrepl.start()
Noah Rosamilia
2016-05-07
CODECONVENTIONS.md: Describe git commit messages conventions.
Paul Sokolovsky
2016-05-07
unix/mphalport: Add mp_hal_delay_us() for consistency with other ports.
Pavol Rusnak
2016-05-07
esp8266/scripts/: Add fill() to NeoPixel
Mike Causer
2016-05-07
docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs.
Radomir Dopieralski
2016-05-07
esp8266/scripts/inisetup: Don't start WebREPL on boot in master branch.
Paul Sokolovsky
2016-05-07
tests/run-tests: Factor out list supported external boards.
Paul Sokolovsky
2016-05-06
stmhal/sdcard: Fix initialisation of DMA TX so that writes work.
Damien George
2016-05-06
stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC.
Dave Hylands
2016-05-05
esp8266/scripts/: Remove use of pin.PULL_NONE.
Paul Sokolovsky
2016-05-05
stmhal: For LIMIFROG board, add early-init function to get to DFU mode.
Damien George
2016-05-05
stmhal: Add board files for LIMIFROG board.
Tobias Badertscher
2016-05-05
stmhal/dma: Make DAC DMA descriptors conditional on having a DAC.
Damien George
2016-05-05
stmhal: L4: Add support for machine.sleep on STM32L4 MCUs.
Tobias Badertscher
2016-05-05
stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type.
Tobias Badertscher
2016-05-05
stmhal: L4: Adapt startup code, clock configuration and interrupts.
Tobias Badertscher
2016-05-05
stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.
Tobias Badertscher
2016-05-04
py/obj: Add warning note about get_array return value and GC blocks.
Damien George
2016-05-03
docs: Bump version to 1.8.
Damien George
2016-05-03
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
Damien George
2016-05-03
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
Paul Sokolovsky
2016-05-03
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
Paul Sokolovsky
2016-05-03
esp8266/main: Set sys.path to ["", "/", "/lib"].
Paul Sokolovsky
2016-05-03
esp8266: Shrink help text by a few lines, to fit in smaller windows.
Damien George
2016-05-03
esp8266/scripts/ntptime: Add simple NTP client.
Paul Sokolovsky
2016-05-03
esp8266/tutorial: Mention that esptool is available via pip.
Damien George
2016-05-03
docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.
Damien George
2016-05-03
docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.
Damien George
2016-05-03
esp8266/modpybpin: Make pin.irq() methods take keyword args.
Damien George
2016-05-03
esp8266/modpybpin: Use None instead of PULL_NONE for no-pull config.
Damien George
2016-05-03
esp8266/modpybpin: Use enum+array instead of struct for parsing args.
Damien George
2016-05-03
tools/mpy-tool: Make sure that all C-level variables are unique.
Damien George
2016-05-03
esp8266/scripts/neopixel.py: Swap red and green in pixel accessor.
Damien George
[next]