9199 Commits (bace1a16d056cc755f12f525b9f2bfb3cb4b4b50)
 

Author SHA1 Message Date
Damien George 94a79f340d esp8266/mpconfigport.h: Add some weak links to common Python modules. 7 years ago
Damien George 7d7b9cd5df lib/lwip: Update lwIP to v2.0.3, tag STABLE-2_0_3_RELEASE. 7 years ago
Damien George 9c2044717c extmod/modlwip: Update to work with lwIP v2.0. 7 years ago
Tom Collins a883fe12d9 py/objfun: Fix variable name in DECODE_CODESTATE_SIZE() macro. 7 years ago
Damien George 1b7487e519 py/vm: Adjust #if logic for gil_divisor so braces are balanced. 7 years ago
Ryan Shaw b9ff46f1ed stm32: Enable UART7/8 on F4 series that have these peripherals. 7 years ago
Damien George cdaace1fdf esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API. 7 years ago
Damien George c97607db5c py/nlrx86: Use naked attribute on nlr_push for gcc 8.0 and higher. 7 years ago
Damien George e6b66f1092 stm32/usb: Initialise cdc variable to prevent compiler warnings. 7 years ago
Damien George 47ecbbbecb stm32/usb: Add ability to have 2x VCP interfaces on the one USB device. 7 years ago
Damien George 2e565cc0d4 stm32/usb: Change HID report funcs to take HID state, not usbdev state. 7 years ago
Damien George 91bca340ec stm32/usb: Change CDC tx/rx funcs to take CDC state, not usbdev state. 7 years ago
Damien George 68271a27e6 stm32/usb: Make CDC endpoint definitions private to core usbdev driver. 7 years ago
Damien George ed92d62326 stm32/usb: Combine HID lower-layer and interface state into one struct. 7 years ago
Damien George bf08a99ccd stm32/usb: Combine CDC lower-layer and interface state into one struct. 7 years ago
Damien George ed32284b70 stm32/usb: Use usbd_cdc_itf_t pointer directly in USB_VCP class. 7 years ago
Damien George fb25c81062 stm32/modpyb: Remove unused includes and clean up comments. 7 years ago
Damien George 88c26a48b4 stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting. 7 years ago
Damien George 92c5e2708d stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod. 7 years ago
Damien George a0f7b4c678 stm32/accel: Switch pyb.Accel to use new C-level I2C API. 7 years ago
Damien George ce824bb67e stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class. 7 years ago
Damien George b21415ed4f stm32/i2c: Add new hardware I2C driver for F4 MCUs. 7 years ago
Peter D. Gray ca36645410 stm32/usbd_hid_interface: Address possible race condition vs. interrupt. 7 years ago
Peter D. Gray 1f1623d3b7 stm32/usbdev: Be honest about data not being written to HID endpoint. 7 years ago
Bas Wijnen 67e1a4f8be esp32: Update to latest ESP IDF version. 7 years ago
Damien George 749b16174b py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs. 7 years ago
Damien George aeaace0737 stm32/usbdev: Remove unused RxState variable, and unused struct. 7 years ago
Damien George 4b3c629067 .gitattributes: Remove special text handling of stm32 usbdev files. 7 years ago
Damien George abde0fa226 stm32/usbdev: Convert files to unix line endings. 7 years ago
Damien George 56a273ebff stm32/usbd_conf: Changes files to unix line endings and apply styling. 7 years ago
Damien George 9f4eda542a stm32/usbd_conf.h: Remove unused macros and clean up header file. 7 years ago
Damien George 9630376dbc py/mpconfig.h: Be stricter when autodetecting machine endianness. 7 years ago
Damien George 7541be5637 tests/basics/special_methods2: Enable some additional tests that work. 7 years ago
Damien George 421b84af99 docs: Bump version to 1.9.4. 7 years ago
Damien George d2c1db1e5c tests/float/float_parse: Allow test to run on 32-bit archs. 7 years ago
Damien George 6046e68fe1 py/repl: Initialise q_last variable to prevent compiler warnings. 7 years ago
Damien George 095d397017 py/objdeque: Fix sign extension bug when computing len of deque object. 7 years ago
Damien George b208aa189e stm32/README: Update to reflect current MCU support. 7 years ago
Damien George 3678a6bdc6 py/modbuiltins: Make built-in dir support the __dir__ special method. 7 years ago
Damien George 29d28c2574 py/modbuiltins: In built-in dir make use of mp_load_method_protected. 7 years ago
Damien George 7241d90272 py/repl: Use mp_load_method_protected to prevent leaking of exceptions. 7 years ago
Damien George 529860643b py/modbuiltins: Make built-in hasattr work properly for user types. 7 years ago
Damien George bc87b862fd py/runtime: Add mp_load_method_protected helper which catches exceptions 7 years ago
Damien George eb88803ac8 py/{modbuiltins,repl}: Start qstr probing from after empty qstr. 7 years ago
Damien George c1115d931f stm32/usb: Use correct type for USB HID object. 7 years ago
Damien George e1bc85416a stm32/usb: Fix broken pyb.have_cdc() so it works again. 7 years ago
Damien George e638defff4 stm32/i2c: Make sure stop condition is sent after receiving addr nack. 7 years ago
Damien George 2ada1124d4 tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail. 7 years ago
Damien George 74ab341d3a tests/cpydiff: Remove working cases from types_float_rounding. 7 years ago
Damien George cd9d71edc8 tests/cpydiff: Remove types_str_decodeerror now that it succeeds. 7 years ago