index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
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
path:
root
/
extmod
/
machine_spi.c
Age
Commit message (
Expand
)
Author
2024-07-12
extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI.
robert-hh
2024-03-07
all: Remove the "STATIC" macro and just use "static" instead.
Angus Gratton
2023-10-26
extmod/modmachine: Consolidate mem, i2c and spi headers to modmachine.h.
Damien George
2022-11-11
extmod: Add and reorganise compilation guards and includes.
Damien George
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2022-09-19
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-08-26
py/objstr: Split mp_obj_str_from_vstr into bytes/str versions.
Jim Mussared
2022-05-03
all: Use mp_obj_malloc everywhere it's applicable.
Jim Mussared
2021-09-02
extmod/machine_spi: Make SoftSPI configurable via macro option.
Damien George
2020-10-01
extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-02
extmod/machine_spi: Make SPI protocol structure public.
Damien George
2017-02-06
extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-10-04
extmod/machine_spi: Add optional support for fast software SPI.
Damien George
2016-10-04
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Damien George
2016-10-03
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
Damien George
2016-10-03
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Damien George
2016-09-01
extmod: Add machine_spi with generic SPI C-protocol and helper methods.
Damien George