7062 Commits (05aebb920614cad89b4a626b02e74eb334b732aa)
 

Author SHA1 Message Date
Rami Ali 44cb2ff7ab stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal. 8 years ago
Rami Ali 821863751f stmhal: Port of f4 hal commit 09de030 to updated f7 hal. 8 years ago
Rami Ali e1c6ed634f stmhal: Port of f4 hal commit c568a2b to updated f7 hal. 8 years ago
Rami Ali b9741cd8f8 stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2. 8 years ago
Rami Ali d9677f4098 stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2. 8 years ago
Damien George 080a78b15e py/compile: Simplify configuration of native emitter. 8 years ago
Damien George 4c7d799b82 stmhal/uart: Add check that UART id is valid for the given board. 8 years ago
Damien George aaab6a9921 stmhal/uart: Add support for UART7 and UART8 on F7 MCUs. 8 years ago
Rami Ali 27a503f632 stmhal: Refactor UART configuration to use pin objects. 8 years ago
puuu 4fc607a1d7 esp8266: Move websocket_helper.py from scripts to modules for frozen BC. 8 years ago
Damien George 042d5f24d6 tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line. 8 years ago
Damien George 374ed317c5 extmod/modframebuf: Add hline, vline, rect and line methods. 8 years ago
Damien George 0db3a41f02 travis: Build STM32 F7 and L4 boards under Travis CI. 8 years ago
Damien George fcd10882bd stmhal/adc: Use constants from new HAL version. 8 years ago
Paul Sokolovsky e44b236ce2 tests/extmod/btree1: Exercise btree.flush(). 8 years ago
Paul Sokolovsky 4463d8a910 extmod/modbtree: Rename "sync" method to "flush" for consistency. 8 years ago
Paul Sokolovsky 1779a62085 zephyr: Switch to Zephyr 1.6 unified kernel API. 8 years ago
Peter Hinch 46e59c52af docs/library/pyb.Accel: Add hardware note about pins used by accel. 8 years ago
w4kpm ec22d1739d extmod/modbtree: Add method to sync the database. 8 years ago
w4kpm bd476acd41 extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request. 8 years ago
Damien George e50cb73b7a esp8266: Enable uselect module. 8 years ago
Damien George cb53226b0c extmod/modlwip: Add ioctl method to socket, with poll implementation. 8 years ago
Damien George 2d329c4a56 extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. 8 years ago
Damien George ebc8d730f1 extmod/moduselect: Use stream helper function instead of ad-hoc code. 8 years ago
Damien George 304cfda8c4 py/stream: Move ad-hoc ioctl constants to stream.h and rename them. 8 years ago
Damien George 6194336d81 tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type. 8 years ago
Damien George f7545b200e stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite. 8 years ago
Damien George b7df3e541a extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite. 8 years ago
Jean-François Milants 08bd7d1d31 stmhal/sdcard: Clean/invalidate cache before DMA transfers with SD card. 8 years ago
Damien George a081b49d55 extmod/modframebuf: Optimise fill and fill_rect methods. 8 years ago
Damien George 81e171b7bb extmod/modframebuf: Add back legacy FrameBuffer1 "class". 8 years ago
Radomir Dopieralski eb09336e99 drivers/display/ssd1306.py: Update to use FrameBuffer not FrameBuffer1 8 years ago
Radomir Dopieralski 225e22b287 extmod/modframebuf: Make FrameBuffer handle 16bit depth. 8 years ago
Damien George 8b8242954e extmod/modurandom: Allow to build with float disabled. 8 years ago
Damien George c19a395cac stmhal/adc: Make channel "16" always map to the temperature sensor. 8 years ago
Damien George 390ce86a30 stmhal/adc: Add support for F767 MCU. 8 years ago
Damien George 52dfad0879 stmhal/adc: Add ADCAll.read_vref method, returning "3.3v" value. 8 years ago
Damien George e72353cc48 stmhal/adc: Make ADCAll.read_core_temp return accurate float value. 8 years ago
Damien George 87215a0f04 stmhal/adc: Provide more accurate measure of VBAT and VREFINT. 8 years ago
Paul Sokolovsky 295266178c zephyr/zephyr_getchar: Update to Zephyr 1.6 unified kernel API. 8 years ago
Paul Sokolovsky a6de451a13 zephyr: Add .gitignore to ignore Zephyr's "outdir" directory. 8 years ago
Damien George 63e82dcdfe py/asmthumb: Fix build for F7 MCUs after recent code refactoring. 8 years ago
Damien George 029f215ead stmhal/adc: Add "mask" selection parameter to pyb.ADCAll constructor. 8 years ago
Nicholas Graumann 0d75b0d962 stmhal: Add address parameters to openocd config files. 8 years ago
Nicholas Graumann 50a2966913 stmhal: Add OpenOCD configuration for STM32L4. 8 years ago
Damien George 139b891d6d stmhal: Add back GPIO_BSRRL and GPIO_BSRRH constants to stm module. 8 years ago
Damien George 612599587b py: Factor out common code from assemblers into asmbase.[ch]. 8 years ago
Dave Hylands 21e1703d37 stmhal: Add support for flash storage on STM32F415. 8 years ago
Damien George dbc09d03f6 tests/basics: Enable tests for list slice getting with 3rd arg. 8 years ago
Damien George 4c3c515bd1 tests/basics: Change dict_fromkeys test so it doesn't use generators. 8 years ago