Commit Graph

3476 Commits

Author SHA1 Message Date
Gregory Nutt
72041adc9b Nucleo-F4x1RE: Add support for an analog joystick shield. There are still some ADC issues to be worked through as of the initial commit 2014-12-03 16:41:09 -06:00
Gregory Nutt
e1289c5ebc Update README 2014-12-03 15:31:33 -06:00
Gregory Nutt
d4efa9eb9c SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working) 2014-12-03 14:33:00 -06:00
Gregory Nutt
6574b27abb SAMA5D3 Xplained: Add support for the Itead Joystick shield 2014-12-03 12:24:23 -06:00
Gregory Nutt
68aca6f927 Refresh configuration 2014-12-03 09:37:37 -06:00
Gregory Nutt
b3fd08e568 Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are problems. From Woohan Lee 2014-12-01 06:41:30 -06:00
Gregory Nutt
49600aeb8b Update README 2014-11-28 18:17:49 -06:00
Gregory Nutt
dc640c0bac STM3210E-EVAL: Add missing initialization for the joystick driver 2014-11-28 15:41:37 -06:00
Gregory Nutt
c6f4fd7480 STM3210E-EVAL: Add a DJoystick driver 2014-11-28 13:31:09 -06:00
Gregory Nutt
1dcbeab4f4 STM3210E-EVAL: Don't treat joystick as buttons if the DJOYSTICK driver is enabled 2014-11-28 12:05:08 -06:00
Gregory Nutt
3627e078bd Refresh configuration 2014-11-28 11:48:48 -06:00
Gregory Nutt
cf5b4b583e STM3210E-EVAL: Rename files for compatibility with current standards 2014-11-28 11:35:47 -06:00
Gregory Nutt
4315b2fdb1 STM3240G-EVAL: Rename files for compatibility with current naming conventions 2014-11-28 11:06:43 -06:00
Gregory Nutt
3e9da671b6 Refresh configuration 2014-11-28 11:05:39 -06:00
Gregory Nutt
c5fa29a1aa LPC4357 EVB: Ooops got sense of the LED GPIO backward 2014-11-27 12:38:04 -06:00
Gregory Nutt
8fa2d01ac3 LPC4357-EVB: Fix LEDs; comment out old unimplemented button stuff 2014-11-27 10:28:32 -06:00
Gregory Nutt
a0fbe36204 Minor change to README file 2014-11-27 09:14:58 -06:00
Gregory Nutt
084e984efb Fix minor typos in C comments 2014-11-27 07:57:32 -06:00
Gregory Nutt
5818744077 Fix replicated typo in most of the newly added lpc4357-evb files 2014-11-26 18:34:00 -06:00
Gregory Nutt
91a422588e Add some discussio of the LPC4357 to documentation and README files 2014-11-26 16:44:25 -06:00
Gregory Nutt
089f7258c6 Misc changes while verifying the clean build of the LPC4357 port 2014-11-26 15:37:54 -06:00
Gregory Nutt
0a57df4410 Initial support for the LPC4357-EVB provided by Toby Duckworth 2014-11-26 15:18:24 -06:00
Gregory Nutt
f6f8575de3 Fix more issues detected by cppcheck 2014-11-25 14:25:02 -06:00
Gregory Nutt
6498e1127e More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs. 2014-11-25 13:15:09 -06:00
Gregory Nutt
d4b01c55b5 If SAM4E-EK is selected, then configs/Kconfig must select ARCH_PHY_INTERRUPT 2014-11-25 08:08:58 -06:00
Gregory Nutt
2f33fdce85 Nucleo F4x1RE: Stangeness in initialization noted by Sébastien Lorquet 2014-11-24 12:33:24 -06:00
Gregory Nutt
a4b77cfb1c Nucleo F4x1RE: Typos in previously untested code. message() does not exist, return value from void function, missing inclusion of errno.h. From Sébastien Lorquet 2014-11-24 11:29:22 -06:00
Gregory Nutt
f4746a3e9e Fix BAS configuration from last change; refresh STM32 F4 NSH configuration 2014-11-24 09:12:56 -06:00
Gregory Nutt
121aa0ca68 Update comments and README 2014-11-24 07:25:40 -06:00
Gregory Nutt
5ead6b402d Network: Misc changes to UDP bind logic for the case of multiple networks 2014-11-21 17:00:08 -06:00
Gregory Nutt
5055d00caf Update READMEs 2014-11-21 14:05:20 -06:00
Gregory Nutt
12a9937913 apps/examples/bridge: Lots of fixes. I think it is working although I have still have host firewall issues in testing 2014-11-21 10:16:19 -06:00
Gregory Nutt
2f972d2781 apps/examples/bridge: Add host-side test driver 2014-11-21 08:20:25 -06:00
Gregory Nutt
7cea0f5a69 SAMA5D3 Xplained: Add an apps/examples/bridge configuration 2014-11-20 16:24:30 -06:00
Gregory Nutt
972b11d462 Update README 2014-11-20 14:18:30 -06:00
Gregory Nutt
4683ad7843 Refresh STM32F429i Disco USB NSH configuration 2014-11-20 07:55:30 -06:00
Gregory Nutt
13332e41d2 STM32 F4 OTGHS device controller driver from Brennan Ashton 2014-11-20 07:19:04 -06:00
Gregory Nutt
4dea8ef794 Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carvalho de Assis 2014-11-19 07:17:46 -06:00
Gregory Nutt
471f2bd1b5 Update README 2014-11-18 14:28:27 -06:00
Gregory Nutt
2803545ebc SAM EMAC: Fix typo in the check for successfull allocation of a timer 2014-11-18 14:20:31 -06:00
Gregory Nutt
726af630e2 SAMA5D4-EK bridge configuration: Correct configuration -- PHY interfaces are RMII not MII 2014-11-17 17:44:49 -06:00
Gregory Nutt
cb11af9112 Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now 2014-11-17 15:40:37 -06:00
Gregory Nutt
b6b4a0cd37 SAMA5D4-EK bridge configuration needs to set software MAC address 2014-11-17 13:16:13 -06:00
Gregory Nutt
16cd0cce81 Update ChangeLog 2014-11-17 12:48:01 -06:00
Gregory Nutt
c0c86da44c Change SAMA5D4-EK bridge configuration so that runs out of DRAM 2014-11-17 12:03:40 -06:00
Gregory Nutt
b3b746c44a configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4 2014-11-17 10:56:02 -06:00
Gregory Nutt
e3920b130f changes for clean build with Ethernet+SLIP 2014-11-16 11:27:53 -06:00
Gregory Nutt
3715040386 Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files 2014-11-16 10:49:33 -06:00
Gregory Nutt
07a74c3cfd Refresh configuration 2014-11-16 09:36:08 -06:00
Gregory Nutt
66f49ae9b4 Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files 2014-11-16 08:18:56 -06:00