867 Commits (9df6b3a2c22c0426e434948c9b2799a18c8b3c23)

Author SHA1 Message Date
Damien George 70ff7350e7 stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77. 9 years ago
Damien George 12c61ddddd stmhal/accel: Raise an exception if the accel couldn't be initialised. 9 years ago
Damien George a63542387d extmod, stmhal: Fix typo of macro that detects if float is enabled. 9 years ago
Colin Hogben 104aa26271 cc3200, stmhal, teensy: Use pyhelp_print_obj function. 9 years ago
Damien George 624738ca64 extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr. 9 years ago
Tobias Badertscher 495da15611 stmhal: L4: Add support for external interrupts/events. 9 years ago
Tobias Badertscher 067fb2da14 stmhal: L4: Modify flash.c and storage.c to support L4 MCU. 9 years ago
Tobias Badertscher dda1a41205 stmhal: L4: Modify mphalport to support L4 MCU. 9 years ago
Paul Sokolovsky 098f3e2862 stmhal: Update Makefile dependencies. 9 years ago
Damien George 5e247a5192 stmhal: Fix machine.unique_id() function to work for all MCUs. 9 years ago
Tobias Badertscher 31f5dc065a stmhal: L4: Modify timer.c to support L4 MCU. 9 years ago
Tobias Badertscher 432465b167 stmhal: L4: Modify rtc.c to support L4 MCU. 9 years ago
Damien George aed1da913b stmhal: L4: Modify usbd_conf.c to support L4 MCU. 9 years ago
Damien George 53521152a8 stmhal: L4: Modify uart.c to support L4 MCU. 9 years ago
Tobias Badertscher d49a547064 stmhal: L4: Modify adc.c to add support for STM32L4 series. 9 years ago
Tobias Badertscher 69f26c68c9 stmhal: L4: Add line to Makefile for building L4 series. 9 years ago
Tobias Badertscher 0b6e28c999 stmhal: L4: Add board definition files for STM32L476DISC. 9 years ago
Damien George e943a407f2 stmhal: Update HALCOMMITS due to change to hal. 9 years ago
Tobias Badertscher d4c3349957 stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. 9 years ago
Tobias Badertscher f4942db044 stmhal: L4: Add basic STM32L4xx HAL files. 9 years ago
Tobias Badertscher 2ba6677775 stmhal: L4: Add CMSIS files to support STM32L476. 9 years ago
Damien George 040373e4c4 stmhal: For frozen bytecode generation, add dependency of qstr file. 9 years ago
Jan Čapek d76c65f599 py: Add rules for automated extraction of qstrs from sources. 9 years ago
Paul Sokolovsky 9b0714b24c py: Declare help, input, open builtins in core. 9 years ago
Damien George 733db525e2 stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode. 9 years ago
Damien George 0a2e9650f5 py: Add ability to have frozen persistent bytecode from .mpy files. 9 years ago
Peter Hinch 22cbcd55f0 stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers. 9 years ago
Damien George 67a327cb9b stmhal: Enable framebuf module. 9 years ago
Damien George e4f963a351 stmhal: Use new generic I2C object in machine module. 9 years ago
Damien George 69a1aaf654 stmhal: Implement basic C-level pin HAL. 9 years ago
Damien George 53ad681ed1 extmod: Add initial framebuf module. 9 years ago
Martin Fischer 8a8e775035 stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS). 9 years ago
Dave Hylands 99fc0d120a stmhal: NUCELO_F401RE cleanup 9 years ago
Dave Hylands 00f921ce02 stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE 9 years ago
Dave Hylands 031fadd10e stmhal: Add board definition files for NUCLEO_F411RE 9 years ago
Christopher Arndt 9b5e05a7c7 stmhal: Add makefile target and configuration to deploy via OpenOCD. 9 years ago
Ryan Shaw ad725a6661 stmhal: Add support for generic STM32F439 board (non DISCO). 9 years ago
Christopher Arndt 07554486ee stmhal: Add makefile target to deploy stmhal build via ST-LINK. 9 years ago
Damien George bb293e6bcf stmhal: Add stmhal-specific README.md with extra details for this port. 9 years ago
Damien George 2c72ae5c29 stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method. 9 years ago
Dave Hylands 484a471f9b stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV. 9 years ago
Dave Hylands 367c084c4b stmhal: Fix typo in stm32f401.ld file, regarding flash size. 9 years ago
Dave Hylands 0edfb7a115 stmhal: Make spi use mp_hal_gpio_set_af 9 years ago
Pavol Rusnak ce3beb1672 stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards. 9 years ago
Paul Sokolovsky 453a2a3d7c extmod/vfs_fat: Add lexer, move from stmhal port for reuse. 9 years ago
Paul Sokolovsky 6ef65e70af extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine. 9 years ago
Paul Sokolovsky cd6d189f48 extmod/vfs_fat: Move listdir() method from stmhal for reuse. 9 years ago
Damien George 476c15290d stmhal: Enabled importing of persistent bytecode (.mpy files). 9 years ago
Dave Hylands ec37239e53 stmhal: Improvements to the STM32F4DISC UART config settings. 9 years ago
Dave Hylands 4b2938a4b0 stmhal: Some NETDUINO_PLUS_2 cleanup 9 years ago