aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11stm32: Allow a board to configure the HSE in bypass mode.Damien George
2018-04-11stm32/stm32_it: Add IRQ handler for I2C4.Damien George
2018-04-11stm32/can: Allow CAN pins to be configured per board.Damien George
2018-04-11stm32/pin: In pin AF object, remove union of periph ptr types.Damien George
2018-04-11stm32/adc: Factor common ADC init code into adcx_init_periph().Damien George
2018-04-11stm32/adc: Fix config of EOC selection and Ext-Trig for ADC periph.Damien George
2018-04-11stm32/adc: Factor code to optimise adc_read_channel and adc_read.Damien George
2018-04-11stm32/dac: Add buffering argument to constructor and init() method.Damien George
2018-04-11stm32/adc: Optimise read_timed_multi() by caching buffer pointers.Damien George
2018-04-11stm32/adc: Add read_timed_multi() static method, with docs and tests.Peter Hinch
2018-04-11tests/pyb/adc.py: Fix test so that it really does test ADC values.Damien George
2018-04-11stm32/adc: Fix verification of ADC channel 16 for F411 MCUs.Damien George
2018-04-10stm32/main: Guard usb_mode lines in default boot.py by relevant #if.Peter D. Gray
2018-04-10esp32/machine_uart: Remove UART event queue object.Damien George
2018-04-10py: Refactor how native emitter code is compiled with a file per arch.Damien George
2018-04-10tests: Move recursive tests to the tests/stress/ subdir.Damien George
2018-04-10tests/stress/recursive_gen: Add test for recursive gen with iter.Damien George
2018-04-10stm32/i2c: Fully support peripheral I2C4.Damien George
2018-04-10stm32/i2c: Update HAL macros to use new __HAL_RCC prefix.Damien George
2018-04-10stm32/boards/NUCLEO_H743ZI: Enable DAC peripheral.iabdalkader
2018-04-10stm32/dac: Add support for H7 MCUs.iabdalkader
2018-04-10py/objgenerator: Check stack before resuming a generator.Jeff Epler
2018-04-10extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.armink
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2018-04-10docs/library/pyb.ADC.rst: Document new features for ADCAll.T S
2018-04-05py/objstr: In find/rfind, don't crash when end < start.Jeff Epler
2018-04-05tests/micropython/extreme_exc.py: Allow to run without any emg exc buf.Damien George
2018-04-05tests/micropython/extreme_exc.py: Fix test to run on more ports/configs.Damien George
2018-04-05py/objint: Simplify LHS arg type checking in int binary op functions.Damien George
2018-04-05tests/micropython: Add set of tests for extreme cases of raising exc's.Damien George
2018-04-05tests/basics/string_compare.py: Add test with string that hashes to 0.Damien George
2018-04-05tests/basics/class_super.py: Add tests for store/delete of super attr.Damien George
2018-04-05tests/basics: Add tests for edge cases of nan-box's 47-bit small int.Damien George
2018-04-04tests/basics: Add test for subclassing an iterable native type.Damien George
2018-04-04tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe.Damien George
2018-04-04py: Don't include mp_optimise_value or opt_level() if compiler disabled.Damien George
2018-04-04py/modsys: Don't compile getsizeof function if feature is disabled.Damien George
2018-04-04tests/stress: Add test to verify the GC can trace nested objects.Damien George
2018-04-04tests/basics: Modify int-big tests to prevent constant folding.Damien George
2018-04-04tests/basics/int_big1.py: Add test converting str with non-print chars.Damien George
2018-04-04tests/basics: Add test for use of return within try-except.Damien George
2018-04-04py/vm: Optimise handling of stackless mode when pystack is enabled.Damien George
2018-04-04py/vm: Don't do unnecessary updates of ip and sp variables.Damien George
2018-03-30tests/basics/iter1.py: Add more tests for walking a user-defined iter.Damien George
2018-03-30py/runtime: Be sure that non-intercepted thrown object is an exception.Damien George
2018-03-30py/runtime: Check that keys in dicts passed as ** args are strings.Damien George
2018-03-29stm32/mphalport: Use MCU regs to detect if cycle counter is started.Damien George
2018-03-29stm32/main: Only update reset_mode if board doesn't use a bootloader.Damien George
2018-03-29stm32/main: Rename main to stm32_main and pass through first argument.Damien George
2018-03-29stm32: Add custom, optimised Reset_Handler code.Damien George