summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-06-26atmel-sam: sdio: disable debug prints by defaultJeff Epler
2020-06-26Merge pull request #3072 from PTS93/patch-2Scott Shawcroft
2020-06-26atmel-samd: Add SDIO SD card interfaceJeff Epler
2020-06-26samd: sdio: Add needed files from atmel startJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-26Merge pull request #3071 from jgillick/jeremy/stm-nvm-flashScott Shawcroft
2020-06-25Move NVM block to increase program size.jgillick
2020-06-26Update minimum required cmake to 3.16Timon
2020-06-26Fix typo inserting IDF_PATH variableTimon
2020-06-25WIPLucian Copeland
2020-06-25remove machine_i2c, machine_spiJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-25Merge pull request #3042 from kamtom480/gnssJeff Epler
2020-06-25Merge pull request #3046 from jepler/same51Jeff Epler
2020-06-25spresense: add elf32.h for mkspkKamil Tomaszewski
2020-06-24Merge branch 'main' into gnssScott Shawcroft
2020-06-24Turn off Idle WDT and speed up CPUScott Shawcroft
2020-06-24Switch SPI to polling DMA and enable displayioScott Shawcroft
2020-06-24Handle memory (hopefully). Short TX worksScott Shawcroft
2020-06-24Compiles!Scott Shawcroft
2020-06-24Initial SPI implementation. Almost certainly doesn't compileScott Shawcroft
2020-06-24Add UF2 build targetScott Shawcroft
2020-06-24Turn off stub so flash works over native usbScott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-24Add pull up testing, proper us delay and stop supporting 45 and 46 for I2CScott Shawcroft
2020-06-24Fix I2C thanks to Mark!Scott Shawcroft
2020-06-24Add initial I2C support, not quite working fully thoughScott Shawcroft
2020-06-24Merge pull request #3038 from jepler/compute-usb-devicesJeff Epler
2020-06-24gnss: Add timestampKamil Tomaszewski
2020-06-24gnss: Remove start and stopKamil Tomaszewski
2020-06-24spresense: Add support for GNSSKamil Tomaszewski
2020-06-23supervisor.mk: Compute USB_DEVICES; remove from boards and portsJeff Epler
2020-06-23Merge pull request #3045 from k0d/stm32_alignment_issueScott Shawcroft
2020-06-23stm: Sort configuration options and make them all conditionalJeff Epler
2020-06-23stm: Disable USB MIDI and most USB HIDJeff Epler
2020-06-23mimxrt10xx: Disable USB MIDIJeff Epler
2020-06-23esp32s2: Disable USB MIDIJeff Epler
2020-06-23atmel-samd: Finish disabling USB MIDI and/or HID on certain boardsJeff Epler
2020-06-23atmel-samd: Add SAM E54 Xplained boardJeff Epler
2020-06-23atmel-samd: Add support for SAM E54 family MCUsJeff Epler
2020-06-22Merge pull request #3050 from florin-trutiu/loc-ber-m4-base-boardScott Shawcroft
2020-06-22Merge pull request #3052 from dhalbert/samd51-voltage-check-delayScott Shawcroft
2020-06-22sparkfun samd51 thing plus: Fix board.I2C()Jeff Epler
2020-06-22never_reset_pin: Move pin validity check before first use of pin numberJeff Epler
2020-06-22samd: Makefile: Regularize whitespaceJeff Epler
2020-06-22stm: Pin.c: Compute GPIO_PORT_COUNT instead of specifying manuallyJeff Epler
2020-06-22_pew: move to common-halJeff Epler
2020-06-22stm: Makefile: sort files in SRC_STM32Jeff Epler
2020-06-19delay 1ms on SAMD51 when reading processor voltageDan Halbert
2020-06-19Added the new assigned VID/PID pairFlorin Trutiu