Glenn Ruben Bakke
|
f3909c49f5
|
nrf5/modules/spi: Remove pyb abstraction from SPI module, as there was a bug in transfer of bytes due to casting errors. The update removes the pyb_spi_obj_t wrapper going directly on the machine_hard_spi_obj_t as base for machine SPI objects. SDCard mounting is also tested.
|
2017-05-28 19:35:07 +02:00 |
Glenn Ruben Bakke
|
c7cc57eaa0
|
nrf5/modules/machine: Updating IRQ levels in SPI with IRQ priorities compatible with Bluetooth stacks.
|
2017-05-25 00:24:50 +02:00 |
Glenn Ruben Bakke
|
54656044f7
|
nrf5: Syncing code with upstream master and converting all module and method tables to use MP_ROM macros. Also adding explicit casting of local dicts to (mp_obj_dict_t*).
|
2017-05-09 22:54:58 +02:00 |
Glenn Ruben Bakke
|
ab1994b2b2
|
nrf5/spi: Moving spi module into modules/machine.
|
2017-02-05 00:03:49 +01:00 |