index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-04-04
py/vm: Optimise handling of stackless mode when pystack is enabled.
Damien George
2018-04-04
py/vm: Don't do unnecessary updates of ip and sp variables.
Damien George
2018-03-30
tests/basics/iter1.py: Add more tests for walking a user-defined iter.
Damien George
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-03-29
stm32/mphalport: Use MCU regs to detect if cycle counter is started.
Damien George
2018-03-29
stm32/main: Only update reset_mode if board doesn't use a bootloader.
Damien George
2018-03-29
stm32/main: Rename main to stm32_main and pass through first argument.
Damien George
2018-03-29
stm32: Add custom, optimised Reset_Handler code.
Damien George
2018-03-28
stm32/boards/STM32L476DISC: Update to not take the address of pin objs.
Damien George
2018-03-28
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-28
stm32/boards/NUCLEO_H743ZI: Enable SD card support.
iabdalkader
2018-03-28
stm32/sdcard: Add H7 SD card support.
iabdalkader
2018-03-28
stm32/dma: Remove H7 SDMMC DMA descriptors.
iabdalkader
2018-03-28
stm32/boards/NUCLEO_H743ZI: Update to build with new linker management.
Damien George
2018-03-28
stm32/boards/stm32h743.ld: Remove include of common.ld.
Damien George
2018-03-27
stm32/boards/stm32f767.ld: Add definition of FLASH_APP.
Damien George
2018-03-27
stm32/system_stm32: Set VTOR pointer from TEXT0_ADDR.
Damien George
2018-03-27
stm32/boards: Add common_bl.ld for boards that need a bootloader.
Damien George
2018-03-27
stm32/boards: Add common_basic.ld for a board to have a single section.
Damien George
2018-03-27
stm32/Makefile: Allow a board to config either 1 or 2 firmware sections.
Damien George
2018-03-27
stm32/Makefile: Rename FLASH_ADDR/TEXT_ADDR to TEXT0_ADDR/TEXT1_ADDR.
Damien George
2018-03-27
stm32/boards: Allow boards to have finer control over the linker script.
Damien George
2018-03-27
stm32/*bdev.c: Eliminate dependency on sys_tick_has_passed.
Damien George
2018-03-27
stm32/qspi: Don't take the address of pin configuration identifiers.
Damien George
2018-03-27
stm32: Consolidate include of genhdr/pins.h to single location in pin.h.
Damien George
2018-03-26
stm32/Makefile: Re-enable strict aliasing optimisation for ST HAL files.
Damien George
2018-03-25
lib/stm32lib: Update library for fix to H7 SPI strict aliasing error.
Damien George
2018-03-20
stm32/boards/NUCLEO_H743ZI: Disable uSD transceiver.
iabdalkader
2018-03-20
stm32/boards/NUCLEO_H743ZI: Enable hardware I2C support.
iabdalkader
2018-03-20
stm32/i2c: Add H7 I2C timing configurations.
iabdalkader
2018-03-20
stm32/dma: Enable H7 DMA descriptors.
iabdalkader
2018-03-19
tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv
Damien George
2018-03-19
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
Damien George
2018-03-19
travis: Pass -j4 to make to speed up compilation.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-17
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
Damien George
2018-03-16
py/makeqstrdefs.py: Optimise by using compiled re's so it runs faster.
Damien George
2018-03-16
stm32/can: Use explicit byte extraction instead of casting to word ptr.
Damien George
2018-03-16
tests/pyb: Update CAN test to expect that auto_restart is printed.
Damien George
2018-03-16
docs/library/pyb.CAN: Clean up documentation of data constants.
Damien George
2018-03-16
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
Damien George
2018-03-16
stm32/can: Add CAN.state() method to get the state of the controller.
Damien George
2018-03-15
stm32/can: Add CAN.restart() method so controller can leave bus-off.
Damien George
2018-03-15
stm32/can: Add "auto_restart" option to constructor and init() method.
Damien George
2018-03-15
stm32/can: Use enums to index keyword arguments, for clarity.
Damien George
2018-03-15
stm32/can: Improve can.recv() so it checks for events, eg ctrl-C.
Damien George
2018-03-15
stm32/boards/STM32L476DISC: Enable CAN peripheral.
Damien George
2018-03-15
docs/library/pyb.CAN: Update markup to use latest doc conventions.
Damien George
2018-03-15
docs: Fix some references and RST markup to eliminate Sphinx warnings.
Damien George
[next]