summaryrefslogtreecommitdiff
path: root/nuttx/configs/hymini-stm32v
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-042-13/+15
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-011-1/+1
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-312-7/+10
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-312-0/+2
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-312-4/+6
* Hymini STM32F4: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2113-44/+48
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-2/+3
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-5/+5
* Hymini-STM32v USB MSC: Fix configuration. Needs mountpoint support for USB MS...Gregory Nutt2014-12-281-64/+250
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-126-6/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-115-15/+15
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-096-6/+6
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-35/+11
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-27/+12
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-206-6/+6
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-036-0/+6
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-016-12/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-316-6/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-246-6/+6
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-076-6/+6
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-076-6/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+1
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-036-6/+6
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-026-6/+6
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-1/+1
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-077-31/+31
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-053-3/+3
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-167-10/+6
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-0/+1
* More trailing whilespace removalGregory Nutt2014-04-1310-14/+14
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-114-4/+4
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-094-4/+4
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-6/+4
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-066-6/+0
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-6/+6
* configs/hymini-stm32v/usbserial: Configuration converted to use the kconfig-f...Gregory Nutt2014-03-043-430/+778
* configs/hymini-stm32v/usbmsc: Configuration converted to use the kconfig-fron...Gregory Nutt2014-03-033-406/+750
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-012-2/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-284-867/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-284-0/+8
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-215-5/+5
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-51/+23
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-247-7/+0
* Misc changes from Richard CochranGregory Nutt2014-01-153-0/+0
* Vietool STM32F103: LCD updates (still does not work)Gregory Nutt2014-01-092-11/+11
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-207-14/+28