6943 Commits (bd476acd41bcdd3718e73ec67ffc6a850d6aa453)
 

Author SHA1 Message Date
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
Damien George 8b74048d2a extmod/machine_i2c: Expose soft I2C obj and readfrom/writeto funcs. 8 years ago
Damien George 4c905616f0 extmod/machine_i2c: Remove trivial function wrappers. 8 years ago
Damien George 37333cb00a extmod/machine_i2c: Add 'stop' argument to i2c readfrom/writeto meths. 8 years ago
Damien George 0bc99b4836 extmod/machine_i2c: Make i2c.write[to] methods return num of ACKs recvd. 8 years ago
Damien George 07e83573c8 extmod/machine_i2c: Add 'nack' argument to i2c.readinto. 8 years ago
Damien George ced240e72a extmod/machine_i2c: Make C-level functions return -errno on I2C error. 8 years ago
Damien George 946f8dd46f extmod/machine_i2c: Remove unneeded i2c_write_mem/i2c_read_mem funcs. 8 years ago
Damien George 96c3911a0a extmod/machine_i2c: Rewrite mem xfer funcs in terms of C-level protocol. 8 years ago
Damien George c81247f1ab extmod/machine_i2c: Rewrite i2c.scan in terms of C-level protocol. 8 years ago
Damien George bc4ea69795 extmod/machine_i2c: Add argument to C funcs to control stop generation. 8 years ago
Damien George b983cfaf41 extmod/machine_i2c: Add a C-level I2C-protocol, refactoring soft I2C. 8 years ago