Gregory Nutt
|
6d1b4c051e
|
Add new top-level wireless/ directory
|
2016-02-26 17:07:04 -06:00 |
|
Gregory Nutt
|
cfe018e991
|
Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS
|
2016-02-26 16:50:26 -06:00 |
|
Gregory Nutt
|
871d183f11
|
Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS
|
2016-02-26 16:48:09 -06:00 |
|
Gregory Nutt
|
12c14ee718
|
Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS
|
2016-02-26 16:45:29 -06:00 |
|
Gregory Nutt
|
309beae2cd
|
Move drivers/ieee802154 to drivers/wireless/ieee802154; rename include/nuttx/net ieee802154 to 6lowpan.h
|
2016-02-26 15:03:16 -06:00 |
|
Gregory Nutt
|
a665f17fc8
|
SAME70: The nomimal frequency of the slow RC oscillator is 32KHz, not 32.768 KHz which has too much false implied accuracy
|
2016-02-26 12:32:13 -06:00 |
|
Gregory Nutt
|
6481aa8a3d
|
Remove drivers/ieee802154/skeleton.c
|
2016-02-26 11:20:07 -06:00 |
|
Gregory Nutt
|
2f28ca86c2
|
Clean up some naming; rename net/ieee802154 to net/6lowpan
|
2016-02-26 10:08:36 -06:00 |
|
Gregory Nutt
|
2c95fef501
|
Remove some empty code section comments
|
2016-02-26 07:35:55 -06:00 |
|
Gregory Nutt
|
8db55f6493
|
Back out most of previous commit
|
2016-02-26 06:45:37 -06:00 |
|
Gregory Nutt
|
b0ea870bcc
|
Remove some empty code section comments
|
2016-02-25 18:34:36 -06:00 |
|
Gregory Nutt
|
9ff645a298
|
drivers/ieee802154: Add a skeleton IEEE802154 driver
|
2016-02-25 15:11:30 -06:00 |
|
Gregory Nutt
|
0b441ff1f4
|
net/: Add basic IEEE 802.15-4 socket support
|
2016-02-25 14:01:22 -06:00 |
|
Gregory Nutt
|
6af9b23df5
|
libc/netdb: Fix some compile issues when IPv6 is enabled
|
2016-02-25 13:59:42 -06:00 |
|
Kha Vo
|
c71ed665c2
|
On stm32F2xx gpio is encoded to 20bits but the button definitions use 16bit type.
|
2016-02-25 11:12:27 -06:00 |
|
Gregory Nutt
|
e4e6181098
|
net/: IEEE 802.15-4 basic build build structure.
|
2016-02-25 10:43:51 -06:00 |
|
Gregory Nutt
|
1ed1765e1a
|
sys/socket.h: Add IEEE802.15-4 protocol family
|
2016-02-25 08:19:10 -06:00 |
|
Frank Benkert
|
2980985933
|
SAMV7 SPI: Revise support for Peripheral Chip Select Decoding to address up to 15 slaved
|
2016-02-25 08:13:33 -06:00 |
|
Gregory Nutt
|
f1a196cd40
|
Revert "SAMV7 SPI: Add support for Peripheral Chip Select Decoding to address up to 15 slaved"
This reverts commit 733010246bc55e28b8c99bc13798955a207c9860.
|
2016-02-25 08:05:39 -06:00 |
|
Gregory Nutt
|
bcbd8ee964
|
Networking: Cosmetic change
|
2016-02-24 19:02:51 -06:00 |
|
Gregory Nutt
|
0da57e1b53
|
It is too late to be doing this... Fix the spacing error introduced with the second correction to the spelling error
|
2016-02-24 17:56:40 -06:00 |
|
Gregory Nutt
|
29297da2a7
|
Another spelling error
|
2016-02-24 17:55:30 -06:00 |
|
Gregory Nutt
|
550e0f945b
|
STM32 I2C: Fix some spelling; duplicate I2C reset fix on other variants of the driver
|
2016-02-24 16:45:45 -06:00 |
|
Gregory Nutt
|
36edaaa502
|
Merged in david_s5/arch/upstream_to_greg (pull request #54)
Ensures frequency is updated on reinitalized bus
|
2016-02-24 16:28:53 -06:00 |
|
David Sidrane
|
3b871c4fa2
|
No really removed spaces
|
2016-02-24 22:23:39 +00:00 |
|
David Sidrane
|
052b45db0a
|
Added spacing back
|
2016-02-24 22:21:07 +00:00 |
|
Gregory Nutt
|
d19e9cc448
|
networking: cosmetic changes
|
2016-02-24 16:10:20 -06:00 |
|
David Sidrane
|
aa6968dcd5
|
Ensures frequency is updated on reinitalized bus
|
2016-02-24 12:02:11 -10:00 |
|
Frank Benkert
|
c263fe1c8b
|
SAMV7 SPI: Add support for Peripheral Chip Select Decoding to address up to 15 slaved
|
2016-02-24 13:47:15 -06:00 |
|
Gregory Nutt
|
b6f5ffa9a8
|
CDC/AC: too man right parentheses if IFLOW_CONTROL enabled
|
2016-02-24 11:54:02 -06:00 |
|
Gregory Nutt
|
95b18adf3b
|
Refresh configurations
|
2016-02-24 11:53:21 -06:00 |
|
Gregory Nutt
|
2c97a9cfc1
|
SAMV71 and SAME70 board: In sam_appinit.c, need to include sys/types. hf CONFIG_BOARD_INITIAILZE is not defineed. Noted by Matt Poppe.
|
2016-02-24 09:43:37 -06:00 |
|
Gregory Nutt
|
d0c09771db
|
sched: Recent change of ASSERT to DEBUGASSERT causes a crash when debug is diabled because there is a critical function call within the assertion
|
2016-02-23 10:27:40 -06:00 |
|
Gregory Nutt
|
d73b5db5b5
|
Refresh configuration
|
2016-02-23 09:22:01 -06:00 |
|
Frank Benkert
|
f57b233489
|
Fix some SPI initialize function name changes that were missed with global SPI name changes
|
2016-02-23 07:37:36 -06:00 |
|
Frank Benkert
|
35df528f69
|
PCA9555: Remove duplicate variable declaration
|
2016-02-23 07:33:52 -06:00 |
|
Gregory Nutt
|
6f883fb7ea
|
Update README:
|
2016-02-23 07:26:25 -06:00 |
|
Gregory Nutt
|
2055f34ee6
|
Change some names to conform to naming standard
|
2016-02-23 07:18:08 -06:00 |
|
Alan Carvalho de Assis
|
fb41199e2a
|
stm32f4discovery: Add an RGB LED configuration
|
2016-02-23 07:12:18 -06:00 |
|
Gregory Nutt
|
0682671ffe
|
Update Kconfig help comments
|
2016-02-23 06:38:51 -06:00 |
|
Gregory Nutt
|
9c9107171d
|
Fix Kconfig help comments
|
2016-02-23 06:38:29 -06:00 |
|
Gregory Nutt
|
11d17572a1
|
Update Kconfig help comments
|
2016-02-23 06:37:44 -06:00 |
|
Gregory Nutt
|
c620b321b1
|
FAT: Add a new configuration option to decouple the logic that retries the direct transfer from the logic that enables DMA memory allocators.
|
2016-02-22 18:25:58 -06:00 |
|
Gregory Nutt
|
52d4bb24b5
|
Cosmetic: Remove some harmless kruft left in last commit
|
2016-02-22 16:58:42 -06:00 |
|
Gregory Nutt
|
d493e13792
|
Missed a couple of places in the last commit
|
2016-02-22 16:52:26 -06:00 |
|
Gregory Nutt
|
08f0086771
|
SAMV7 HSCMI: Don't assert of the data buffer is unaligned. Instead, return -EFAULT. This will allow the FAT file system to utilize the CONFIG_FAT_DMAMEMORY option and fix the problem from the file system
|
2016-02-22 16:44:33 -06:00 |
|
Gregory Nutt
|
7c44444883
|
FAT: Add an option to force all transfers to be performed indirectly through the FAT file system's internal sector buffers
|
2016-02-22 16:26:04 -06:00 |
|
Gregory Nutt
|
1446784fbd
|
Cosmetic: Improve some comments; correct some code indentation.
|
2016-02-22 15:43:58 -06:00 |
|
Gregory Nutt
|
557756c8b4
|
Improve a debug assertion
|
2016-02-22 15:02:07 -06:00 |
|
Gregory Nutt
|
9e9c50a1a3
|
SAMV7 HSMCI: Add a configuration otpion to allow HSMCI to handle unaligned I/O buffers
|
2016-02-22 14:52:24 -06:00 |
|