8980 Commits (a7ebac2eaed7eb0da362568b9333339634f1da1d)
 

Author SHA1 Message Date
Damien George a7ebac2eae stm32/can: Allow CAN pins to be configured per board. 7 years ago
Damien George 0041396f05 stm32/pin: In pin AF object, remove union of periph ptr types. 7 years ago
Damien George f1073e747d stm32/adc: Factor common ADC init code into adcx_init_periph(). 7 years ago
Damien George 1d6c155d6a stm32/adc: Fix config of EOC selection and Ext-Trig for ADC periph. 7 years ago
Damien George 06807c1bde stm32/adc: Factor code to optimise adc_read_channel and adc_read. 7 years ago
Damien George b30e0d2f26 stm32/dac: Add buffering argument to constructor and init() method. 7 years ago
Damien George aebd9701a7 stm32/adc: Optimise read_timed_multi() by caching buffer pointers. 7 years ago
Peter Hinch 4f40fa5cf4 stm32/adc: Add read_timed_multi() static method, with docs and tests. 7 years ago
Damien George 0096a4bd00 tests/pyb/adc.py: Fix test so that it really does test ADC values. 7 years ago
Damien George de9528d12c stm32/adc: Fix verification of ADC channel 16 for F411 MCUs. 7 years ago
Peter D. Gray 59dda71038 stm32/main: Guard usb_mode lines in default boot.py by relevant #if. 7 years ago
Damien George 4ff05ae4e9 esp32/machine_uart: Remove UART event queue object. 7 years ago
Damien George ef12a4bd05 py: Refactor how native emitter code is compiled with a file per arch. 7 years ago
Damien George 5ad27d4b8b tests: Move recursive tests to the tests/stress/ subdir. 7 years ago
Damien George 605fdcf754 tests/stress/recursive_gen: Add test for recursive gen with iter. 7 years ago
Damien George 22f1414abb stm32/i2c: Fully support peripheral I2C4. 7 years ago
Damien George 69bf23c9cf stm32/i2c: Update HAL macros to use new __HAL_RCC prefix. 7 years ago
iabdalkader e1e49adb86 stm32/boards/NUCLEO_H743ZI: Enable DAC peripheral. 7 years ago
iabdalkader 90bb98e83d stm32/dac: Add support for H7 MCUs. 7 years ago
Jeff Epler cbf981f330 py/objgenerator: Check stack before resuming a generator. 7 years ago
armink 6a693db71d extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain. 7 years ago
Damien George cf31d384f1 py/stream: Switch stream close operation from method to ioctl. 7 years ago
T S 8f11d0b532 docs/library/pyb.ADC.rst: Document new features for ADCAll. 7 years ago
Jeff Epler d6cf5c6749 py/objstr: In find/rfind, don't crash when end < start. 7 years ago
Damien George b9c78425a6 tests/micropython/extreme_exc.py: Allow to run without any emg exc buf. 7 years ago
Damien George 4caadc3c01 tests/micropython/extreme_exc.py: Fix test to run on more ports/configs. 7 years ago
Damien George f1df86a017 py/objint: Simplify LHS arg type checking in int binary op functions. 7 years ago
Damien George 5995a199a3 tests/micropython: Add set of tests for extreme cases of raising exc's. 7 years ago
Damien George 1bfc774a08 tests/basics/string_compare.py: Add test with string that hashes to 0. 7 years ago
Damien George 22161acf47 tests/basics/class_super.py: Add tests for store/delete of super attr. 7 years ago
Damien George 7b7bbd0ee7 tests/basics: Add tests for edge cases of nan-box's 47-bit small int. 7 years ago
Damien George dd48ccb1e3 tests/basics: Add test for subclassing an iterable native type. 7 years ago
Damien George df02f5620a tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe. 7 years ago
Damien George 3f420c0c27 py: Don't include mp_optimise_value or opt_level() if compiler disabled. 7 years ago
Damien George 323b5f7270 py/modsys: Don't compile getsizeof function if feature is disabled. 7 years ago
Damien George a45a34ec31 tests/stress: Add test to verify the GC can trace nested objects. 7 years ago
Damien George 7d5c753b17 tests/basics: Modify int-big tests to prevent constant folding. 7 years ago
Damien George f684e9e1ab tests/basics/int_big1.py: Add test converting str with non-print chars. 7 years ago
Damien George 430efb0444 tests/basics: Add test for use of return within try-except. 7 years ago
Damien George bc36521386 py/vm: Optimise handling of stackless mode when pystack is enabled. 7 years ago
Damien George c7f880eda3 py/vm: Don't do unnecessary updates of ip and sp variables. 7 years ago
Damien George bcfff4fc98 tests/basics/iter1.py: Add more tests for walking a user-defined iter. 7 years ago
Damien George f50b64cab5 py/runtime: Be sure that non-intercepted thrown object is an exception. 7 years ago
Damien George 3280788195 py/runtime: Check that keys in dicts passed as ** args are strings. 7 years ago
Damien George bc3a5f1917 stm32/mphalport: Use MCU regs to detect if cycle counter is started. 7 years ago
Damien George b833f170c3 stm32/main: Only update reset_mode if board doesn't use a bootloader. 7 years ago
Damien George 7856a416bd stm32/main: Rename main to stm32_main and pass through first argument. 7 years ago
Damien George d9e69681f5 stm32: Add custom, optimised Reset_Handler code. 7 years ago
Damien George 7e28212352 stm32/boards/STM32L476DISC: Update to not take the address of pin objs. 7 years ago
Damien George 2dca693c24 stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects. 7 years ago