Commit Graph

244 Commits

Author SHA1 Message Date
Gregory Nutt
cbe4d3573d Rename apps/examples/uip to apps/examples/webserver 2014-07-03 17:31:17 -06:00
Gregory Nutt
44988c6ca6 Rename apps/examples/uip to apps/examples/webserver 2014-07-03 17:31:17 -06:00
Gregory Nutt
285f66a2c1 NET: Rename uiplib/UIPLIB to netlib/NETLIB 2014-07-02 16:04:25 -06:00
Gregory Nutt
0eb1666cb0 NET: Rename uiplib/UIPLIB to netlib/NETLIB 2014-07-02 16:04:25 -06:00
Gregory Nutt
bb5f545173 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
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
2dbaed4779 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
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
51950d7850 Undefine IRQPRIO in all configurations it should not be set 2014-04-16 08:29:39 -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
ab5b37189b More trailing whilespace removal 2014-04-13 16:22:22 -06:00
Gregory Nutt
f8024cf409 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
Gregory Nutt
6cf9895b95 configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB 2014-04-09 10:57:56 -06:00
Gregory Nutt
6be62a7ef3 configs/*/defconfig: Increase the number of pre-allocated watchdogs in configurations that use networking or USB 2014-04-09 10:57:56 -06:00
Gregory Nutt
d6c0df5abc 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
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
75d4714779 Refresh spark configurations 2014-03-11 10:43:14 -06:00
Gregory Nutt
da8a0e8062 Refresh spark configurations 2014-03-11 10:43:14 -06:00
Gregory Nutt
7050b91155 Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file 2014-03-06 12:23:26 -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
5317d78c41 Use common naming for rest of the toolchains too 2014-03-05 16:29:58 -06:00
Gregory Nutt
72164cb176 Use common naming for rest of the toolchains too 2014-03-05 16:29:58 -06:00
Gregory Nutt
d7d856e504 Use common naming for all buildroot toolchains 2014-03-05 15:37:07 -06:00
Gregory Nutt
79dc48a71a Use common naming for all buildroot toolchains 2014-03-05 15:37:07 -06:00
Gregory Nutt
378e4f9dd6 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
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
de80fe2e04 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
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
759724e815 Spark configuration updated from David Sidrane 2014-02-19 18:57:21 -06:00
Gregory Nutt
cc14f9ae06 Spark configuration updated from David Sidrane 2014-02-19 18:57:21 -06:00
Gregory Nutt
e7e5ba15c3 Spark board configurations updated by David Sidrane 2014-02-18 13:50:12 -06:00
Gregory Nutt
416187d752 Spark board configurations updated by David Sidrane 2014-02-18 13:50:12 -06:00
Gregory Nutt
42a86a9cba rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
Gregory Nutt
2f837ccd2a rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
Gregory Nutt
f797601f19 Rename up_irqbutton() to board_button_irq() 2014-01-24 14:04:07 -06:00
Gregory Nutt
1d5b2d3d3e Rename up_irqbutton() to board_button_irq() 2014-01-24 14:04:07 -06:00
Gregory Nutt
f4d84ecd7e Rename up_buttons() to board_buttons() 2014-01-24 13:59:24 -06:00
Gregory Nutt
1ac245b9c6 Rename up_buttons() to board_buttons() 2014-01-24 13:59:24 -06:00
Gregory Nutt
e5bfdcf36c Rename up_buttoninit to board_button_intialize 2014-01-24 13:50:23 -06:00
Gregory Nutt
b0c0df84f6 Rename up_buttoninit to board_button_intialize 2014-01-24 13:50:23 -06:00
Gregory Nutt
efbf03ad76 The optimization level can now be selected as part of the configuration 2014-01-24 07:45:35 -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
e4035088f2 More separation of debug symbols and optimization selections 2013-12-20 11:57:08 -06:00
Gregory Nutt
434dab59dc More separation of debug symbols and optimization selections 2013-12-20 11:57:08 -06:00
Gregory Nutt
5cbfde94ab Disable debug by default in all Spark configurations 2013-11-20 09:08:25 -06:00
Gregory Nutt
a861d081b6 Disable debug by default in all Spark configurations 2013-11-20 09:08:25 -06:00
Gregory Nutt
0ed5172656 Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h 2013-11-15 11:22:23 -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
a726401449 Updated Spark README from David Sidrane 2013-11-08 16:38:16 -06:00
Gregory Nutt
f32dc8426b Updated Spark README from David Sidrane 2013-11-08 16:38:16 -06:00
Gregory Nutt
ef2ed83ca9 Spark: move CDC/ACM .inf Windows driver files into the spark/scripts directory 2013-11-08 16:25:44 -06:00
Gregory Nutt
84876022a5 Spark: move CDC/ACM .inf Windows driver files into the spark/scripts directory 2013-11-08 16:25:44 -06:00
Gregory Nutt
3147fda00a Add an apps/examples/usbserial configuration for the Spark. From David Sidrane 2013-11-07 18:31:08 -06:00
Gregory Nutt
4171db9da2 Add an apps/examples/usbserial configuration for the Spark. From David Sidrane 2013-11-07 18:31:08 -06:00
Gregory Nutt
4c0398d3a2 Add CDC/ACM serial driver for the Spark composite configuration 2013-11-07 17:39:13 -06:00
Gregory Nutt
78a239f79e Add CDC/ACM serial driver for the Spark composite configuration 2013-11-07 17:39:13 -06:00
Gregory Nutt
71038156f4 NSH library: Allow USB trace without a USB console 2013-11-06 07:09:00 -06:00
Gregory Nutt
7394517bab NSH library: Allow USB trace without a USB console 2013-11-06 07:09:00 -06:00
Gregory Nutt
5f50951466 Updated spark configuration from David Sidrane 2013-11-05 09:15:50 -06:00
Gregory Nutt
21159573b4 Updated spark configuration from David Sidrane 2013-11-05 09:15:50 -06:00
Gregory Nutt
8bf37a6188 Fix to SST25 driver to permit faster write modes. From David Sidrane 2013-11-02 08:27:13 -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
b5534ade06 Spark config updates from David Sidrane 2013-11-02 08:11:41 -06:00
Gregory Nutt
f3313a0f51 Spark config updates from David Sidrane 2013-11-02 08:11:41 -06:00
Gregory Nutt
e35f0035d2 Configs update for SST25 SPI from Davide Sidrane 2013-11-02 08:07:39 -06:00
Gregory Nutt
2a215127a0 Configs update for SST25 SPI from Davide Sidrane 2013-11-02 08:07:39 -06:00
Gregory Nutt
ac3cdbe0e6 Another updated to the spark configuration from David Sidrane 2013-11-01 12:42:49 -06:00
Gregory Nutt
21cf9ccb6d Another updated to the spark configuration from David Sidrane 2013-11-01 12:42:49 -06:00
Gregory Nutt
859117d936 Updates to sparck configuration from David Sidrane 2013-11-01 11:40:19 -06:00
Gregory Nutt
0d0c3e66fb Updates to sparck configuration from David Sidrane 2013-11-01 11:40:19 -06:00
Gregory Nutt
4af177e239 Updated spark configuration from David Sidrane, including new USB MSC configuration 2013-11-01 11:28:23 -06:00
Gregory Nutt
dae191ec3a Updated spark configuration from David Sidrane, including new USB MSC configuration 2013-11-01 11:28:23 -06:00
Gregory Nutt
62a4dc0908 Updated Spark board configuration from David Sidrane 2013-10-30 14:38:16 -06:00
Gregory Nutt
35dd7b9203 Updated Spark board configuration from David Sidrane 2013-10-30 14:38:16 -06:00
Gregory Nutt
0d766ccd68 Spark configuration updated by David Sidrane 2013-10-30 10:29:51 -06:00
Gregory Nutt
8c5fc5fa88 Spark configuration updated by David Sidrane 2013-10-30 10:29:51 -06:00
Gregory Nutt
0e65128556 configs/spark: Spark NSH configuration updated from David Sidrane 2013-10-27 18:53:43 -06:00
Gregory Nutt
61e63181d7 configs/spark: Spark NSH configuration updated from David Sidrane 2013-10-27 18:53:43 -06:00
Gregory Nutt
6cdac82cbc configs/spark: Spark configuration update from David Sidrane 2013-10-26 17:41:23 -06:00
Gregory Nutt
4dcba6d538 configs/spark: Spark configuration update from David Sidrane 2013-10-26 17:41:23 -06:00
Gregory Nutt
74ae5016a1 Updated Spark board configuration from David Sidrane 2013-10-25 15:51:38 -06:00
Gregory Nutt
ad3539209b Updated Spark board configuration from David Sidrane 2013-10-25 15:51:38 -06:00
Gregory Nutt
31804a6443 Spark configuration update from David Sidrane 2013-10-24 08:03:07 -06:00
Gregory Nutt
da5333663f Spark configuration update from David Sidrane 2013-10-24 08:03:07 -06:00
Gregory Nutt
c0bbb8ee01 Changes to the Spark configuration from David Sidrane 2013-10-23 08:37:16 -06:00
Gregory Nutt
212b5f504c Changes to the Spark configuration from David Sidrane 2013-10-23 08:37:16 -06:00
Gregory Nutt
d65e4aa1ef Updated Spark/cc3000 files from David Sidrane 2013-10-18 17:14:58 -06:00
Gregory Nutt
6fda497bc1 Updated Spark/cc3000 files from David Sidrane 2013-10-18 17:14:58 -06:00
Gregory Nutt
1734c7f8f5 Spark configuration updates from David Sidrane 2013-10-16 08:20:57 -06:00
Gregory Nutt
58455b46ab Spark configuration updates from David Sidrane 2013-10-16 08:20:57 -06:00
Gregory Nutt
c511ebd035 Spark configuration updates from David Sidrane 2013-10-16 07:55:04 -06:00
Gregory Nutt
e7428e9cbc Spark configuration updates from David Sidrane 2013-10-16 07:55:04 -06:00
Gregory Nutt
ff054ad0b7 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
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