6479 Commits (f28efa19713977a61395b19fec1fe501aeee4c0e)
 

Author SHA1 Message Date
Paul Sokolovsky f28efa1971 py: Move frozen modules rules from esp8266 port for reuse across ports. 8 years ago
Paul Sokolovsky 8ae885a0c6 esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency. 8 years ago
Paul Sokolovsky ee324c501e unix/modjni: Add array() top-level function to create Java array. 8 years ago
Damien George b9672bcbe8 tests/extmod: Add test for machine.time_pulse_us(). 8 years ago
Damien George 2b7c4a1878 tests/basics: Add errno1 test, to check basics of uerrno module. 8 years ago
Damien George 67a4813601 tests/extmod/urandom: Add urandom tests for error cases. 8 years ago
Damien George f84b341618 py/objnone: Remove unnecessary handling of MP_UNARY_OP_BOOL. 8 years ago
Paul Sokolovsky 3fea1f014c unix/modjni: Implement subscription for object arrays. 8 years ago
Damien George 0fd3d8d19f stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. 8 years ago
Renato Aguiar 081c0648ec unix: Fix build for when MICROPY_PY_SOCKET=0. 8 years ago
stijn dd0e6ddfeb travis: Abandon mingw32 in favour of mingw-w64 8 years ago
stijn d14d4cdb8b windows: Enable MICROPY_PY_UERRNO 8 years ago
Chris Packham a50b26e4b0 py/makeqstrdefs.py: Use python 2.6 syntax for set creation. 8 years ago
Damien George b236b1974b tests/pyb: Update exp file for previously updated extint test. 8 years ago
Damien George 2f02960607 tests/pyb: Add test for ExtInt when doing swint while disabled. 8 years ago
Krzysztof Blazewicz 1ba516f475 stmhal/extint: Force 0 to 1 transition on swint(). 8 years ago
Krzysztof Blazewicz 06a1194300 stmhal/{accel,lcd}: use GPIO_{set,clear}_pin 8 years ago
Tom Soulanille d89de18f40 stmhal/lcd: De-assert chip select after completing SPI transmission. 8 years ago
Antonin ENFRUN f3b19ef634 py/asmthumb: Flush D-cache, and invalidate I-cache on STM32F7. 8 years ago
Damien George 3611dcc260 docs: Bump version to 1.8.4. 8 years ago
Damien George 763e04bba5 tests/run-tests: Disable thread/stress_recurse.py test on Travis. 8 years ago
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