Age | Commit message (Expand) | Author |
2024-06-24 | machine: use new internal/binary package | Ayke van Laethem |
2024-04-19 | Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f... | dkegel-fastly |
2023-10-27 | nrf,sam,rp2040: add machine.HardwareID function | Kenneth Bell |
2023-10-14 | machine/i2c: add interface check and implementation where missing for SetBaud... | Ron Evans |
2023-07-16 | nrf: add I2C timeout | Ayke van Laethem |
2023-07-15 | machine.UART refactor (#3832) | Patricio Whittingslow |
2023-05-06 | machine/atsam*, nrf, rp2040, stm32: correct error flashBlockDevice pad() func... | deadprogram |
2023-04-04 | i2c: implement target mode for rp2040 and nrf | Kenneth Bell |
2023-04-04 | nrf: new peripheral type for nrf528xx chips | Kenneth Bell |
2023-02-27 | machine/stm32, nrf: flash API (#3472) | Ron Evans |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-09-21 | nrf: add ReadTemperature method | Ayke van Laethem |
2022-09-21 | machine: move SPI Tx function into separate file | Ayke van Laethem |
2022-09-20 | machine: add KHz, MHz, GHz constants, deprecate TWI_FREQ_* constants | Ayke van Laethem |
2022-09-17 | nrf: make GetRNG available to all chips | Ayke van Laethem |
2022-01-20 | nrf: fix stop condition race in i2c | Yurii Soldak |
2022-01-17 | nrf: fix race in i2c | Yurii Soldak |
2021-11-30 | machine: add Device constant | Ayke van Laethem |
2021-10-28 | machine: support Pin.Get() function when the pin is configured as output | Ayke van Laethem |
2021-05-13 | machine: define Serial as the default output | Ayke van Laethem |
2021-05-13 | machine: make UART objects pointer receivers | Ayke van Laethem |
2021-05-06 | machine: move PinMode to central location | Ayke van Laethem |
2021-03-29 | machine: make machine.I2C0 and similar objects pointers | Ayke van Laethem |
2021-02-07 | machine: make I2C.Configure signature consistent | Ayke van Laethem |
2020-12-22 | nrf: use SPIM peripheral instead of the legacy SPI peripheral | Ayke van Laethem |
2020-11-08 | machine: clarify caller's responsibility in SetInterrupt | Ayke van Laethem |
2020-10-18 | nrf: give more flexibility in picking SPI speeds | Ayke van Laethem |
2020-09-27 | nrf: fix double stop signal in I2C | Ayke van Laethem |
2020-09-26 | nrf: add I2C error checking (#1392) | Daniel M. Lambea |
2020-07-23 | all: changeover to eliminate all direct use of master/slave terminology | deadprogram |
2020-06-08 | nrf: fix bug in SPI.Tx | Ayke van Laethem |
2020-05-28 | nrf: add support for pin change interrupts | Ayke van Laethem |
2020-02-18 | Fix the formatting | Wojtek Siudzinski |
2020-02-18 | Allow changing the UART pins | Wojtek Siudzinski |
2020-02-17 | nrf52840: implement USB-CDC (#883) | Scott Yoder |
2020-02-09 | fix typo in pin configuration options for NRF | Scott Yoder |
2020-01-20 | all: add compiler support for interrupts | Ayke van Laethem |
2019-10-11 | machine/nrf: do not compare slices against nil | Ayke van Laethem |
2019-09-17 | nrf: improve SPI write-only speed, by making use of double buffering | Ayke van Laethem |
2019-05-26 | machine: refactor pins to be of Pin type | Ayke van Laethem |
2019-05-24 | machine/nrf: refactor to use volatile package/API | Ron Evans |
2019-05-13 | Fix I2C signalStop in readLastByte for Microbit (#344) | Anthony Elder |
2019-01-25 | Add core support for multiple UARTs (#152) | Ron Evans |
2018-12-03 | nrf: set interrupt priorities | Ayke van Laethem |
2018-12-02 | machine/nrf: SPI master implementation | Ron Evans |
2018-11-16 | machine: redesign I2C interface | Ayke van Laethem |
2018-10-18 | nrf: add nrf52840-mdk board | Ayke van Laethem |
2018-10-15 | machine: add helpers for bit-banged driver support | Ayke van Laethem |
2018-10-06 | nrf: add micro:bit board | Ayke van Laethem |
2018-10-05 | nrf: I2C interface | Ron Evans |