Age | Commit message (Expand) | Author |
7 days | feature: modify i2s interface/implementation to better match specification | deadprogram |
2024-06-24 | machine: use new internal/binary package | Ayke van Laethem |
2024-04-20 | chore: fix function names in comment | hongkuang |
2024-04-19 | Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f... | dkegel-fastly |
2024-01-05 | machine/samd21: add hardware flow control for UART | deadprogram |
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-15 | machine.UART refactor (#3832) | Patricio Whittingslow |
2023-05-06 | machine/atsam*, nrf, rp2040, stm32: correct error flashBlockDevice pad() func... | deadprogram |
2023-03-08 | machine/samd21: implement Flash interface (#3496) | Ron Evans |
2022-12-19 | build: drop deprecated build tags | Yurii Soldak |
2022-09-25 | machine: do not expose RESET_MAGIC_VALUE | 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-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2022-07-06 | samd21,samd51,nrf52840: unify bootloader entry process | sago35 |
2022-07-05 | samd21, samd51: move USB-CDC code | sago35 |
2022-06-11 | samd21,samd51,nrf52840: add support for USBHID (keyboard / mouse) | sago35 |
2022-03-10 | samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) | sago35 |
2022-02-04 | all: update build constraints to Go 1.17 | Ayke van Laethem |
2021-11-30 | machine: add Device constant | Ayke van Laethem |
2021-10-25 | sam: move I2S0 to machine file | Ayke van Laethem |
2021-10-25 | sam: simplify definition of SERCOM UART peripherals | Ayke van Laethem |
2021-09-10 | machine: fix copy-paste error for atsamd21/51 calibTrim block | Damian Gryski |
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-13 | machine: make USBCDC global a pointer | Ayke van Laethem |
2021-05-06 | machine: move PinMode to central location | Ayke van Laethem |
2021-05-06 | atsamd21: remove special handling for SPI-24mhz | sago35 |
2021-05-05 | atsamd51, atsamd21: fix ADC.Get() value at 8bit and 10bit | sago35 |
2021-04-23 | machine/usbcdc: remove remaining heap allocations for USB CDC implementations | deadprogram |
2021-04-06 | machine: refactor PWM support | Ayke van Laethem |
2021-03-29 | atsamd21, atsamd51, nrf52840: unify usbcdc code | sago35 |
2021-03-29 | machine: make machine.I2C0 and similar objects pointers | Ayke van Laethem |
2021-03-19 | Add special handling when SPI Freq is 24Mhz | sago35 |
2021-03-19 | atsamd21: improve SPI | sago35 |
2021-02-19 | atsamd2x: avoid infinite loop when USBCDC is disconnected | sago35 |
2021-02-16 | atsamd2x: improve USBCDC | sago35 |
2021-02-01 | Fix typo in ADC switch on config field Samples | ardnew |
2021-01-31 | accept configuration struct for ADC parameters (#1533) | ardnew |
2020-12-02 | atsam: add a length check to findPinPadMapping | sago35 |
2020-11-08 | machine: clarify caller's responsibility in SetInterrupt | Ayke van Laethem |
2020-09-17 | atsamd2x: fix BAUD value | sago35 |
2020-07-23 | all: changeover to eliminate all direct use of master/slave terminology | deadprogram |
2020-07-14 | Use runtime/volatile.T.ReplaceBits | Ethan Reesor |
2020-07-04 | machine/samd21: basic implementation for DAC (#1183) | Ron Evans |
2020-06-19 | Add adc settings | sago35 |
2020-05-28 | sam: add support for pin change interrupts | Ayke van Laethem |
2020-05-13 | sam: return an error when an incorrect PWM pin is used | Ayke van Laethem |
2020-04-07 | machine: move errors.New calls to globals | Ayke van Laethem |