Paul A. Patience
|
89da1f27dd
|
STM32: Fix typos in pinmaps
|
2015-12-14 09:41:49 -05:00 |
|
Gregory Nutt
|
5585f44b7e
|
Add initial support for ARMv7-R architecture. Initial commit is largely a clone of ARMv7-A and needs further review
|
2015-12-14 08:40:38 -06:00 |
|
Paul A. Patience
|
7589e940b6
|
STM32: Fix typos in STM32F30xxx pinmap
|
2015-12-14 09:36:28 -05:00 |
|
Gregory Nutt
|
718519ce42
|
Minor adjustment of spacing
|
2015-12-13 10:39:02 -06:00 |
|
Gregory Nutt
|
7520c65ab3
|
Trivial documentation update
|
2015-12-13 10:30:02 -06:00 |
|
Gregory Nutt
|
e6133792e4
|
Update NSH documentation to include module commands
|
2015-12-13 09:53:33 -06:00 |
|
Gregory Nutt
|
28af090508
|
Update submodule
|
2015-12-13 08:13:46 -06:00 |
|
Gregory Nutt
|
54ea059beb
|
Add new boardctl() command to set OS symbol table
|
2015-12-13 08:13:15 -06:00 |
|
Gregory Nutt
|
3beff9568e
|
Module: Fix up system calls for changes to insmod prototype
|
2015-12-13 08:12:28 -06:00 |
|
Gregory Nutt
|
e8d0f85c8b
|
Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier
|
2015-12-13 08:10:01 -06:00 |
|
Gregory Nutt
|
076f382f79
|
Module: Remove some unused members of a structure
|
2015-12-13 06:48:30 -06:00 |
|
Gregory Nutt
|
2d1f97282d
|
SAMV71-XULT module configuration: Enable procfs
|
2015-12-12 19:00:01 -06:00 |
|
Gregory Nutt
|
917dbc8540
|
modules: Add more information to registry just for procfs
|
2015-12-12 18:56:32 -06:00 |
|
Gregory Nutt
|
795ddd7e80
|
OS modules: Add basic procfs support. A module registry that will eventually be used to support lsmod
|
2015-12-12 17:42:25 -06:00 |
|
Gregory Nutt
|
8159029638
|
SAMV71-XULT: module configuration. Module cannot link with libc because it has out-of-range function calls
|
2015-12-12 13:59:20 -06:00 |
|
Gregory Nutt
|
a908a61c5a
|
Various module-related cosmetic changes
|
2015-12-12 12:55:50 -06:00 |
|
Gregory Nutt
|
d0a1e045a3
|
SAMV71-XULT: Simplify module configuration
|
2015-12-12 12:54:02 -06:00 |
|
Gregory Nutt
|
cd8d37f46b
|
Eliminate a warning
|
2015-12-12 11:37:25 -06:00 |
|
Gregory Nutt
|
303123deb9
|
Add syscall support for insmod and rmmod
|
2015-12-12 11:11:09 -06:00 |
|
Gregory Nutt
|
040835de00
|
Add an implementation of rmmod
|
2015-12-12 10:51:54 -06:00 |
|
Gregory Nutt
|
658a2a6275
|
Update ChangeLog
|
2015-12-12 09:41:47 -06:00 |
|
Gregory Nutt
|
9ef33d8ebc
|
Merge remote-tracking branch 'origin/master' into module
|
2015-12-12 09:38:44 -06:00 |
|
Gregory Nutt
|
0efcb5445b
|
Fix compile error when cache coherency logic is enabled
|
2015-12-12 09:38:06 -06:00 |
|
Gregory Nutt
|
412c7c83a1
|
Forgot to add a file in the last commit
|
2015-12-12 09:37:01 -06:00 |
|
Gregory Nutt
|
daea1e614b
|
All architectures need to build ELF support if either CONFIG_ELF or CONFIG_MODULE are selected. Cortex-M7 also must support module cache corherence
|
2015-12-12 09:35:05 -06:00 |
|
Gregory Nutt
|
97f0d7425b
|
SAMV71-XULT: Add another NSH configuration for text kernel modules
|
2015-12-12 09:31:22 -06:00 |
|
Gregory Nutt
|
49554fe4fc
|
Move module support from binfmt/ to sched/ so that it can be configured and built independently from binfmt features
|
2015-12-12 07:09:17 -06:00 |
|
Gregory Nutt
|
44e45f0f91
|
insmod is code complete and ready for test
|
2015-12-11 10:55:21 -06:00 |
|
Gregory Nutt
|
f45e2a247e
|
Cosmetic fix to comment
|
2015-12-11 10:06:40 -06:00 |
|
Gregory Nutt
|
ead6656a35
|
SAMV7 USBHS device: Beef up test for data sent in DMA complete interrupt handler
|
2015-12-11 08:28:49 -06:00 |
|
Gregory Nutt
|
05cb7a9043
|
Call initializer entry point on start-up; do not create a task
|
2015-12-11 07:27:45 -06:00 |
|
Gregory Nutt
|
251e8395c7
|
Mostly cosmetic renaming to straighten out namespace
|
2015-12-10 16:56:10 -06:00 |
|
Gregory Nutt
|
8bcf35ff39
|
binfmt/libmodule: Add support for kernel modules. Initial commit is just the ELF module support with name changes
|
2015-12-10 09:53:31 -06:00 |
|
Gregory Nutt
|
f9f19d867b
|
Trivial change to TODO list
|
2015-12-10 09:47:58 -06:00 |
|
Gregory Nutt
|
4e3b7e3358
|
Update ChangeLog
|
2015-12-10 06:33:14 -06:00 |
|
Gregory Nutt
|
cb5c221ce7
|
Update a few comments
|
2015-12-10 06:32:27 -06:00 |
|
Gregory Nutt
|
a0594ec60e
|
SAMV7 USBHS device: Last change fixed certain problems and introduced some new ones. Here is an untested fix to address all known problems
|
2015-12-09 14:19:14 -06:00 |
|
Pierre-noel Bouteville
|
39bc7e0d83
|
Merged nuttx/arch into master
|
2015-12-09 21:14:20 +01:00 |
|
Gregory Nutt
|
c9925305b5
|
Same important bug as c623af03a0ee8ac041fc22051781047d6cb9cc75, but in a different location
|
2015-12-09 10:17:33 -06:00 |
|
Gregory Nutt
|
c26a624a9f
|
SAMA5: Backport some USB device ZLP logic from the SAMV7
|
2015-12-08 17:36:46 -06:00 |
|
Gregory Nutt
|
208b4643ce
|
Sync submodules
|
2015-12-08 13:31:44 -06:00 |
|
Gregory Nutt
|
e00bab70b7
|
Refresh all configurations that have Telnetd enabled; those configurations now also need the telnet driver
|
2015-12-08 13:31:43 -06:00 |
|
Gregory Nutt
|
9135afa8c1
|
SAMV7 USBHS device: End of DMA is too soon to process ZLP. Wait for TXINI
|
2015-12-08 13:21:43 -06:00 |
|
Gregory Nutt
|
cd7c22bbd4
|
SAMV7: Trivial correcto to last USBHS device change when using huge request buffers
|
2015-12-08 11:10:16 -06:00 |
|
Gregory Nutt
|
4d0e98e57d
|
Merged in paulpatience/nuttx-boards/arch_board_custom_dir_relpath (pull request #23)
Add CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH
|
2015-12-08 10:27:47 -06:00 |
|
Gregory Nutt
|
0944c6db8b
|
Merged in paulpatience/nuttx/arch_board_custom_dir_relpath (pull request #40)
Top-level Makefiles: Check if CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH is enabled
|
2015-12-08 10:27:11 -06:00 |
|
Paul A. Patience
|
d24fa0b2ea
|
Add CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH
|
2015-12-08 11:24:01 -05:00 |
|
Gregory Nutt
|
d1a3c3aa3b
|
Update ChangeLog
|
2015-12-08 10:13:27 -06:00 |
|
Gregory Nutt
|
19520b5c2c
|
SAMV7 USBHS device: Fix check if zero lenght packet is needed
|
2015-12-08 10:11:44 -06:00 |
|
Paul A. Patience
|
b669d080db
|
Top-level Makefiles: Check if CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH is enabled
|
2015-12-08 11:09:30 -05:00 |
|