Gregory Nutt
|
e21212f2b4
|
Undefine IRQPRIO in all configurations it should not be set
|
2014-04-16 08:29:39 -06:00 |
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
Gregory Nutt
|
f7e5953804
|
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
|
2014-04-13 13:18:06 -06:00 |
Gregory Nutt
|
3e085ec0af
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -06:00 |
Gregory Nutt
|
596bdc73df
|
Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file
|
2014-03-06 12:23:26 -06:00 |
Gregory Nutt
|
72164cb176
|
Use common naming for rest of the toolchains too
|
2014-03-05 16:29:58 -06:00 |
Gregory Nutt
|
79dc48a71a
|
Use common naming for all buildroot toolchains
|
2014-03-05 15:37:07 -06:00 |
Gregory Nutt
|
05d676ffc6
|
Make network buffering sizes consistent in all configurations
|
2014-03-03 12:24:43 -06:00 |
Gregory Nutt
|
47ca6ef4d4
|
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
|
2014-02-28 07:45:51 -06:00 |
Gregory Nutt
|
2f837ccd2a
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
Gregory Nutt
|
1d5b2d3d3e
|
Rename up_irqbutton() to board_button_irq()
|
2014-01-24 14:04:07 -06:00 |
Gregory Nutt
|
1ac245b9c6
|
Rename up_buttons() to board_buttons()
|
2014-01-24 13:59:24 -06:00 |
Gregory Nutt
|
b0c0df84f6
|
Rename up_buttoninit to board_button_intialize
|
2014-01-24 13:50:23 -06:00 |
Gregory Nutt
|
f3f5378acc
|
The optimization level can now be selected as part of the configuration
|
2014-01-24 07:45:35 -06:00 |
Gregory Nutt
|
7eef2f9410
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
Gregory Nutt
|
4c3b605c19
|
NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build
|
2013-12-30 12:39:23 -06:00 |
Gregory Nutt
|
cea31ebf68
|
NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build.
|
2013-12-30 10:04:34 -06:00 |
Gregory Nutt
|
6eb5386b6f
|
NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode
|
2013-12-29 09:46:57 -06:00 |
Gregory Nutt
|
cbf86ac01f
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -06:00 |
Gregory Nutt
|
692b087d07
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
Gregory Nutt
|
897572a552
|
Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h
|
2013-11-15 11:22:23 -06:00 |
Gregory Nutt
|
b3ecd158ac
|
Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
|
2013-09-25 18:50:14 -06:00 |
Gregory Nutt
|
fa027d30e0
|
Move apps/examples/cdcacm to apps/system/cdcacm
|
2013-09-25 17:23:03 -06:00 |
Gregory Nutt
|
0b450bc202
|
Move apps/examples/usbmsc to apps/system/usbmsc
|
2013-09-25 16:54:39 -06:00 |
Gregory Nutt
|
26009bf8bb
|
A consequence of previous change: Configurations that select a PHY also need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration
|
2013-09-17 17:13:20 -06:00 |
Gregory Nutt
|
9557eb70db
|
Add prefex ETH0 to all PHY configurations to support multiple NICs
|
2013-09-17 10:44:23 -06:00 |
Gregory Nutt
|
1700d06d89
|
Separate wait() and enumerate() methods from struct usbhost_driver_s and move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports.
|
2013-08-13 15:03:46 -06:00 |
Gregory Nutt
|
e09bd50fdd
|
First of several changes needed to support multiple USB host root hubs
|
2013-08-12 14:44:06 -06:00 |
Gregory Nutt
|
ed49812d2c
|
Add untested OHCI driver for the SAMA5; structure naming and header files for USB host initialization prototypes
|
2013-08-11 17:11:32 -06:00 |
Gregory Nutt
|
70f0ffdfc5
|
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
|
2013-07-26 10:09:17 -06:00 |
Gregory Nutt
|
09faaccc02
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
Gregory Nutt
|
1f056e3826
|
Add support for a generic windows-based EABI toolchain; Add NX configuration to force default NXTK border colors
|
2013-06-13 11:04:18 -06:00 |
Gregory Nutt
|
83ecc03d17
|
Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
|
2013-06-12 17:32:00 -06:00 |
Gregory Nutt
|
4748599a43
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Gregory Nutt
|
7554d2888e
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
Gregory Nutt
|
7e8d1dff8c
|
Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent with other default priorities
|
2013-05-12 14:31:41 -06:00 |
Gregory Nutt
|
23db0682b7
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
patacongo
|
e6298a7a4c
|
Fix NuTiny-SDK-NUC120 LEDs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-27 15:16:46 +00:00 |
patacongo
|
3458ee74a4
|
Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery configuration with SPI and USB
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-09 15:03:49 +00:00 |
patacongo
|
e0e0006bc9
|
Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio buffers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5604 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-03 17:47:03 +00:00 |
patacongo
|
30a0cdf33e
|
Correct a memory leak in NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5600 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-02 23:56:54 +00:00 |
patacongo
|
329328e5df
|
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-02 19:31:30 +00:00 |
patacongo
|
ad430fc198
|
Add syslog.h; rename lib_rawprintf() to syslog()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 21:55:16 +00:00 |
patacongo
|
40717da192
|
Serial driver needed even when no console; Fix user LED settings in all STM32 configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5575 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-28 15:03:17 +00:00 |
patacongo
|
86e99bb6cf
|
Add a binary 'loader' so that builtin applications can be executed from the BINFS file system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5525 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-16 19:08:23 +00:00 |
patacongo
|
3f0b723b7c
|
Fix a *critical* bug in the task exit logic. Implements SIGCHILD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-12 19:58:45 +00:00 |
patacongo
|
da5eff8f12
|
Rename namedapp as simply builtin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 20:22:41 +00:00 |
patacongo
|
cc022f93df
|
Patches from Petteri Aimonen (plus a few other things)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-21 20:09:32 +00:00 |
patacongo
|
df9a72994f
|
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-09 17:34:53 +00:00 |
patacongo
|
141d541cb8
|
Add tools/link.bat, unlink.bat, and copydir.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5419 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-08 16:37:43 +00:00 |