Gregory Nutt
|
4a8e0e2359
|
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
|
2015-03-31 12:14:16 -06:00 |
|
Gregory Nutt
|
e2e7c791c1
|
Refreshed Spark Configurations
|
2015-02-28 15:44:58 -06:00 |
|
Gregory Nutt
|
d286c0f32f
|
A previous change increased the task name size allocation by one to hold a NUL terminator. This changes reduces the configured name size by one so that no additional memory is used
|
2014-12-17 12:30:26 -06:00 |
|
Gregory Nutt
|
fcffafee30
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
4efb064169
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
1b2729e35e
|
More testing, bugfixes and integration of VFS-based named semaphores
|
2014-09-28 17:30:42 -06:00 |
|
Gregory Nutt
|
242b34cf46
|
Create a build structure that will (eventually) support using the VFS to manage named semaphores
|
2014-09-28 12:19:01 -06:00 |
|
Gregory Nutt
|
3d050101eb
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
|
Gregory Nutt
|
9ee4b9e2b1
|
Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVE
|
2014-09-03 06:55:06 -06:00 |
|
Gregory Nutt
|
23147c40a5
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
3c1a70c9dc
|
Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supported
|
2014-08-31 10:54:55 -06:00 |
|
Gregory Nutt
|
1624e2fbcf
|
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
|
2014-08-24 06:42:11 -06:00 |
|
Gregory Nutt
|
9e44fec80c
|
Change all Spark configurations to use SPI mode 1. From Alan Carvalho de Assis
|
2014-08-18 11:58:45 -06:00 |
|
Gregory Nutt
|
0aa7209765
|
Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
|
2014-08-07 13:42:47 -06:00 |
|
Gregory Nutt
|
44988c6ca6
|
Rename apps/examples/uip to apps/examples/webserver
|
2014-07-03 17:31:17 -06:00 |
|
Gregory Nutt
|
0eb1666cb0
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
6a8a62c0c1
|
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
|
2014-05-07 12:54:27 -06:00 |
|
Gregory Nutt
|
f924601fc1
|
The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
|
2014-05-05 08:52:02 -06:00 |
|
Gregory Nutt
|
e21212f2b4
|
Undefine IRQPRIO in all configurations it should not be set
|
2014-04-16 08:29:39 -06:00 |
|
Gregory Nutt
|
316bc83220
|
For all configurations that have the default pthread stacksize set to some other value than 2048 AND which have the USB MSC device class enabled, add a definition of CONFIG_USBMSC_SCSI_STACKSIZE so that the size of the stack used by USB MSC SCSI worker thread does not increase
|
2014-03-25 14:21:33 -06:00 |
|
Gregory Nutt
|
da8a0e8062
|
Refresh spark configurations
|
2014-03-11 10:43:14 -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
|
025233d97e
|
Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if they are reconfigured, they will pick up the most conservative options for all new settings
|
2014-02-28 14:32:44 -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
|
416187d752
|
Spark board configurations updated by David Sidrane
|
2014-02-18 13:50:12 -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
|
434dab59dc
|
More separation of debug symbols and optimization selections
|
2013-12-20 11:57:08 -06:00 |
|
Gregory Nutt
|
a861d081b6
|
Disable debug by default in all Spark configurations
|
2013-11-20 09:08:25 -06:00 |
|
Gregory Nutt
|
a2b6d12271
|
Fix to SST25 driver to permit faster write modes. From David Sidrane
|
2013-11-02 08:27:13 -06:00 |
|
Gregory Nutt
|
2a215127a0
|
Configs update for SST25 SPI from Davide Sidrane
|
2013-11-02 08:07:39 -06:00 |
|
Gregory Nutt
|
0d0c3e66fb
|
Updates to sparck configuration from David Sidrane
|
2013-11-01 11:40:19 -06:00 |
|
Gregory Nutt
|
35dd7b9203
|
Updated Spark board configuration from David Sidrane
|
2013-10-30 14:38:16 -06:00 |
|
Gregory Nutt
|
8c5fc5fa88
|
Spark configuration updated by David Sidrane
|
2013-10-30 10:29:51 -06:00 |
|
Gregory Nutt
|
61e63181d7
|
configs/spark: Spark NSH configuration updated from David Sidrane
|
2013-10-27 18:53:43 -06:00 |
|
Gregory Nutt
|
ad3539209b
|
Updated Spark board configuration from David Sidrane
|
2013-10-25 15:51:38 -06:00 |
|
Gregory Nutt
|
da5333663f
|
Spark configuration update from David Sidrane
|
2013-10-24 08:03:07 -06:00 |
|
Gregory Nutt
|
212b5f504c
|
Changes to the Spark configuration from David Sidrane
|
2013-10-23 08:37:16 -06:00 |
|
Gregory Nutt
|
6fda497bc1
|
Updated Spark/cc3000 files from David Sidrane
|
2013-10-18 17:14:58 -06:00 |
|
Gregory Nutt
|
e7428e9cbc
|
Spark configuration updates from David Sidrane
|
2013-10-16 07:55:04 -06:00 |
|
Gregory Nutt
|
fee65851ca
|
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
|
2013-10-02 08:24:46 -06:00 |
|