1
0

Commit Graph

  • 8b0ec6c5ca Fix Bluetooth stack CONNECTION RESPONSE packets - for this command and this command only, the source/destination roles are switched. Reverse the Local/Remote channel ordering so that Windows mobile and other stacks which depend on valid channel values to connect. Dean Camera 2010-04-12 13:42:35 +00:00
  • 6cfa3b7db8 Add HCI debugging with verbosity control to the BluetoothHost demo. Dean Camera 2010-04-11 06:19:58 +00:00
  • 26421b38cd Fix up Bluetooth Demo's options processing on incoming channel configuration requests. Dean Camera 2010-04-11 02:45:42 +00:00
  • 28f1ac8117 Add LUFA-side channel open/close routines, add signalling handlers for the creation and configuration of channels from the local device to the remote device, to add to the existing remote to local channel capabilities. Dean Camera 2010-04-10 07:33:19 +00:00
  • 797130bddc Bluetooth demo can now create and maintain logical channels - need to determine why Windows machines refuse to connect. Dean Camera 2010-04-10 05:58:37 +00:00
  • 2a072db703 Make Bluetooth signalling handler routines use the generic Bluetooth_SendPacket() routine for their responses. Use a better method of controlling the debug output verbosity. Dean Camera 2010-04-06 13:39:18 +00:00
  • c77f136661 Add bidirectional channel configuration -- remote device is not ACKing sent Configuration Requests, needs further debugging. Implement Bluetooth spec's channel states. Dean Camera 2010-04-06 08:14:08 +00:00
  • b9c7d19615 Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo. Dean Camera 2010-04-06 03:56:45 +00:00
  • ee74b4948f Add information request/response signal handler to the Bluetooth Host demo. Dean Camera 2010-04-06 02:48:47 +00:00
  • 083d797aca Add Bluetooth signalling echo request/response handlers, disconnection request/response handlers. Dean Camera 2010-04-05 12:13:33 +00:00
  • fa1a092901 Add user callback function to the Bluetooth host demo to filter out connections from remote devices. Add in ability to reject connections based on their bluetooth device address. Dean Camera 2010-04-05 08:09:12 +00:00
  • fd96b28882 More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. Dean Camera 2010-04-01 04:30:21 +00:00
  • a2e6d54336 Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code much easier to read, block less and work correctly. Dean Camera 2010-03-31 14:32:03 +00:00
  • c9148f9b47 Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility. Dean Camera 2010-03-31 09:20:24 +00:00
  • ce46257ff2 Add RelayBoard project patch from OBinou. Dean Camera 2010-03-31 06:44:54 +00:00
  • de8313cd9b Add updated board driver directory summaries to the documentation. Dean Camera 2010-03-30 23:49:45 +00:00
  • cf4c510ec3 Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-U2 buttons driver file. Dean Camera 2010-03-30 23:39:10 +00:00
  • ead183bc53 Add missing board Buttons driver for the USBTINY MKII board target. Dean Camera 2010-03-30 09:51:08 +00:00
  • d4c421e380 Oops - make sure board driver dispatch headers test for the correct BOARD define values. Dean Camera 2010-03-30 09:46:31 +00:00
  • 61a799ed55 Added support for the JM-DB-U2 board hardware. Dean Camera 2010-03-30 09:28:45 +00:00
  • 3790907f4d Added board hardware driver support for the Benito programmer. Dean Camera 2010-03-30 09:08:26 +00:00
  • a8cbe3466b Added board hardware driver support for Tom's USBTINY MKII programmer. Dean Camera 2010-03-30 08:32:46 +00:00
  • 9257f4ab8e Add briefs for the library core structures. Dean Camera 2010-03-29 13:32:36 +00:00
  • 0557676013 Add file-level brief documentation. Dean Camera 2010-03-29 07:49:58 +00:00
  • ec19436d54 Add new LUFA logo by Ryo Yamauchi. Dean Camera 2010-03-25 08:13:39 +00:00
  • 74353374c3 All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed. Dean Camera 2010-03-25 06:34:38 +00:00
  • b8db5fc1e7 Added new Relay Controller Board project (thanks to OBinou). Dean Camera 2010-03-24 08:06:23 +00:00
  • c2de01b661 Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report item data alignment. Dean Camera 2010-03-24 05:58:20 +00:00
  • f79f9abd28 Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian). Dean Camera 2010-03-24 05:50:09 +00:00
  • 4e99625f7c Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) due to cycle constraints. Dean Camera 2010-03-23 10:09:49 +00:00
  • c58c53dba9 Added incomplete MIDIToneGenerator project. Dean Camera 2010-03-23 09:16:47 +00:00
  • 49b09a2042 Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. Dean Camera 2010-03-22 07:12:25 +00:00
  • 5227ca4ce2 Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled. Dean Camera 2010-03-21 12:21:13 +00:00
  • 6d256c5109 Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked endpoints. Dean Camera 2010-03-19 07:33:30 +00:00
  • 72527867f6 Remove redundant check in the software PDI programming code of the AVRISP project. Dean Camera 2010-03-17 13:07:22 +00:00
  • 9a5ae36a4f Software PDI mode breaks unless the software USART has 100 cycles between bits. Dean Camera 2010-03-17 11:48:39 +00:00
  • 7d51e51c79 Increased throughput of the USBtoSerial demo on systems that send multiple bytes per packet (thanks to Opendous Inc.). Dean Camera 2010-03-16 12:14:09 +00:00
  • 2b74b517ea Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue. Dean Camera 2010-03-16 12:09:22 +00:00
  • 39d56aeffe Fixed PDI programming mode in the AVRISP programmer project not exiting programming mode correctly (clear target Reset key twice, set /RESET pin to pullup). Dean Camera 2010-03-16 11:47:11 +00:00
  • b2bdfe4377 Improve documentation for the ADC and TWI drivers. Dean Camera 2010-03-15 05:38:29 +00:00
  • 4f9dd142e7 Fixed ADC routines not correctly returning the last result when multiple channels were read. Dean Camera 2010-03-13 10:14:51 +00:00
  • aca7863350 Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired. Dean Camera 2010-03-10 12:48:20 +00:00
  • 92418433a5 Fix incorrect LED mask name in the Webserver project. Dean Camera 2010-03-09 13:22:51 +00:00
  • ce260ae786 Webserver project now uses the board LEDs to indicate the current IP configuration state. Dean Camera 2010-03-09 05:15:08 +00:00
  • a61c7f671d Minor documentation updates. Dean Camera 2010-03-01 02:39:02 +00:00
  • 634abab38a Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus. Dean Camera 2010-02-25 02:47:42 +00:00
  • c0c982df7a Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond. Dean Camera 2010-02-24 09:49:19 +00:00
  • 14a5a94084 Fix incorrect error when directly including the LUFA internal USB library components. Dean Camera 2010-02-24 07:01:59 +00:00
  • 071fd8ce53 Revert changes made for the partial port to the AVR32 architecture. Dean Camera 2010-02-24 06:58:23 +00:00
  • a7aaa45ec4 More AVR32 achitecture ports. Dean Camera 2010-02-24 06:21:46 +00:00
  • 3702ba1fb3 More porting of the USB core to the AVR32. Dean Camera 2010-02-23 14:46:11 +00:00
  • 0e6d5cf5b4 Start porting the USB core to the AVR32 UC3B. Dean Camera 2010-02-23 07:13:29 +00:00
  • e11fddfe66 Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Dean Camera 2010-02-23 03:51:17 +00:00
  • c24027f3b5 Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin. Dean Camera 2010-02-23 01:03:27 +00:00
  • 2590452104 Change over board hardware drivers to use the custom uintN_t and intN_t native word size types. Dean Camera 2010-02-22 12:58:40 +00:00
  • d2ed97e34b Update manual pages to reference unfinished AVR32 port, add port status to the Future Changes page. Dean Camera 2010-02-22 12:45:52 +00:00
  • 99a45fa97d Add start of an AVR32 SPI driver. Dean Camera 2010-02-22 12:36:08 +00:00
  • ff8e0ea2d6 Rename AVRU4U6U9 peripheral driver directory to AVR8. Dean Camera 2010-02-22 12:05:36 +00:00
  • 1d8bb8f9bc Make SPI and USART peripheral dispatch driver headers in preparation for a set of AVR32 peripheral drivers. Dean Camera 2010-02-22 12:01:09 +00:00
  • aae20139b9 Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs. Dean Camera 2010-02-22 11:44:34 +00:00
  • d2851b3351 Oops - need to revert changes made to ease testing of the software PDI programming mode. Dean Camera 2010-02-21 22:15:52 +00:00
  • 5e12d436fa Remove dual ISR for software PDI mode, use a single ISR instead to reduce code complexity. Dean Camera 2010-02-21 22:11:49 +00:00
  • e322f14620 More fixes to the AVRISP command timeout system so that it should no longer lock up while processing command no matter what the conditions. Dean Camera 2010-02-21 06:26:33 +00:00
  • 12a01ed72d Increased the speed of both software and hardware TPI/PDI programming modes of the AVRISP project. Dean Camera 2010-02-21 05:44:12 +00:00
  • 10b9394a8b Oops - missed a few references to the old global TimeoutMSRemaining counter in ISPTarget.c of the AVRISP-MKII clone project. Dean Camera 2010-02-20 12:17:48 +00:00
  • ce8d0424b1 AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming. Dean Camera 2010-02-19 05:17:41 +00:00
  • 04d40897cf Commit for the 100219 release. Dean Camera 2010-02-19 00:07:22 +00:00
  • 42b850f2b9 Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c. Dean Camera 2010-02-18 05:33:35 +00:00
  • 012628f635 Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput. Dean Camera 2010-02-18 05:10:24 +00:00
  • 3b6987bca3 Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory. Dean Camera 2010-02-18 02:19:43 +00:00
  • c77b30e9e6 Clean up XPLAINBridge code. Dean Camera 2010-02-16 13:12:59 +00:00
  • 2b51944a4b Make sure the button report set masks use OR in all circumstances, to prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case. Dean Camera 2010-02-16 12:25:31 +00:00
  • 015956baba Oops - missing brackets in the declaration of a string in TELNETServerApp.c. Dean Camera 2010-02-15 13:50:04 +00:00
  • 96a12cd12c Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box. Dean Camera 2010-02-15 13:40:53 +00:00
  • 67cb070810 Fix HID Host Class driver sending incorrect ReportType values to the device when issuing requests via the control pipe. Dean Camera 2010-02-14 22:13:11 +00:00
  • de0ccb3d09 Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, to disable VTARGET detection on AVR models with an on-chip ADC. Dean Camera 2010-02-13 03:21:28 +00:00
  • c6f21fde62 Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup. Dean Camera 2010-02-12 07:54:28 +00:00
  • 8154331da6 Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files. Dean Camera 2010-02-12 07:27:26 +00:00
  • 41ef05a6e5 Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander). Dean Camera 2010-02-12 05:05:03 +00:00
  • a71820b259 Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baudrates (thanks to Renaud Cerrato). Dean Camera 2010-02-12 05:01:11 +00:00
  • d49cc0f783 Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers. Dean Camera 2010-02-11 04:05:02 +00:00
  • 3a2c1db675 Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP project preventing fuses from being cleared. Dean Camera 2010-02-10 04:07:06 +00:00
  • ab195ab1da Added .5MHz recovery clock to the AVRISP programmer project when in ISP programming mode to correct mis-set fuses. Dean Camera 2010-02-10 04:02:10 +00:00
  • 35a0fe9384 Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes. Dean Camera 2010-02-09 12:30:51 +00:00
  • 3ab0b3a027 Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t type in ProcessLEDReport(). Dean Camera 2010-02-08 03:32:31 +00:00
  • 7ae91099e9 Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Dean Camera 2010-02-08 03:16:09 +00:00
  • 6a48efd3bd Split out LED report processing from the host into a seperate routine in the LowLevel KeyboardMouse device demo, to avoid duplicate code. Dean Camera 2010-02-07 14:03:48 +00:00
  • 0c5d6f5f97 Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and demos. Dean Camera 2010-02-07 13:56:36 +00:00
  • 1fdc0e664e Make Webserver allow HTTP requests for files with up to 50 characters in the path instead of 30, to be in synch with the project documentation. Dean Camera 2010-02-07 10:46:02 +00:00
  • 196724c62d Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class driver and Keyboard demos. Dean Camera 2010-02-07 07:31:53 +00:00
  • 7602566a05 Fixed SerialStream driver not setting stdin to the created serial stream. Dean Camera 2010-02-05 07:27:01 +00:00
  • 658234a0b0 Oops - serial stream driver should return _FDEV_EOF when no data has been received, not EOF. Dean Camera 2010-02-05 06:44:10 +00:00
  • 6ba0b860cc Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF. Dean Camera 2010-02-05 03:59:42 +00:00
  • 15f84bb8f5 New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Dean Camera 2010-02-04 02:27:09 +00:00
  • f4f44f9fc1 Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data. Dean Camera 2010-02-03 14:09:56 +00:00
  • 7d3ed40070 Fix TELNET server locking up if an invalid command was issued. Dean Camera 2010-02-03 13:08:37 +00:00
  • b9cf4815e5 Disable uIP connection polling for now - this seems to corrupt the buffers. Dean Camera 2010-02-03 11:31:59 +00:00
  • 16ea5aa7a2 Add a TELNET server to the webserver project, which currently can list active TCP connections. Dean Camera 2010-02-03 10:39:33 +00:00
  • 77e86e7d82 Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. Dean Camera 2010-02-03 00:57:49 +00:00
  • 08e8d6393e Exclude FATFs from the Webserver project documentation. Rename the functions in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_". Dean Camera 2010-02-03 00:48:06 +00:00