1251 Commits (bfd6ad94ff950a4b7e3a2125db1539c5e4ca333a)

Author SHA1 Message Date
Carlosgg bfd6ad94ff extmod/asyncio: Add ssl support with SSLContext. 11 months ago
Damien George f33dfb966a extmod/modssl_mbedtls: Fix parsing of ciphers in set_ciphers method. 11 months ago
Damien George ef996d15b9 extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional. 11 months ago
Carlosgg f3f215e9bd extmod/modssl_mbedtls: Add SSLContext certificate methods. 1 year ago
Damien George 241dbac928 extmod: Add lists of libm/libm_dbl source files for ports to use. 11 months ago
Angus Gratton df3948d3c2 extmod: Switch to use new event functions. 11 months ago
iabdalkader 0960d64d3b extmod/network_ninaw10: Switch to using soft-timer for polling. 1 year ago
iabdalkader 50f31cc902 extmod/modnetwork: Add deinit function to NIC protocol. 1 year ago
Damien George b5449b0f09 extmod/mbedtls: Enable certificate time/date validation by default. 11 months ago
Damien George 22d9116c8c nrf: Convert os module to use extmod version. 11 months ago
Damien George f523b86541 extmod/modmachine: Provide common implementation of disable/enable_irq. 12 months ago
Damien George e1ec6af654 extmod/modmachine: Provide common bindings for 6 bare-metal functions. 12 months ago
Damien George 48b5a7b060 extmod/modmachine: Provide common Python bindings for bootloader(). 12 months ago
Damien George e68aa40d2a extmod/modmachine: Add MICROPY_PY_MACHINE_PIN_BASE option. 12 months ago
Damien George 30a63a204d extmod/modmachine: Provide common Python bindings for machine.idle(). 12 months ago
Damien George 7d39db2503 extmod/modmachine: Factor ports' machine module dict to common code. 12 months ago
Damien George 14432b5da0 extmod/modmachine: Make I2C/SPI defns available when soft impl enabled. 12 months ago
Peter Züger 1879db7105 extmod/extmod.mk: Allow enabling lwip loopback support. 1 year ago
stijn 365913953a extmod/vfs_posix_file: Make standard file objects non-const. 1 year ago
Daniël van de Giessen 3b954698fa extmod/modbluetooth: Initialise nlr_jump_callback_top for IRQ handlers. 1 year ago
Andrew Leech 4cf741062b extmod/vfs_reader: Add file ioctl to set read buffer size. 1 year ago
Damien George dff293840e extmod/machine_i2c: Do a fast poll during I2C.scan(). 1 year ago
Damien George 03eae48847 extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 1 year ago
Jim Mussared b6a9778484 py/misc: Change sizeof to offsetof for variable-length alloc. 1 year ago
Daniël van de Giessen 7ad84e0422
lib/littlefs: Update LittleFS to v2.8.1. 1 year ago
Damien George a614c1d501 extmod: Remove empty utime_mphal.h file. 1 year ago
iabdalkader 2fda94c286 extmod/network_ninaw10: Fix select flags handling in socket poll. 1 year ago
Damien George 3e2706a18d extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h. 1 year ago
Damien George d336c1b79b extmod/modmachine: Consolidate simple machine headers into modmachine.h. 1 year ago
Damien George 90023b4dcf extmod/modmachine: Clean up decls of machine types to use common ones. 1 year ago
Damien George 5b4a2baff6 extmod/machine_uart: Factor ports' UART Python bindings to common code. 1 year ago
Damien George 95d8b5fd55 extmod/machine_adc: Factor ports' ADC Python bindings to common code. 1 year ago
Damien George 91a3f18391 extmod/machine_i2s: Factor comments, some enums and macros. 1 year ago
Damien George 46ae3b5a34 extmod/machine_i2s: Factor init_helper argument parsing. 1 year ago
Damien George 676f9bb78c extmod/machine_i2s: Factor print function. 1 year ago
Damien George 1477986815 extmod/machine_i2s: Factor I2S.irq method. 1 year ago
Damien George cdd9ad8d62 extmod/machine_i2s: Factor I2S.shift method. 1 year ago
Damien George a2d7e0da0b extmod/machine_i2s: Factor stream and ring-buf code. 1 year ago
Damien George f2f3ef162d extmod/machine_i2s: Factor ports' I2S Python bindings to common code. 1 year ago
Damien George 7e7af71527 extmod/machine_pwm: Remove header file and move decls to .c file. 1 year ago
Damien George 60929ec7e2 extmod/machine_wdt: Factor ports' WDT Python bindings to common code. 1 year ago
iabdalkader 7bbf7910fe extmod/network_ninaw10: Raise an error if nina_ioctl fails. 1 year ago
Christian Walther be28829ae8 extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year ago
Christian Walther 0c4fb16871 extmod/vfs_posix: Fix relative paths on non-root VFS. 1 year ago
Christian Walther e3ba6f952b extmod/vfs_posix: Fix relative root path. 1 year ago
Jim Mussared 8eb7721b4a extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
Jim Mussared 03a9fa227d extmod/modframebuf: Fix FrameBuffer get-buffer implementation. 1 year ago
Jim Mussared d040478d8a extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
Matthias Urlichs 5f0bd33b73 extmod/asyncio: Emit errors to stderr, not stdout. 1 year ago
Damien George 05cb1406ad extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago