Age | Commit message (Expand) | Author |
2024-06-24 | machine: use new internal/binary packagemachine-encoding-binary | 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-17 | machine/samd51: add UART hardware flow control support | 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-08-15 | samd51,rp2040,nrf528xx,stm32: implement watchdog | Kenneth Bell |
2023-07-15 | machine.UART refactor (#3832) | Patricio Whittingslow |
2023-07-06 | machine/samd51: fix i2cTimeout was decreasing due to cache activation | sago35 |
2023-05-06 | machine/atsam*, nrf, rp2040, stm32: correct error flashBlockDevice pad() func... | deadprogram |
2023-04-18 | samd51: fix ADC multisampling | Ayke van Laethem |
2023-04-03 | samd51: use correct SPI frequency | Ayke van Laethem |
2023-03-09 | machine/samd51: disable/restore Flash cache on write/erase | deadprogram |
2023-03-09 | machine/samd51: implement Flash interface | deadprogram |
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-09-05 | machine: add PWM peripheral comments to pins | Ayke van Laethem |
2022-08-04 | all: format code according to Go 1.19 rules | Ayke van Laethem |
2022-07-22 | samd51: improve TRNG | sago35 |
2022-07-18 | samd51: add support for DAC1 | sago35 |
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-12 | atsamd51: allow faster frequency setting when using SPI | sago35 |
2022-03-10 | samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) | sago35 |
2021-12-14 | machine/samd51: implement TRNG for randomness | deadprogram |
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-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-05 | atsamd51, atsamd21: fix ADC.Get() value at 8bit and 10bit | sago35 |
2021-04-29 | atsamd51, atsame5x: unify samd51 and same5x | 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-14 | atsamd5x: improve SPI | sago35 |
2021-02-19 | atsamd5x: avoid infinite loop when USBCDC is disconnected | sago35 |
2021-02-16 | atsamd5x: 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-11-08 | Fix #1483 | jypelle |