8958 Commits (8f11d0b532bd0203c875ad9e3e4efd8a7014ca15)
 

Author SHA1 Message Date
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
Damien George 95b2cb008e stm32/Makefile: Rename FLASH_ADDR/TEXT_ADDR to TEXT0_ADDR/TEXT1_ADDR. 7 years ago
Damien George 7aec06ca9a stm32/boards: Allow boards to have finer control over the linker script. 7 years ago
Damien George a6009a9e35 stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed. 7 years ago
Damien George 6f1e857624 stm32/qspi: Don't take the address of pin configuration identifiers. 7 years ago
Damien George 6b51eb22c8 stm32: Consolidate include of genhdr/pins.h to single location in pin.h. 7 years ago
Damien George b63cc1e9ef stm32/Makefile: Re-enable strict aliasing optimisation for ST HAL files. 7 years ago
Damien George 23f07b77e5 lib/stm32lib: Update library for fix to H7 SPI strict aliasing error. 7 years ago
iabdalkader 7b0a020a02 stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver. 7 years ago
iabdalkader 1e0a67f290 stm32/boards/NUCLEO_H743ZI: Enable hardware I2C support. 7 years ago
iabdalkader 24a9facd89 stm32/i2c: Add H7 I2C timing configurations. 7 years ago
iabdalkader 2ebc538d63 stm32/dma: Enable H7 DMA descriptors. 7 years ago
Damien George 22c693aa6f tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv 7 years ago