5848 Commits (cea1c621e0c05c9a90a693167fba9a4e8f42533a)
 

Author SHA1 Message Date
Paul Sokolovsky cea1c621e0 CODECONVENTIONS.md: Describe git commit messages conventions. 9 years ago
Pavol Rusnak bc7ca7ca01 unix/mphalport: Add mp_hal_delay_us() for consistency with other ports. 9 years ago
Mike Causer 13d06a83e1 esp8266/scripts/: Add fill() to NeoPixel 9 years ago
Radomir Dopieralski 0c86a9471a docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs. 9 years ago
Paul Sokolovsky 8db61e5b5a esp8266/scripts/inisetup: Don't start WebREPL on boot in master branch. 9 years ago
Paul Sokolovsky 5ec11f565b tests/run-tests: Factor out list supported external boards. 9 years ago
Damien George 88153dc56a stmhal/sdcard: Fix initialisation of DMA TX so that writes work. 9 years ago
Dave Hylands cbbeb786d7 stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC. 9 years ago
Paul Sokolovsky df2b1a4758 esp8266/scripts/: Remove use of pin.PULL_NONE. 9 years ago
Damien George 08d3d5d9ab stmhal: For LIMIFROG board, add early-init function to get to DFU mode. 9 years ago
Tobias Badertscher 770f169e63 stmhal: Add board files for LIMIFROG board. 9 years ago
Damien George 05d1664981 stmhal/dma: Make DAC DMA descriptors conditional on having a DAC. 9 years ago
Tobias Badertscher 0f846e563c stmhal: L4: Add support for machine.sleep on STM32L4 MCUs. 9 years ago
Tobias Badertscher 7441ba7749 stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type. 9 years ago
Tobias Badertscher adaaf439b0 stmhal: L4: Adapt startup code, clock configuration and interrupts. 9 years ago
Tobias Badertscher e64032d6fd stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series. 9 years ago
Damien George eb54e4d065 py/obj: Add warning note about get_array return value and GC blocks. 9 years ago
Damien George 2c2fc070ec docs: Bump version to 1.8. 9 years ago
Damien George 56fd33a6dd docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual. 9 years ago
Paul Sokolovsky c68c327310 docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit. 9 years ago
Paul Sokolovsky 1f396c58d9 docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client. 9 years ago
Paul Sokolovsky fb5017f9dc esp8266/main: Set sys.path to ["", "/", "/lib"]. 9 years ago
Damien George 496a601c3b esp8266: Shrink help text by a few lines, to fit in smaller windows. 9 years ago
Paul Sokolovsky f873a5005a esp8266/scripts/ntptime: Add simple NTP client. 9 years ago
Damien George 5d05993f10 esp8266/tutorial: Mention that esptool is available via pip. 9 years ago
Damien George 8af64bcf2b docs/esp8266/tutorial: Update pins tutorial to reflect changes in API. 9 years ago
Damien George 5036b6ad18 docs/library/machine.Pin: Update pin docs to reflect ESP8266 support. 9 years ago
Damien George 8e130fcf2b esp8266/modpybpin: Make pin.irq() methods take keyword args. 9 years ago
Damien George 8a3e9036eb esp8266/modpybpin: Use None instead of PULL_NONE for no-pull config. 9 years ago
Damien George 9df6b3a2c2 esp8266/modpybpin: Use enum+array instead of struct for parsing args. 9 years ago
Damien George 02fd83bcbc tools/mpy-tool: Make sure that all C-level variables are unique. 9 years ago
Damien George b539a61490 esp8266/scripts/neopixel.py: Swap red and green in pixel accessor. 9 years ago
Paul Sokolovsky 81a99eb388 docs/machine: idle() description generalization. 9 years ago
Paul Sokolovsky bb6458bf43 docs/machine: More generic description of sleep's, WiPy details to its genref. 9 years ago
Paul Sokolovsky db99ae00a2 docs/machine: Move WiPy-specific hardware details to its general reference. 9 years ago
Paul Sokolovsky 06ec96b47b docs/machine: Generalize docs from just WiPy to other ports. 9 years ago
Paul Sokolovsky cfc94bec9f extmod/modlwip: Implement sendall() method for TCP sockets. 9 years ago
Damien George 879bc4197a docs/esp8266: Add ESP8266 tutorial. 9 years ago
Paul Sokolovsky 5e94f0b43a esp8266/scripts/inisetup: Update for nic.mac() method being gone. 9 years ago
Paul Sokolovsky a6cf45864f docs/network: esp8266: MAC address is set via .config() method. 9 years ago
Paul Sokolovsky 35e63f0007 esp8266/modnetwork: Remove .mac() method, move to .config("mac"). 9 years ago
Paul Sokolovsky ae845f13de docs: Use getaddrinfo() result in easy way. 9 years ago
Paul Sokolovsky c2d885501f examples/network/: Use getaddrinfo() result in easy way. 9 years ago
Paul Sokolovsky 3944d3511f esp8266/scripts/inisetup: Enable WebREPL auto-start on boot. 9 years ago
Paul Sokolovsky 76c81cd5a6 esp8266/modesp: Add malloc() and free() functions. 9 years ago
Paul Sokolovsky 2123ced3f4 esp8266/modesp: Add esf_free_bufs() debugging function. 9 years ago
Paul Sokolovsky 3d830415bc esp8266/esp_mphal: Add ets_esf_free_bufs(), etc. functions. 9 years ago
Paul Sokolovsky 7b7c99fec1 esp8266/modnetwork: Remove deprecated wifi_mode(). 9 years ago
Damien George 9215cdc7fd esp8266: Change platform name from ESP8266 to esp8266. 9 years ago
Paul Sokolovsky b8468d12a1 extmod/modwebrepl: Get rid of using strncpy(). 9 years ago