6458 Commits (f3b5480be7243684e31e4631e3da49c725fa7234)
 

Author SHA1 Message Date
Damien George f3b5480be7 stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. 8 years ago
Peter Hinch dab0f316d2 docs/reference/isr_rules.rst: Two minor additions to docs for using ISR. 8 years ago
Paul Sokolovsky 742d8bdbe4 esp8266/modmachine: Map PWR_ON_RESET to vendor's REASON_DEFAULT_RST. 8 years ago
Damien George b4be5a8f34 esp8266/modnetwork: Fix wlan.scan() method so it returns all networks. 8 years ago
Damien George 4a9542c0c0 docs/library/machine.WDT: Add that WDT is available on pyboard. 8 years ago
Damien George 9103cbe366 stmhal/modmachine: Implement machine.reset_cause() function, and consts. 8 years ago
Damien George b88bf6c76b stmhal/wdt: Implement keyword args to WDT constructor. 8 years ago
Torsten Wagner 69768c97c0 esp8266/espneopixel: Disable IRQs during eps.neopixel_write. 8 years ago
Damien George e4d6a10dc9 travis: Build mpy-cross as part of the Travis process. 8 years ago
Damien George 2b882e9aca mpy-cross: Don't use the internal printf functions. 8 years ago
Peter Hinch ef47a67cf4 stmhal/dac: Fix DAC (re-)initialisation by resetting DMA. 9 years ago
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George cac8dc3414 tests/extmod/framebuf1: Add tests for scrolling in the x-direction. 8 years ago
Radomir Dopieralski 778729c597 extmod/framebuf: Add the xstep!=0 case to scroll() method. 8 years ago
Paul Sokolovsky b4df3e74e1 docs/esp8266/quickref: Further improvements for SPI subsections. 8 years ago
Paul Sokolovsky 20da9064d7 docs/esp8266/quickref: Update information on SPI classes. 8 years ago
Paul Sokolovsky dba40afa70 esp8266/modmachine: Simplify SPI class implementation multiplexing. 8 years ago
Paul Sokolovsky 7ddd1a58f6 esp8266/modmachine: Don't expose internal SoftSPI and HSPI classes. 8 years ago
Paul Sokolovsky 1708fe3cc7 esp8266/modmachine: Add WDT_RESET and SOFT_RESET constants. 8 years ago
Paul Sokolovsky 61e2dfd97d tests/extmod/uzlib_decompio: Add zlib bitstream testcases. 8 years ago
Paul Sokolovsky 1bc5cb4312 extmod/moduzlib: Support wbits arg to DecompIO. 8 years ago
Dave Hylands fedab995ee stmhal: Set STM32F7DISC CPU Frequency to 216 MHz 8 years ago
Damien George 2d8740a4d1 tests/extmod: Add a test for framebuf module, tested by coverage build. 8 years ago
Damien George 47899a1ab8 extmod/modframebuf: Include font from stmhal directory explicitly. 8 years ago
Chris Packham 8c6856d2e7 py/emitglue.c: provide mp_raw_code_load_file for any unix architecture 8 years ago
Paul Sokolovsky 015774a04f esp8266/modmachinewdt: Add .deinit() method. 8 years ago
Paul Sokolovsky 4a33677c97 esp8266/esp8266.ld: Move modmachinewdt to FlashROM. 8 years ago
Damien George 76c366df56 stmhal: Add machine.WDT class. 8 years ago
Paul Sokolovsky f7c4611523 extmod/moduzlib: Use mperrno.h for error constants. 8 years ago
Paul Sokolovsky fafd587514 tests/extmod: Add test for uzlib.DecompIO. 8 years ago
Paul Sokolovsky a6864a13c7 extmod/moduzlib: Implement zlib stream decompressor class, DecompIO. 8 years ago
Damien George c51c883cc8 tools/mpy-tool.py: Support freezing of complex numbers. 8 years ago
Radomir Dopieralski 41ec22632d extmod/modframebuf: Fix fill and scroll when height not divisible by 8. 8 years ago
Damien George b6bdf18deb tools/mpy-tool.py: Compute the hash value for str/bytes objects. 8 years ago
Damien George b4790afdaf tools/mpy-tool.py: Store qstr config values in global config object. 8 years ago
Damien George 58f3861358 tests/unix/extra_coverage: Add test for str/bytes with invalid hash. 8 years ago
Damien George 5f3bda422a py: If str/bytes hash is 0 then explicitly compute it. 8 years ago
Damien George f127bef3e4 py/makeqstrdata.py: Compute the qstr hash from bytes, not characters. 8 years ago
Delio Brignoli f98bb2ddcb py/mpprint: Fail an assertion with unsupported format specifiers. 8 years ago
Radomir Dopieralski ce1c786297 drivers/sdcard: Port the SDCard driver to new machine API. 8 years ago
Damien George 49406b0ac6 stmhal/spi: Support new machine SPI methods in legacy SPI object. 8 years ago
Damien George 9b64d1966b stmhal/spi: Factor out SPI transfer code to a single function. 8 years ago
Damien George 3be8b688c0 esp8266/modpybhspi: Simplify HSPI driver by using 1 function for xfers. 8 years ago
Damien George 5863e15a23 esp8266/modpybspi: Use generic SPI helper methods to implement SPI. 8 years ago
Damien George 0823c1baf8 extmod: Add machine_spi with generic SPI C-protocol and helper methods. 8 years ago
Damien George 9c04ef2a67 unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. 8 years ago
Paul Sokolovsky 1f61fe07a2 py/mkrules.mk: Allow to override name of libmicropython.a 8 years ago
Paul Sokolovsky bae62d9abe lib/utils/pyexec: qstr_pool_info() requires size_t* parameters. 8 years ago
Damien George 76dcaddc0f docs/esp8266/quickref: Add internal links to docs for some modules. 8 years ago