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
|
9d78279173
|
Several other interrupt button implementations had the same problem as did the sam4s-xplained
|
2014-06-15 12:55:48 -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
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -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
|
18fefd9fac
|
Oops... bad check-in for last configs/ubw32/nsh change
|
2014-03-01 12:43:09 -06:00 |
Gregory Nutt
|
98462d7c40
|
configs/ubw32/nsh converted to use the kconfig-frontends tools
|
2014-03-01 12:12:07 -06:00 |
Gregory Nutt
|
cbcabe3314
|
Removed almost all ostest configurations
|
2014-02-28 19:19:11 -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
|
cbf86ac01f
|
Finishes separation of debug symbols and optimization selections
|
2013-12-20 13:23:42 -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
|
a5612af642
|
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
|
2013-09-05 08:07:03 -06:00 |
Gregory Nutt
|
bc46b447dc
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
Gregory Nutt
|
70f0ffdfc5
|
Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_
|
2013-07-26 10:09:17 -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
|
23db0682b7
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
patacongo
|
1c52dce216
|
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
|
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
|
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
|
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
|
8c3c7314a8
|
Implement vfork() for the MIPS32 architecture
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5520 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-15 15:40:18 +00:00 |
patacongo
|
a5fbf66049
|
Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5519 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-15 00:03:58 +00:00 |
patacongo
|
78a5a2e29f
|
Configre configs/ubw32/ostest to use kconfig-frontends
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5518 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-14 22:06:19 +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
|
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 |
patacongo
|
64e00aa972
|
Big refactoring of toolchain definitions by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5379 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 18:34:10 +00:00 |
patacongo
|
469ec154c0
|
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-20 15:47:41 +00:00 |
patacongo
|
92cc274d33
|
Fix typo introduced into many Makefiles with last changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-19 19:53:53 +00:00 |
patacongo
|
87ca1176ed
|
Finishes all Makefile file changes for Windows native clean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5368 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-17 20:44:02 +00:00 |
patacongo
|
2f5eab1892
|
More changes for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5357 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 18:33:18 +00:00 |
patacongo
|
f751d36eee
|
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 17:43:29 +00:00 |
patacongo
|
0b27df8f5c
|
Mostly cosmetic changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5344 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 15:50:38 +00:00 |
patacongo
|
8f47445bd5
|
Add tools/mkdeps.bat and tools/mkdeps.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5342 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 00:38:59 +00:00 |
patacongo
|
3d2879fc4e
|
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 15:42:12 +00:00 |
patacongo
|
8b5fb4c1f6
|
Patch to removed MMCSD NSLOTS warning from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5316 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-06 14:57:01 +00:00 |
patacongo
|
34344abd32
|
Massive clean-up of linker scripts from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5307 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-04 17:18:25 +00:00 |
patacongo
|
918e70fe8e
|
Part I of port of Rhombus math library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5269 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-28 14:31:57 +00:00 |
patacongo
|
d52a9c74e7
|
Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ld
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5225 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-10 17:01:23 +00:00 |
patacongo
|
e3db12d637
|
Fix a recurring, cloned typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5220 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-06 20:10:31 +00:00 |
patacongo
|
279fc93c4e
|
Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 17:36:07 +00:00 |