Gregory Nutt
|
ebdd72dc53
|
Merged in slorquet/nuttx/contactless (pull request #128)
Contactless
|
2016-08-31 07:07:23 -06:00 |
|
Gregory Nutt
|
9162b34099
|
Merged in slorquet/nuttx/stm32l4usb (pull request #127)
Apply stm32 fix to stm32l4
|
2016-08-31 07:01:53 -06:00 |
|
Sebastien Lorquet
|
947639cbd5
|
fix alan's board with mfrc support
|
2016-08-31 13:57:23 +02:00 |
|
Sebastien Lorquet
|
a17059503e
|
fix pn532
|
2016-08-31 13:50:03 +02:00 |
|
Sebastien Lorquet
|
1d1affdd2b
|
fix mfrc522
|
2016-08-31 13:46:27 +02:00 |
|
Sebastien Lorquet
|
d4048f3eeb
|
CL fixes
|
2016-08-31 13:41:49 +02:00 |
|
Sebastien Lorquet
|
90568f9e8f
|
Add CL make.defs
|
2016-08-31 13:25:21 +02:00 |
|
Sebastien Lorquet
|
e5ba71caf8
|
add cl kconfig
|
2016-08-31 13:24:19 +02:00 |
|
Sebastien Lorquet
|
c025ffc3c3
|
contactless: spi device
|
2016-08-31 13:22:10 +02:00 |
|
Sebastien Lorquet
|
3bf11c7203
|
Add contactless drivers, with renames
|
2016-08-31 13:20:53 +02:00 |
|
Sebastien Lorquet
|
e4a713477a
|
Apply stm32 fix to stm32l4
|
2016-08-31 13:12:49 +02:00 |
|
Sebastien Lorquet
|
3654b841bc
|
Move contactless drivers to their own directory
|
2016-08-31 13:08:58 +02:00 |
|
Gregory Nutt
|
aa0d1868f5
|
USB host composite: Fix places where the wrong pointer was used; Add a test for an error condition.
|
2016-08-30 13:58:01 -06:00 |
|
Gregory Nutt
|
ac623abc7d
|
USB host composite: Reosolves last remaining REVISIT design issues. Compiles clean with no errors and warning and is fully ready for testing.
|
2016-08-30 10:52:41 -06:00 |
|
Gregory Nutt
|
bef7f5be23
|
STM32 F7: Remove duplicate call to pkt_input from Ethernet driver.
|
2016-08-30 08:04:18 -06:00 |
|
Gregory Nutt
|
9c3bade7b4
|
net/tcp: tcp_ipvX_bind() not actually using the ported selected with port==0. Also removes duplicate call to pkt_input(). Issues noted by Pascal Speck.
|
2016-08-30 07:59:57 -06:00 |
|
Gregory Nutt
|
ee83e49f75
|
Update a comment
|
2016-08-29 15:43:11 -06:00 |
|
Gregory Nutt
|
1ce4db8008
|
USB host composite: Save some information that will be needed to create a class-specific configuration.
|
2016-08-29 15:02:15 -06:00 |
|
Gregory Nutt
|
f4f807100b
|
Update comment
|
2016-08-29 14:55:03 -06:00 |
|
Alpo Leinonen
|
7d5173ca09
|
USB host composite: Several syntactic errors fixed
|
2016-08-29 07:53:57 -06:00 |
|
Gregory Nutt
|
173b996983
|
Merge branch 'composite'
|
2016-08-28 14:52:29 -06:00 |
|
Gregory Nutt
|
43abb7cb3a
|
Mark USB host compsite feature EXPERMENTAL; update ChangeLog
|
2016-08-28 14:51:55 -06:00 |
|
Gregory Nutt
|
fde3002326
|
Merge remote-tracking branch 'origin/master' into composite
|
2016-08-28 13:53:21 -06:00 |
|
Gregory Nutt
|
5da8a98782
|
Merge branch 'composite' of bitbucket.org:nuttx/nuttx into composite
|
2016-08-28 13:53:16 -06:00 |
|
Gregory Nutt
|
3bc14827f3
|
Fix a comment block
|
2016-08-28 13:52:36 -06:00 |
|
Alan Carvalho de Assis
|
5125feec1e
|
configs/stm32f103-minimum: Add board config support to SPI LCD module JLX12864G-086
|
2016-08-28 13:52:26 -06:00 |
|
Gregory Nutt
|
3a1c0e07fa
|
Fix a comment block
|
2016-08-28 13:43:19 -06:00 |
|
Alan Carvalho de Assis
|
786a18235c
|
configs/stm32f103-minimum: Add board config support to SPI LCD module JLX12864G-086
|
2016-08-28 13:22:34 -06:00 |
|
Gregory Nutt
|
aefad739c5
|
Merged master into composite
|
2016-08-28 09:41:03 -06:00 |
|
Gregory Nutt
|
31c364457a
|
CLASS_CONNECT needs to be called for each member of the composite.
|
2016-08-28 08:48:40 -06:00 |
|
Gregory Nutt
|
58b45d64d7
|
Fix composite connect method.
|
2016-08-28 08:33:38 -06:00 |
|
Gregory Nutt
|
1500a50057
|
Add missing prototype for btn_lower_initialize()
|
2016-08-27 11:32:47 -06:00 |
|
Gregory Nutt
|
5d4428be93
|
Add check of class ID in device scriptor header
|
2016-08-27 10:53:43 -06:00 |
|
Gregory Nutt
|
c973e0d3ba
|
Add the logic necessary to abstract the register lookup information for each candiate class
|
2016-08-27 10:31:18 -06:00 |
|
Gregory Nutt
|
23504d313f
|
Merge branch 'composite' of https://bitbucket.org/nuttx/nuttx into composite
|
2016-08-27 08:57:30 -06:00 |
|
Gregory Nutt
|
2460d41ae0
|
Add more logic to the USB host composite wrapper.
|
2016-08-26 17:03:16 -06:00 |
|
Gregory Nutt
|
269ea15c51
|
Merged in david_s5/nuttx-2/david_s5/stm32_otgfsdevc-edited-online-with-bitbu-1472231999710 (pull request #126)
stm32_otgfsdev.c edited online with Bitbucket
|
2016-08-26 12:49:43 -06:00 |
|
Gregory Nutt
|
0860621e60
|
Fill one more case of 'Missing logic' in the USB host composite wrapper.
|
2016-08-26 12:34:58 -06:00 |
|
Gregory Nutt
|
3c0b287fe9
|
Fill in a little of the 'Missing logic' in the USB host composite wrapper.
|
2016-08-26 12:24:35 -06:00 |
|
David Sidrane
|
f2809d52d3
|
stm32_otgfsdev.c edited online with Bitbucket
dup SOF removed as noted by Sébastien Lorquet
|
2016-08-26 17:20:38 +00:00 |
|
Gregory Nutt
|
ea8ce7acb6
|
Trivial rename
|
2016-08-26 11:05:50 -06:00 |
|
Gregory Nutt
|
a228b0cc36
|
Add a little more meat to the still very USB host composite skeleton. Not quite so boney now.
|
2016-08-26 10:33:41 -06:00 |
|
Gregory Nutt
|
fa4e9e3c1c
|
Add a little more meat to the still very bony USB host composite skeleton.
|
2016-08-26 10:13:35 -06:00 |
|
Gregory Nutt
|
579e338cd3
|
Add a little more meat to the USB host composite skeleton. Still pretty bony.
|
2016-08-26 09:47:38 -06:00 |
|
Gregory Nutt
|
8a1d6c9ed8
|
Basic framework that might be used to add USB host support
|
2016-08-26 09:07:52 -06:00 |
|
Gregory Nutt
|
644335a39c
|
Fix C99 style comment
|
2016-08-26 08:28:54 -06:00 |
|
Gregory Nutt
|
440d535360
|
include/cxx: Update some C++ header files due to recent changes to C hader files
|
2016-08-25 15:06:46 -06:00 |
|
Gregory Nutt
|
55a325bcd4
|
system() is not available from within the OS
|
2016-08-25 12:36:38 -06:00 |
|
Gregory Nutt
|
1c115adfb8
|
Merged in david_s5/nuttx/master_usb_fix (pull request #125)
BugFix:Lost first word from FIFO
|
2016-08-25 11:40:50 -06:00 |
|
Gregory Nutt
|
e07a02bf29
|
Add system() to stdlib.h
|
2016-08-25 11:28:09 -06:00 |
|