6593 Commits (9fdba0e09c7522130d6609362973bdf5feda1a2e)
 

Author SHA1 Message Date
Alex March 9fdba0e09c tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage. 8 years ago
Damien George 056da75a8a esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS. 8 years ago
Damien George 0bb3c7d3b7 stmhal: Enable machine.time_pulse_us() function. 8 years ago
Dave Hylands c08f50bcf7 stmhal: Disable network and usocket for ESPRUINO_PICO 8 years ago
stijn 7f19b1c3eb tests: Fix expected output of verbose cmdline test 8 years ago
Damien George b89ac9db78 stmhal/moduos: Implement total-number-of-blocks field in statvfs. 8 years ago
Damien George b1537a5752 stmhal/mphalport: Change pin obj type to const pointer, to avoid casts. 8 years ago
puuu bcf60b43ee esp8266/modpybrtc.c: Implement machine.RTC.alarm_left() 8 years ago
Dave Hylands 7a9c183c20 stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size. 8 years ago
Paul Sokolovsky cecf6bee97 tools: Upgrade upip to 1.0. 8 years ago
Paul Sokolovsky 161e9f4115 esp8266/main: Put /lib before / in sys.path. 8 years ago
Paul Sokolovsky 52784bf595 esp8266/modmachine: idle(): Return number of CPU cycles spent idling. 8 years ago
Alex March addd1d3db1 tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op. 8 years ago
Pavol Rusnak 99d62c4def stmhal/usb: Use real packet size (not maximum) in HID receive. 8 years ago
Pavol Rusnak 8f3cf6e6a8 stmhal/usb: Use correct ClassData structure for HID receive. 8 years ago
Philip Potter eb239b8398 stmhal/usb: Add support to receive USB HID messages from host. 8 years ago
Philip Potter 03de5a13cf stmhal/usbdev: Add OUT endpoint to HID interface. 8 years ago
Damien George cd20027f56 tests/run-tests: Disable cmdline/cmd_showbc test on Windows. 8 years ago
Dave Hylands 1f433c719b stmhal: Fix linker map for STM32L476 chips. 8 years ago
Damien George bd925b59c3 stmhal/spi: Enable use of fast software SPI. 8 years ago
Damien George b0eb0d6153 extmod/machine_spi: Add optional support for fast software SPI. 8 years ago
Damien George b932b2dd1f extmod/machine_spi: Use delay_half, not baudrate, for internal timing. 8 years ago
Damien George 9f1e395c16 stmhal/spi: Use software SPI if no periph id given, even if pins given. 8 years ago
Damien George bd87375202 esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard. 8 years ago
Damien George 5deedd6685 stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask. 8 years ago
Damien George d4a5ca5056 stmhal/spi: Make machine.SPI class conform to correct API. 8 years ago
Damien George 077dbf4a86 stmhal/mphalport: Implement mp_hal_pin_{input,output,write}. 8 years ago
Damien George d434ce3fca extmod/machine_spi: Factor out software SPI code from esp8266 to extmod. 8 years ago
Damien George a22a67661a stmhal/spi: Simplify spi_transfer function to take only one buf len arg. 8 years ago
Damien George 5bb28c7f10 extmod/machine_spi: Simplify SPI xfer function to only take one buf len. 8 years ago
daniel a0d97fe408 cc3200: Add ssl_version argument to ssl.wrap_socket(). 8 years ago
Damien George 8de270b4fc py/objbool: Make a slight simplification of bool constructor. 8 years ago
Damien George eca1408f16 py/objbool: Defer bool's unary op implementation to small int. 8 years ago
Damien George 3be4f886ce py/argcheck: Simplify if-chain so that the last one is the default. 8 years ago
Damien George 9f72a14920 tests/basics: Add test for printing OSError when errno is unknown. 8 years ago
Krzysztof Blazewicz b04d4a5b13 lib/cmsis: upgrade CMSIS-CORE to V4.30 8 years ago
Krzysztof Blazewicz fa6f774b2c lib/cmsis: remove CMSIS-DSP headers, they are unused 8 years ago
Krzysztof Blazewicz 6aea34ad89 lib/cmsis: move CMSIS headers to lib/ 8 years ago
Damien George 17b4509564 tests/basics: Add test constructing a set from a non-trivial expression. 8 years ago
Damien George 3c582bc7cb tests/import: Add test for compiling "import a.b as c". 8 years ago
Damien George 216a711cd4 py/compile: Fix typo when checking for parse-node kind. 8 years ago
Damien George 6cf2a3966e tests/basics: Add further tests for nonlocal scoping and closures. 8 years ago
Damien George 0d10517a45 py/scope: Factor common code to find locals and close over them. 8 years ago
Damien George d5495966ce py/scope: Shrink scope_t struct by 1 machine word. 8 years ago
Damien George 3dea8c9e92 py/scope: Use lookup-table to determine a scope's simple name. 8 years ago
Paul Sokolovsky 6ab2c5e6cc lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port. 8 years ago
Damien George 53bfcc9e84 stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported. 8 years ago
Radomir Dopieralski 219245e10f extmod/machine_i2c: Add support for the addrsize parameter in mem xfers. 8 years ago
Nicholas Graumann 7165fbd8f4 stmhal: Add virtual com port support for STM32L476DISC. 8 years ago
Damien George b32c01b748 py/compile: Fix async-for/async-with to work with simpler exc on stack. 8 years ago