summaryrefslogtreecommitdiff
path: root/ports/cxd56
AgeCommit message (Expand)Author
2020-10-15cxd56 needed more precise include for __packed; needed SRC_C += on some portsDan Halbert
2020-09-28Add some NORETURN attributesJeff Epler
2020-09-16camera: Pass width and height to take_picture()Kamil Tomaszewski
2020-09-14camera: Update camera moduleKamil Tomaszewski
2020-09-14camera: Change APIKamil Tomaszewski
2020-09-14spresense: change the GC to do 32-byte blocksKamil Tomaszewski
2020-09-14spresense: Add support for cameraKamil Tomaszewski
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
2020-08-21Fix copy pasta and stub buildScott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-20Merge pull request #3279 from hierophect/esp32-pulseinoutScott Shawcroft
2020-08-20spresense: call usb_background functionKamil Tomaszewski
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Style changes, reposition runtime errorsLucian Copeland
2020-08-14Expand PulseOut API, debug cleanupLucian Copeland
2020-08-04"pop from empty %q"Jeff Epler
2020-08-04Combine 'index out of range' messagesJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
2020-07-29update CDC/MIDI bufsize to at least 512 for highspeed porthathach
2020-07-29replace USB_MSC_MAX_PACKET_SIZE with USB_HIGHSPEED in descriptor gen toolhathach
2020-07-23Changes to optimization optionroot
2020-07-22Changes to add compiler optimization optionroot
2020-07-21Add option for higher optimization levelsroot
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-06spresense: update SDK to 2.0.1Kamil Tomaszewski
2020-07-02spresense: Add support for sdioioKamil Tomaszewski
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-07-01Merge pull request #3094 from kamtom480/mkspkJeff Epler
2020-06-29Fix cxd56 function signatureScott Shawcroft
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-25spresense: add elf32.h for mkspkKamil Tomaszewski
2020-06-24Merge branch 'main' into gnssScott Shawcroft
2020-06-24Add UART supportScott Shawcroft
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-15cxd56: Disable HID and MIDIJeff Epler
2020-06-15cxd56: Sort the configuration settingsJeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01Fix port_get_raw_ticksKamil Tomaszewski
2020-05-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-20Update digitalio api for other portsScott Shawcroft
2020-05-19Merge pull request #2910 from tannewt/esp32s2Scott Shawcroft
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-15Add port_fixed_stack for more spresenceScott Shawcroft
2020-05-05refactor countio based on feedbackDaniel Pollard