9120 Commits (2923671a0cd62f370a2b33bbd52354c7b5624300)
 

Author SHA1 Message Date
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
iabdalkader cf1d6df05a stm32/boards/NUCLEO_H743ZI: Enable SD card support. 7 years ago
iabdalkader b4f814c9b7 stm32/sdcard: Add H7 SD card support. 7 years ago
iabdalkader 9b9896b44d stm32/dma: Remove H7 SDMMC DMA descriptors. 7 years ago
Damien George 1efe6a0316 stm32/boards/NUCLEO_H743ZI: Update to build with new linker management. 7 years ago
Damien George b121c9515d stm32/boards/stm32h743.ld: Remove include of common.ld. 7 years ago
Damien George 4d409b8e32 stm32/boards/stm32f767.ld: Add definition of FLASH_APP. 7 years ago
Damien George 04de9e33bc stm32/system_stm32: Set VTOR pointer from TEXT0_ADDR. 7 years ago
Damien George dcf4eb8134 stm32/boards: Add common_bl.ld for boards that need a bootloader. 7 years ago
Damien George ddb3b84c70 stm32/boards: Add common_basic.ld for a board to have a single section. 7 years ago
Damien George ed75b2655f stm32/Makefile: Allow a board to config either 1 or 2 firmware sections. 7 years ago