Gregory Nutt
|
c1d12c5063
|
Update ChangeLog
|
2015-07-01 11:58:16 -06:00 |
Gregory Nutt
|
8fbac280e9
|
drivers/net/slip.c: Fix a missed name change when many of network interface names changed sometime back but were apparently never updated for SLIP
|
2015-07-01 11:58:06 -06:00 |
Gregory Nutt
|
b59329a714
|
include/nuttx/net/netconfig.h: Fix some backward compilation that was emitting #error in the wrong condition when SLIP was enabled
|
2015-07-01 11:55:40 -06:00 |
Gregory Nutt
|
c6f56ccf8c
|
Fix some typos in header files
|
2015-07-01 11:45:08 -06:00 |
Gregory Nutt
|
962b243302
|
lpc214x USB device: Fix a warning
|
2015-07-01 10:25:14 -06:00 |
Gregory Nutt
|
e9a4455038
|
drivers/usbdev: Eliminate some warnings
|
2015-07-01 10:02:19 -06:00 |
Gregory Nutt
|
ff389b15ab
|
LPC17xx: Fix a warning about an unused local variable
|
2015-07-01 09:36:39 -06:00 |
Gregory Nutt
|
32e41423e4
|
Fix a Cortex-A compilation error in the vfork() logic when system calls are enabled in modes other than CONFIG_BUILD_KERNEL.
|
2015-07-01 08:34:51 -06:00 |
Gregory Nutt
|
05575c8e2b
|
DM320: GIO header uses get/putreg functions and so should include up_arch.h
|
2015-07-01 08:01:49 -06:00 |
Gregory Nutt
|
6e591f6f52
|
arch/arm/src/sama5/sam_ehci.c: Fix some bad conditional compilation that left a function undefined if CONFIG_USBHOST_ASYNCH is not selected.
|
2015-07-01 07:04:02 -06:00 |
Gregory Nutt
|
31e815b364
|
Update ChangeLog
|
2015-07-01 06:27:50 -06:00 |
Jussi Kivilinna
|
13d9383679
|
Group binding needs to be cleared before sched_releasetcb(), as otherwise group_leave() will be called and group->tg_nmembers decremented or group being released. group_leave() should be called only after group_join() is called, not after group_bind(). From Jussi Kivilinna.
|
2015-07-01 06:24:34 -06:00 |
Gregory Nutt
|
464390193e
|
Way too many typos
|
2015-06-30 15:18:57 -06:00 |
Gregory Nutt
|
0f3fcd9938
|
Fix a cut'n'paste error in a README file
|
2015-06-30 15:05:36 -06:00 |
Gregory Nutt
|
092a8a8aed
|
tools/testbuild.sh: Add a script that can be used perform test builds on a set of board configurations
|
2015-06-30 14:38:01 -06:00 |
Gregory Nutt
|
10e8f13eb5
|
Update ChangeLog
|
2015-06-30 11:44:48 -06:00 |
Alan Carvalho de Assis
|
08375ecd7d
|
Port some per-process stack dumping logic from ARMv7-M to ARMv6-M. From Alan Carvalho de Assis
|
2015-06-30 11:42:48 -06:00 |
Gregory Nutt
|
5545e6a4d7
|
Update ChangeLog
|
2015-06-30 08:43:48 -06:00 |
Alan Carvalho de Assis
|
a5eb02e2d0
|
Fix Cortex-M0 assembly error when the interrupt stack is enabled
|
2015-06-30 08:41:47 -06:00 |
Gregory Nutt
|
567b4ff6a4
|
Update README
|
2015-06-30 08:11:49 -06:00 |
Gregory Nutt
|
284b6ba2bd
|
Repaire more broken URLs
|
2015-06-29 19:27:49 -06:00 |
Gregory Nutt
|
d5abcbf731
|
Another README update
|
2015-06-29 18:19:36 -06:00 |
Gregory Nutt
|
5ee87b5979
|
Update README
|
2015-06-29 17:04:57 -06:00 |
Gregory Nutt
|
2113f4af7b
|
The configs/ directory is now submodule provided by the boards repository
|
2015-06-29 13:18:05 -06:00 |
Gregory Nutt
|
d1ab9c2e0a
|
Remove the configs/ directory
|
2015-06-29 13:12:29 -06:00 |
Gregory Nutt
|
35892cb17f
|
Update cloning documentation to include steps to initialize Sub-Modules
|
2015-06-29 11:46:33 -06:00 |
Gregory Nutt
|
d861375607
|
Update some URLs due to movement of the Documentation repository
|
2015-06-29 11:25:03 -06:00 |
Gregory Nutt
|
40f52f72d7
|
Documentation directory is now a submodule
|
2015-06-29 11:04:08 -06:00 |
Gregory Nutt
|
30280a913b
|
Remove the Documentation/ directory
|
2015-06-29 10:57:05 -06:00 |
Gregory Nutt
|
87b4f2261e
|
Update top-level .gitignore
|
2015-06-28 10:01:40 -06:00 |
Gregory Nutt
|
4dc7eb8d88
|
Ooops removed a little too much last time
|
2015-06-28 09:31:34 -06:00 |
Gregory Nutt
|
2f9bf6b792
|
Correct many bitbucket.org URLs
|
2015-06-28 09:14:52 -06:00 |
Gregory Nutt
|
342f5fe33d
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
Gregory Nutt
|
ed456854cb
|
Update README
|
2015-06-28 01:54:25 -06:00 |
Gregory Nutt
|
d2a2044418
|
Remove old, unused files in Documentation/ directory
|
2015-06-27 09:26:36 -06:00 |
Gregory Nutt
|
63eaa31da2
|
This cleans up most of the remaining SourceForge references
|
2015-06-26 18:13:20 -06:00 |
Gregory Nutt
|
d66532971f
|
Change some Sourceforge URLs to bitbucket URLs
|
2015-06-26 17:29:32 -06:00 |
Gregory Nutt
|
12f6eb41b2
|
Fix a typo in configuration variable name: SAMD21 should be SAML21
|
2015-06-26 13:33:35 -06:00 |
Gregory Nutt
|
7613e53b65
|
Fix a typo in configuration variable name: SAM21 should be SAMD21
|
2015-06-26 13:24:33 -06:00 |
Gregory Nutt
|
3d0a53cf2b
|
Update ChangeLog
|
2015-06-26 07:09:35 -06:00 |
Manuel Stühn
|
f9c0168aba
|
NFS: Fix prototype of unbind method. The function prototype was not updated for NFS after a recent change to the file system interface. From Manuel Stühn.
|
2015-06-26 07:06:53 -06:00 |
Gregory Nutt
|
003bacdf91
|
Update ChangeLog
|
2015-06-26 06:56:57 -06:00 |
Efim Monjak
|
5a4bb1714d
|
In ARMV71-Xplained clock configuration, divider was set to 25 to get 25*12MHz=300MHz CPU clock. The correct multiplier is 24 becaue the calculatin if (24+1)*12MHz. So the board was running at 312MHz. From Efim Monjak.
|
2015-06-26 06:52:37 -06:00 |
Gregory Nutt
|
ce7955bae8
|
Update README and TODO list
|
2015-06-25 13:39:57 -06:00 |
Gregory Nutt
|
0ad53183e1
|
Networking: Fix a compile problem introduced in NuttX-7.6 when CONFIG_NET_SENDFILE=y
|
2015-06-24 14:52:57 -06:00 |
Gregory Nutt
|
cb039a0281
|
Minor tweak to last unionfs fix
|
2015-06-24 10:19:04 -06:00 |
Gregory Nutt
|
8ed9c24675
|
Fix a union file system bug
|
2015-06-24 09:07:13 -06:00 |
Gregory Nutt
|
712a14ab25
|
Update TODO list
|
2015-06-22 15:19:13 -06:00 |
Gregory Nutt
|
ce9e321598
|
SAMD21: Update SPI and I2C header files for SAMD21 support
|
2015-06-22 13:12:00 -06:00 |
Gregory Nutt
|
ccadb28730
|
Update ChangeLog
|
2015-06-22 09:33:42 -06:00 |