index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-05-15
esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API.
Damien George
2018-05-15
py/nlrx86: Use naked attribute on nlr_push for gcc 8.0 and higher.
Damien George
2018-05-15
stm32/usb: Initialise cdc variable to prevent compiler warnings.
Damien George
2018-05-14
stm32/usb: Add ability to have 2x VCP interfaces on the one USB device.
Damien George
2018-05-14
stm32/usb: Change HID report funcs to take HID state, not usbdev state.
Damien George
2018-05-14
stm32/usb: Change CDC tx/rx funcs to take CDC state, not usbdev state.
Damien George
2018-05-14
stm32/usb: Make CDC endpoint definitions private to core usbdev driver.
Damien George
2018-05-14
stm32/usb: Combine HID lower-layer and interface state into one struct.
Damien George
2018-05-14
stm32/usb: Combine CDC lower-layer and interface state into one struct.
Damien George
2018-05-14
stm32/usb: Use usbd_cdc_itf_t pointer directly in USB_VCP class.
Damien George
2018-05-14
stm32/modpyb: Remove unused includes and clean up comments.
Damien George
2018-05-14
stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.
Damien George
2018-05-14
stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.
Damien George
2018-05-14
stm32/accel: Switch pyb.Accel to use new C-level I2C API.
Damien George
2018-05-14
stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class.
Damien George
2018-05-14
stm32/i2c: Add new hardware I2C driver for F4 MCUs.
Damien George
2018-05-14
stm32/usbd_hid_interface: Address possible race condition vs. interrupt.
Peter D. Gray
2018-05-14
stm32/usbdev: Be honest about data not being written to HID endpoint.
Peter D. Gray
2018-05-14
esp32: Update to latest ESP IDF version.
Bas Wijnen
2018-05-13
py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.
Damien George
2018-05-11
stm32/usbdev: Remove unused RxState variable, and unused struct.
Damien George
2018-05-11
.gitattributes: Remove special text handling of stm32 usbdev files.
Damien George
2018-05-11
stm32/usbdev: Convert files to unix line endings.
Damien George
2018-05-11
stm32/usbd_conf: Changes files to unix line endings and apply styling.
Damien George
2018-05-11
stm32/usbd_conf.h: Remove unused macros and clean up header file.
Damien George
2018-05-11
py/mpconfig.h: Be stricter when autodetecting machine endianness.
Damien George
2018-05-11
tests/basics/special_methods2: Enable some additional tests that work.
Damien George
2018-05-11
docs: Bump version to 1.9.4.
Damien George
2018-05-11
tests/float/float_parse: Allow test to run on 32-bit archs.
Damien George
2018-05-11
py/repl: Initialise q_last variable to prevent compiler warnings.
Damien George
2018-05-11
py/objdeque: Fix sign extension bug when computing len of deque object.
Damien George
2018-05-11
stm32/README: Update to reflect current MCU support.
Damien George
2018-05-10
py/modbuiltins: Make built-in dir support the __dir__ special method.
Damien George
2018-05-10
py/modbuiltins: In built-in dir make use of mp_load_method_protected.
Damien George
2018-05-10
py/repl: Use mp_load_method_protected to prevent leaking of exceptions.
Damien George
2018-05-10
py/modbuiltins: Make built-in hasattr work properly for user types.
Damien George
2018-05-10
py/runtime: Add mp_load_method_protected helper which catches exceptions
Damien George
2018-05-09
py/{modbuiltins,repl}: Start qstr probing from after empty qstr.
Damien George
2018-05-09
stm32/usb: Use correct type for USB HID object.
Damien George
2018-05-09
stm32/usb: Fix broken pyb.have_cdc() so it works again.
Damien George
2018-05-09
stm32/i2c: Make sure stop condition is sent after receiving addr nack.
Damien George
2018-05-08
tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.
Damien George
2018-05-04
tests/cpydiff: Remove working cases from types_float_rounding.
Damien George
2018-05-04
tests/cpydiff: Remove types_str_decodeerror now that it succeeds.
Damien George
2018-05-04
tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Damien George
2018-05-04
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
Damien George
2018-05-04
stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c.
Damien George
2018-05-04
stm32: Don't use %lu or %lx for formatting, use just %u or %x.
Damien George
2018-05-04
stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h.
Damien George
2018-05-04
extmod/modlwip: In ioctl handle case when socket is in an error state.
Damien George
[next]