10738 Commits (f1d91908fa427cb419d6fcd5f64f6c581a0cdd0f)
 

Author SHA1 Message Date
Damien George 9cad134a2f nrf/machine/adc: Add ADC.read_u16() method. 5 years ago
Damien George 983283a8cd esp32/machine_adc: Add ADC.read_u16() method. 5 years ago
Damien George 0e72cc9029 esp8266/machine_adc: Add read_u16 method and refactor. 5 years ago
Damien George 625609a737 esp8266/machine_adc: Rename pyb_adc_* to machine_adc_*. 5 years ago
Damien George ebacdfabb6 stm32/machine_adc: Add machine.ADC class. 5 years ago
Damien George e509da22df docs/library: Specify new machine.ADC class. 5 years ago
Damien George 8a237237a3 docs: Rename machine.ADC docs to machine.ADCWiPy. 5 years ago
Jim Mussared 06661890de stm32/powerctrl: Fix machine.bootloader() for L0 MCUs. 5 years ago
Jim Mussared 8fc00928ea stm32/dma: Fix DMA config for L0 MCUs. 5 years ago
stijn 4beb6c21ca windows/msvc: Treat compiler warnings as errors. 5 years ago
Jim Mussared 74fe841449 docs/library/pyb.DAC.rst: Correct frequency for triangle mode output. 5 years ago
Jim Mussared 50482cdc0c esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O. 5 years ago
Damien George b29fae0c56 py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format. 5 years ago
Damien George c348e79187 py/binary: Change mp_uint_t to size_t for index, size, align args. 5 years ago
Damien George 24c3e9b283 py/modstruct: Fix struct.pack_into with unaligned offset of native type. 5 years ago
Tom McDermott 1022f9cc35 py/modstruct: Fix struct.unpack with unaligned offset of native type. 5 years ago
Jeff Epler 12f13ee634 py/objtuple: Allow compatible subclasses of tuple in mp_obj_tuple_get. 5 years ago
Damien George 0b85b5b8b3 travis: Add new job to test unix port with sys.settrace enabled. 5 years ago
Damien George 4691b43c8a tools/mpy-tool.py: Add initial support for frozen with settrace. 5 years ago
Damien George 060209240b esp8266: Put new profile code in iROM. 5 years ago
Milan Rossa b295df4b08 py/profile: Add debugging for sys.settrace feature. 5 years ago
Milan Rossa 498e35219e tests: Add tests for sys.settrace feature. 5 years ago
Milan Rossa 310b3d1b81 py: Integrate sys.settrace feature into the VM and runtime. 5 years ago
Milan Rossa c96aedad46 py/profile: Add initial implementation of sys.settrace feature. 5 years ago
Damien George dbf35d3da3 py/bc: Factor out code to get bytecode line number info into new func. 5 years ago
Damien George c7c6703950 py/compile: Improve the line numbering precision for lambdas. 5 years ago
Damien George 400a128e11 stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs. 5 years ago
Damien George 1fe1ff935b nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 5 years ago
Eric Poulsen 5635b96461 esp32: Add 'config' function to network.LAN, reusing network.WLAN. 5 years ago
Paul m. p. P afc8596c15 docs/reference/speed_python: Add missing self to var caching example. 5 years ago
iabdalkader 0bec07f32b stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs. 5 years ago
Damien George b3152b2de7 tests: Split out test for optimisation level and line-no printing. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
Damien George 8e3e05761e mpy-cross/main: Only accept full emit cmdline options if native enabled. 5 years ago
Damien George 15b36aa0af unix/main: Only accept full emit cmd-line options if native enabled. 5 years ago
Damien George 5789558d60 stm32/boards/PYBD_SF2: Exclude certain things when building mboot. 5 years ago
Damien George 68d74b0074 stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot. 5 years ago
Damien George b1e04848ef stm32/mphalport: Put PYBD specific MAC code in board specific file. 5 years ago
Damien George 08c1fe5569 py/vm: Don't add traceback info for exceptions that are re-raised. 5 years ago
Damien George 16f6169c88 py/vm: Don't add traceback info for exc's propagated through a finally. 5 years ago
Damien George 3d7455a0bb py/py.mk: Remove trailing spaces at end of line. 5 years ago
Damien George 519746cae4 extmod/crypto-algorithms: Add source to header and populate copyright. 5 years ago
Damien George 2fca0d7f18 py/vm: Shorten error message for not-implemented opcode. 5 years ago
Damien George 53527138a9 py/bc0.h: Add comment that MP_BC_MAKE_CLOSURE/_DEFARGS take extra byte. 5 years ago
Damien George 973c87d8fa py/objgenerator: Move defn of mp_const_GeneratorExit_obj here. 5 years ago
Damien George bc9b656f35 py/runtime: Remove obsolete comment about mp_parse_compile_execute. 5 years ago
Damien George 2eb88f5df7 tests/extmod: Split json.loads of bytes/bytearray into separate test. 5 years ago
Damien George 2dfa69efbb extmod/modujson: Support passing bytes/bytearray to json.loads. 5 years ago
Damien George 8e7745eb31 py/emitbc: Make all emit_write_bytecode_* funcs take a stack_adj arg. 5 years ago
Damien George 3d9bd80447 py/emitbc: Rewrite switch in load_const_tok to reduce code size. 5 years ago