6954 Commits (27a503f63284a1751f20d7f5295690fec5e1c462)
 

Author SHA1 Message Date
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
Damien George e6cf5fb2cc py/compile: Remove comment about TODO for short circuiting for if-stmt. 8 years ago
Damien George a4f96c8c2a tests/basics: Add tests for if-expressions. 8 years ago
Damien George a31a3a9fd5 tests/basics: Add test for dict.fromkeys where arg is a generator. 8 years ago
Damien George f8b71aabb4 stmhal/machine_i2c: Provide HW implementation of I2C peripherals for F4. 8 years ago
Damien George 49dcc253e3 stmhal/i2c: Expose the pyb_i2c_obj_t struct and some relevant functions. 8 years ago
Damien George 652ca2017d stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs. 8 years ago
Damien George 3053748987 stmhal: Add beginnings of port-specific machine.I2C implementation. 8 years ago
Damien George 5d2279bec1 extmod/machine_i2c: Add hook to constructor to call port-specific code. 8 years ago