summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* SAMA5 ADC+TC: Early debug fixes + lots of new debug instrumentationGregory Nutt2013-10-241-0/+118
|
* SAMA5D3x-EK: Add support for app/examples/adcGregory Nutt2013-10-241-0/+4
|
* KL25: Update build for compatibility with recent CC3000 changesGregory Nutt2013-10-241-1/+5
|
* Added support for the Olimex STM32 P207 board. From Martin LederhilgerGregory Nutt2013-10-2414-93/+123
|
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-2418-0/+3429
|
* Spark configuration update from David SidraneGregory Nutt2013-10-241-7/+12
|
* Remove carriage returns from SAMA5 TC files just commitedGregory Nutt2013-10-231-3/+4
|
* Add logic to enable DEBUG_NET if NET=n but WL_CC3000=yGregory Nutt2013-10-231-1/+1
|
* SAMA5 CAN: Update readme on how to configure CANGregory Nutt2013-10-231-0/+80
|
* Changes to the Spark configuration from David SidraneGregory Nutt2013-10-234-18/+45
|
* SAMA5 demo configuration: TRNG and /dev/random are now enabledGregory Nutt2013-10-202-1/+12
|
* SAMA5 TRNG: Add a /dev/random driver based on the SAMA5D3 TRNG peripheralGregory Nutt2013-10-201-0/+16
|
* SAMA5 norboot configuration updatesGregory Nutt2013-10-201-1/+1
|
* SAMA5 norboot configuration updatesGregory Nutt2013-10-202-11/+58
|
* SAMA5 WDT: Miss watchdog fixesGregory Nutt2013-10-201-3/+14
|
* Updated READMEGregory Nutt2013-10-191-0/+19
|
* Add instructions to enable RTC in the nsh/ configuration; RTC enabled by ↵Gregory Nutt2013-10-193-30/+100
| | | | default in the demo configuration
* Updated Spark/cc3000 files from David SidraneGregory Nutt2013-10-183-51/+69
|
* SAMA5 LCD: Move framebuffers to center of free memory region. That creates ↵Gregory Nutt2013-10-181-0/+34
| | | | a guard band around the framebuffers that gives a little protection from any bad writes into the framebuffer
* Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations ↵Gregory Nutt2013-10-1814-0/+14
| | | | that have SDIO DMA enabled
* Minor tweaks to debug output; started renaming some icons to include size in ↵Gregory Nutt2013-10-171-1/+1
| | | | the name; SAMA5 NxWM config needs libm
* New touchscreen scaling algorithm for the case where measured X values vary ↵Gregory Nutt2013-10-171-13/+26
| | | | with y position (and vice versa)
* Spark configuration updates from David SidraneGregory Nutt2013-10-1612-1/+2947
|
* Spark configuration updates from David SidraneGregory Nutt2013-10-169-251/+994
|
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-151-1/+1
|
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-152-26/+139
|
* NxWM::CCalibration: Add logic to collect and average samples, optionally ↵Gregory Nutt2013-10-141-0/+3
| | | | discarding the most extreem values
* Misc changes to README files; Update SAMA5D3x-EK NxWM configuration to use ↵Gregory Nutt2013-10-142-72/+86
| | | | Calibration instruction messages
* SAMA5D3x-EK: Add NxWM configuration for the SAMA5D3x-EK boardsGregory Nutt2013-10-1310-15/+1348
|
* SAMA5D3x-EK: Enable simulated mouse and keyboard events in the NX configurationGregory Nutt2013-10-131-2/+2
|
* SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options ↵Gregory Nutt2013-10-131-5/+3
| | | | to get framebuffer memory in various. Because of the mapping and aligment requirements, those options really cannot be supported
* SAMA5 LCDC: Move framebuffer to lower memory; I suspect some corruption by ↵Gregory Nutt2013-10-131-6/+2
| | | | interference
* SAMA5 LCDC: Fixed backlight PWM divider. Backlight no longer flashesGregory Nutt2013-10-112-13/+21
|
* SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up ↵Gregory Nutt2013-10-101-24/+10
| | | | parameters from Barebox (this still don't work)
* SAMA5 LCDC: Default resolution if now RGB565; Add option to select a ↵Gregory Nutt2013-10-101-6/+10
| | | | different output resolution than the sofware resolution (needs to the 24BPP for this LCD).
* SAMA5 LCDC: Move DMA descriptors out of internal SRAM and into SDRAM. I am ↵Gregory Nutt2013-10-101-9/+15
| | | | not completely clear, but it looks like the LCDC cannot support DMA from internal SRAM
* Arduino Due: RXD0 pull-up works with both REV2 and REV3Gregory Nutt2013-10-101-1/+1
|
* SAMA5 LCDC: Corrections from first debug sessions. Still a way to goGregory Nutt2013-10-092-8/+13
|
* Add option to enable Aduino Due specific logic, like pull-up on UART0 RXD. ↵Gregory Nutt2013-10-093-0/+46
| | | | Suggested by gdi@embedders.org
* Cosmetic change; removal of spaces at the end of linesGregory Nutt2013-10-091-13/+13
|
* SAMA5: Add an examples/nx configuration for testing the LCDGregory Nutt2013-10-084-1/+996
|
* SAMA5: LCDC driver incorporated into the build system.Gregory Nutt2013-10-081-0/+27
|
* SAMA5: LCDC driver progressGregory Nutt2013-10-071-0/+12
|
* SAMA5: ADC and touchscreen drivers now build without errorsGregory Nutt2013-10-033-4/+5
|
* SAMA5: Integrate touchscreen and ADC drivers into the buildGregory Nutt2013-10-035-4/+225
|
* SAMA Touchscreen/ADC: More progressGregory Nutt2013-10-022-0/+6
|
* Add framework for Spark Core board support. The initial commit is a clone ↵Gregory Nutt2013-10-0226-15/+3323
| | | | of the Maple Mini and still needs Spark customizations
* SAMA5 ADC/Touchscreen: A little more logicGregory Nutt2013-10-012-0/+30
|
* Changes to NSH and readline to permit NSH to work on a platform with no file ↵Gregory Nutt2013-09-301-0/+7
| | | | system
* Add freedom-kl25z/minnsh configuration: This is an experiment to see just ↵Gregory Nutt2013-09-302-2/+2
| | | | how small we and get an NSH configuration. From Alan Carvalho de Assis.