4449 Commits (661d9d1901d3afcc9fdee7e4ab7cfd17688cb7d0)
 

Author SHA1 Message Date
Damien George c0e39864c6 stmhal: Fix make-pins.py to allow Port K. 9 years ago
Damien George 6e552e15fa stmhal: Add debug capability to print out info about a hard fault. 9 years ago
Damien George 0851751615 stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. 9 years ago
Damien George 6f1c00869c stmhal: Factor out USRSW boot-up code and support boards with 1 LED. 9 years ago
Damien George 1934dca6de bare-arm: Disable enumerate and reversed builtins to make port more bare. 9 years ago
Damien George 7a26e4f484 minimal: Use 1 byte for qstr hash, to make port more minimal. 9 years ago
Damien George 9a2913ed1c py/objlist: Make list += accept all arguments and add test. 9 years ago
Daniel Campora c6926c374d cc3200: Make I2C and SPI API the same as in stmhal. 9 years ago
Paul Sokolovsky 3a2fb201a5 makeqstrdata.py: Typo fix in comment. 9 years ago
Damien George a95b06fc6b drivers/onewire: Fix ds18x20.read_temp so it works when no rom given. 9 years ago
Dave Hylands 92d4b51ad5 stmhal: Add STM32F7DISC and associated changes. 9 years ago
Dave Hylands 7e7fb0b7a3 stmhal: Renamed startup/system/_it.[ch] file to generic names. 9 years ago
Dave Hylands ea8bf81058 stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. 9 years ago
Damien George f243851ccd stmhal: Expose uwTick in f7 hal. 9 years ago
Dave Hylands 7c934ae501 stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0. 9 years ago
Daniel Campora aa58c7ec74 cc3200: Append last 2 bytes of the MAC address to the default SSID. 9 years ago
Daniel Campora b56634e691 cc3200: On ssl.read() or ssl.readall() ignore ssl layer closed error. 9 years ago
Daniel Campora fb3f9cff33 cc3200: Switch to 1 byte hash for QSTRs. 9 years ago
Daniel Campora da33b31c7d docs/wipy: Correct nic.ifconfig() quickref example. 9 years ago
Daniel Campora 9a348fc840 cc3200: Add socket.makefile() 9 years ago
Daniel Campora 007878781c cc3200: Rename pins from GPIO to just GP. 9 years ago
Damien George cfc4c33801 py/compile: Give more precise line number for compile errors. 9 years ago
Damien George 28596edf07 py/repl: Don't look inside strings for unmatched brackets/quotes. 9 years ago
Damien George 7ccdf8be77 tools/pyboard.py: Fix read timeout calc to work with shorter sleep. 9 years ago
Damien George f5d04750db stmhal: Put fs_user_mount pointer in root ptr section of global state. 9 years ago
Damien George 92e9a5e0a7 stmhal: Check if user block device is mounted before accessing it. 9 years ago
Damien George 84d59c2873 py: For viper compile errors, add traceback with function and filename. 9 years ago
Damien George d8a7f8bff2 py: Disable REPL EMACS key bindings by default. 9 years ago
Tom Soulanille 3dd0b69e46 run-tests: Use PTY when running REPL tests. 9 years ago
Tom Soulanille 7d588b0c7c lib/mp-readline: Add emacs-style control characters for cursor movement. 9 years ago
Daniel Campora cd14188bc8 tools: Add telnet support to pyboard.py. 10 years ago
Damien George db109ca0fc tools/pyboard.py: Speed up reading of chars by decreasing sleep period. 9 years ago
Damien George f1236734bb tools/pyboard.py: Make enter_raw_repl stricter and more reliable. 9 years ago
Damien George 9de53bf788 tools/pyboard.py: Fix parsing of returned error so last chr is not lost. 9 years ago
Damien George 3900fed849 tests: Skip parser test if "compile" builtin is not available. 9 years ago
Damien George 96f0dd3cbc py/parse: Fix handling of empty input so it raises an exception. 9 years ago
Damien George fa7c61dfab py/parse: De-duplicate and simplify code for parser "or" rule. 9 years ago
Damien George d241c2a592 py/lexer: Raise SyntaxError when str hex escape sequence is malformed. 9 years ago
Damien George f17e663493 py: Issue an error when compiling Viper functions with more than 4 args. 9 years ago
Damien George e45c1dbd6f py: Allow viper functions to take up to 4 arguments. 9 years ago
Damien George 7693ef3bd6 stmhal: Allow ADC.read_timed to take Timer object in place of freq. 9 years ago
Damien George 99a21dc05d stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4. 9 years ago
Damien George abc24c1876 stmhal: Allow DAC.write_timed to take Timer object in place of freq. 9 years ago
Damien George 6f5e0fe955 stmhal: Clean up DAC code a little. 9 years ago
Delio Brignoli 6a388aaa7c py: reduce array slice assignment code size 10 years ago
blmorris 2af846e711 stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculation 9 years ago
Damien George 4915c2b871 py: Small code space optimisations for memoryview slice assigment. 9 years ago
Delio Brignoli cceff157dd qemu-arm: Enable array slice assignment to get memoryview1 test to pass. 10 years ago
Delio Brignoli 32aba40830 py: Implement memoryview slice assignment. 10 years ago
Damien George f576057274 stmhal: Add CMSIS device header files for STM32F2xx series. 9 years ago