Gregory Nutt
|
49deb059d4
|
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
|
7edc6a5666
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
|
Gregory Nutt
|
f2e342e9d0
|
Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
|
2014-08-06 16:26:01 -06:00 |
|
Gregory Nutt
|
cbe4d3573d
|
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
|
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
|
51950d7850
|
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
|
069ea487ae
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -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
|
0cefef9cb5
|
Documentatin updated; fix errors in some comments
|
2014-03-28 09:52:07 -06:00 |
|
Gregory Nutt
|
1ec72470e3
|
Removed to unnecessary, cloned USB-related logic
|
2014-03-17 14:13:09 -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
|
d7d856e504
|
Use common naming for all buildroot toolchains
|
2014-03-05 15:37:07 -06:00 |
|
Gregory Nutt
|
3d9f8660a7
|
configs/ea3131/pgnsh: Configuration converted to use the kconfig-frontends tools
|
2014-03-05 14:26:30 -06:00 |
|
Gregory Nutt
|
04270b5fc9
|
Add configuration ettings for the on-demand paging option
|
2014-03-05 14:25:49 -06:00 |
|
Gregory Nutt
|
e7add7dc35
|
configs/hymini-stm32v/usbserial: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 12:08:36 -06:00 |
|
Gregory Nutt
|
03f49e0714
|
configs/ea3131/usbmsc: Configuration removed. It could not possible useful because there is no MCI driver for the EA3131
|
2014-03-03 15:13:35 -06:00 |
|
Gregory Nutt
|
160065554a
|
Removed unused configuratin variable: CONFIG_PGTABLE_VADDR
|
2014-03-01 16:21:28 -06:00 |
|
Gregory Nutt
|
f32456d562
|
configs/eagle100/nsh converted to use the kconfig-frontends tools
|
2014-03-01 14:12:05 -06:00 |
|
Gregory Nutt
|
58eed436e9
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -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
|
42a86a9cba
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
f4d84ecd7e
|
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
|
91052a1029
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -06:00 |
|
Gregory Nutt
|
4b01f0fdab
|
Move ramdisk.h to include/nutt/fs/ramdisk.h
|
2013-12-10 09:42:58 -06:00 |
|
Gregory Nutt
|
f537edbe36
|
LPC-H3131: SDRAM timing update. Still does not work
|
2013-11-21 14:46:49 -06:00 |
|
Gregory Nutt
|
d078398f2b
|
Add .gitignore files; update a README
|
2013-11-18 15:38:04 -06:00 |
|
Gregory Nutt
|
04c764b496
|
Add support for the Olimex LPC-H3131 board
|
2013-11-18 14:51:38 -06:00 |
|
Gregory Nutt
|
8563b45558
|
EA3131: Framework for USB host support
|
2013-11-15 15:56:24 -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
|
f07134e959
|
LPC31: Configuration and build support for a forthcoming USB host driver; configs/ea3131/nsh converted to use kconfig-frontend tools
|
2013-11-14 15:33:43 -06:00 |
|
Gregory Nutt
|
024cb72187
|
Move apps/examples/usbmsc to apps/system/usbmsc
|
2013-09-25 16:54:39 -06:00 |
|
Gregory Nutt
|
9638bff522
|
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
|
2013-09-05 08:07:03 -06:00 |
|
Gregory Nutt
|
f19af5572d
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
|
Gregory Nutt
|
efded598fd
|
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
|
2013-07-26 10:09:17 -06:00 |
|
Gregory Nutt
|
23fd5e4626
|
Revamp the way external memory regions are configured; Add logic to add SAMA5 external memory regions to the heap
|
2013-07-24 10:08:32 -06:00 |
|
Gregory Nutt
|
17810f3e6f
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
|
Gregory Nutt
|
b40def3027
|
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
|
0906d557c3
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
5336c8c0d5
|
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
|
dc9c0eacf2
|
Fix typo in configuration variables: MP25P should M25P
|
2013-05-01 12:04:39 -06:00 |
|
Gregory Nutt
|
b53760bf9c
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
|
patacongo
|
263b317427
|
More changes for a kernel-mode allocator (more to be done)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-09 21:12:20 +00:00 |
|
patacongo
|
2ad48f5ee5
|
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
|
60cf6e3efe
|
Rename _TCB to struct tcb_s
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-04 18:46:28 +00:00 |
|
patacongo
|
88e549ad63
|
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
|
26ee7e0449
|
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
|
45dc56b0af
|
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 |
|