1
0

Commit Graph

  • 3bf3e53367 Add Printer Device Class source files to the Atmel Studio integration XML. Dean Camera 2013-05-05 21:05:30 +00:00
  • 7b5b8f199f Tighten up Printer bootloader implementation; fold the IsHEX() function logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary. Dean Camera 2013-05-05 19:34:20 +00:00
  • 961da384f9 Add proper reset handling to the USB Printer Device Class driver. Dean Camera 2013-05-05 19:32:07 +00:00
  • 95ba6527a5 Add missing EVENT_PRNT_Device_SoftReset() public function prototype. Dean Camera 2013-05-05 19:13:56 +00:00
  • b68a71af38 Update the Printer class bootloader to use the new Printer Device Class driver, rather than implementing the Printer USB class manually. Dean Camera 2013-05-05 19:08:15 +00:00
  • 9ccf3eafad Add new Printer Device Class driver. Dean Camera 2013-05-05 19:07:20 +00:00
  • 7f5445c8c6 Revert incorrect XMEGA interrupt disable patch; all flags *except* the interrupt level should be cleared, and not the interrupt level itself. Dean Camera 2013-05-05 14:09:26 +00:00
  • 7464e40a4b Minor documentation improvements. Dean Camera 2013-05-04 20:54:32 +00:00
  • fd5e98d380 Add check to the Doxygen->Docbook transform to warning on untemplated items. Add additional templates to ensure the output documentation does not have unescaped or unformatted entries. Dean Camera 2013-05-04 14:38:11 +00:00
  • b9f558b3d8 Merge pull request #31 from Wraul/update_phantom tmk 2013-05-04 03:31:26 -07:00
  • 3750b16d2f Fix README of terminal converter tmk 2013-05-04 15:25:47 +09:00
  • 29c6f8d953 Merge branch 'master' of github.com:tmk/tmk_keyboard tmk 2013-05-04 14:52:32 +09:00
  • 7343366d3d Increase buffer size of PS2 protocol tmk 2013-05-04 14:51:46 +09:00
  • 95001dd6e4 Add support of Model F 122 terminal keyboard tmk 2013-05-04 14:46:42 +09:00
  • db929fd4c8 Implement integration binary blob suggestions from AVRFreaks members. Dean Camera 2013-05-03 19:09:10 +00:00
  • 3f48b13f81 Code style fixes for Phantom matrix. Mathias Andersson 2013-05-01 11:30:01 +02:00
  • 1e07b60d3a Add full 7bit support to Phantom keymap. Mathias Andersson 2013-04-30 22:26:52 +02:00
  • fdc7c8abce Oops - ensure the Atmel Studio extension package has the same GUID as the one used in the VSIX manifest, to prevent Studio from re-running the pre-/post-install actions every time. Dean Camera 2013-05-01 18:47:54 +00:00
  • 2d31fcf187 Change Phantom matrix scan to be similar to GH60. Mathias Andersson 2013-04-28 20:03:12 +02:00
  • 1949b98e6c Minor documentation improvements. Dean Camera 2013-05-01 11:36:55 +00:00
  • 71fabf72e0 Improve matrix print for Phantom. Mathias Andersson 2013-04-28 18:57:06 +02:00
  • a505dafe59 Merge pull request #30 from Wraul/phantom_debounce_fix tmk 2013-04-30 15:29:35 -07:00
  • 16e8fe9878 Fix Serial peripheral driver compile error for XMEGA devices. Dean Camera 2013-04-29 18:35:19 +00:00
  • 5e55be1004 Use previous Atmel Studio VSIX identifier so that it can upgrade existing installations. Dean Camera 2013-04-29 15:03:09 +00:00
  • 70dd6bc526 Fix board driver hardware capability definition macro documentation. Fix Doxygen-to-Docbook transform eating the contents of generated tables. Dean Camera 2013-04-28 17:24:37 +00:00
  • 3d503c8932 Fix debouncing on Phantom. Mathias Andersson 2013-04-28 18:54:38 +02:00
  • a24e1cc7d7 Centre images in the Atmel Studio help, apply text formatting styles recursively. Dean Camera 2013-04-28 16:08:33 +00:00
  • 3908d2e608 Add more information on the integrated Help package to the Atmel Studio Getting Started first-run page. Dean Camera 2013-04-28 12:14:37 +00:00
  • 15fb6351e5 Move USB mode enum into the top level USB controller header, as it is common to all architectures (even if not all modes are supported). Dean Camera 2013-04-28 11:31:28 +00:00
  • c757acf1f7 Allow the title of top level pages to be overridden in the Atmel Studio help. Dean Camera 2013-04-28 11:29:23 +00:00
  • 41810f6e9e Update AVRISP-MKII Clone programmer project default firmware minor revision number to make it compatible with the Atmel Studio 6.1 public release. Dean Camera 2013-04-27 10:30:09 +00:00
  • d3cee5160b Enable full Doxygen backed syntax highlighting in the Atmel Studio integrated help output. Dean Camera 2013-04-27 10:03:02 +00:00
  • 5cfa1c37c6 Speed up Doxygen-to-Docbook conversion, enable partial syntax highlighting in the MS HV1 output. Dean Camera 2013-04-25 19:46:03 +00:00
  • 1840e1bbae Add partially complete syntax highlighting to the HV1 transform. Dean Camera 2013-04-24 18:52:08 +00:00
  • 29bfe7a09c Add move-to-root directives to all ASF XML application modules, to make the code easier to find in the release version of Atmel Studio 6.1. Dean Camera 2013-04-23 20:40:56 +00:00
  • 9543276111 Fix typo in the XMEGA SerialSPI peripheral driver. Dean Camera 2013-04-23 20:02:41 +00:00
  • 5dba028aa5 Tweak HV1 help styling and image elements. Dean Camera 2013-04-23 17:54:17 +00:00
  • cf8ec8967e Move all Doxygen-to-Docbook rules into a single transform, remove redundant rules/transforms and add support for verbatim and linebreak elements. Dean Camera 2013-04-23 15:08:32 +00:00
  • f515e8412f Update Doxygen-to-Docbook transform with the latest transform rules for functions, enums, structs, type definitions and variables. Dean Camera 2013-04-22 19:22:27 +00:00
  • cc44591b58 Add basic CSS styling to the Atmel Studio integrated help. Dean Camera 2013-04-22 18:32:26 +00:00
  • 344cd1a2e8 Use the localized Microsoft Help Viewer path if available when installing help into Atmel Studio. Dean Camera 2013-04-22 17:02:30 +00:00
  • 1d5b268fd9 Fix Atmel Studio integrated help generation and branding. Dean Camera 2013-04-22 16:35:18 +00:00
  • c1ffcd8681 Restrict the Doxygen to Docbook transform to only the relevant items. Dean Camera 2013-04-22 14:54:49 +00:00
  • dad9dab995 Fix doc of Boot Magic and add another project info tmk 2013-04-22 13:08:46 +09:00
  • f4760c822a Fix doc and descriptor of iwrap tmk 2013-04-22 13:04:00 +09:00
  • c7b180e3d7 Add vusb support to iwrap tmk 2013-04-22 13:03:24 +09:00
  • c852b04128 Merge pull request #29 from Wraul/update_phantom tmk 2013-04-21 15:13:20 -07:00
  • 8633cb170f Adjust Phantom layouts formating. Mathias Andersson 2013-04-21 09:39:40 +02:00
  • c4b012cdb5 Updated Phantom for new keymap framework. Mathias Andersson 2013-04-21 08:48:56 +02:00
  • 8232721102 Fixed possible register corruption in USB Host mode on AVR8 devices when ORDERED_EP_CONFIG is used (thanks to Martin Aakerberg). Dean Camera 2013-04-21 19:06:34 +00:00
  • 2fe1d7d170 Add first-run Unsigned Help install information prompt, ensure installed help package is removed correctly when the extension is uninstalled. Dean Camera 2013-04-21 17:10:06 +00:00
  • 083b5cb143 Add missing indexterm entries to the Atmel Studio help transform. Dean Camera 2013-04-21 16:05:11 +00:00
  • 3c5acb4d2c Minor documentation improvements. Dean Camera 2013-04-21 15:16:34 +00:00
  • 9136fe2132 Finish initial Doxygen-to-Docbook transform. Dean Camera 2013-04-21 15:15:47 +00:00
  • d540e52505 Add partially complete Doxygen-to-Docbook transform. Dean Camera 2013-04-21 14:18:12 +00:00
  • dd723813d9 Add HV1 integration into Atmel Studio (native Help). Dean Camera 2013-04-21 12:15:57 +00:00
  • 2cd3f843e2 Fix invalid Getting Started page HTML. Dean Camera 2013-04-20 14:43:18 +00:00
  • 38fa1d5c83 Update Getting Started Atmel Studio start page to make it XHTML compliant. Dean Camera 2013-04-20 11:24:12 +00:00
  • 2fc681b4f7 Merge branch 'iwrap5' tmk 2013-04-20 00:46:48 +09:00
  • 6630277518 Add support of mouse horizontal wheel to iWRAP tmk 2013-04-19 23:43:52 +09:00
  • 90da1c59bd Rescue script from iWRAP MUX mode stuck tmk 2013-04-19 08:38:05 +09:00
  • 5a802b18df Minor documentation improvements. Dean Camera 2013-04-18 20:14:53 +00:00
  • fff68762e9 Simplify Atmel Studio integration scripts. Dean Camera 2013-04-18 15:58:13 +00:00
  • e5c65f6e25 Add finished initial LUFA Atmel Studio binary blob and supporting files. Dean Camera 2013-04-18 14:53:54 +00:00
  • 246031b647 Fix build options for NEWS converter tmk 2013-04-18 15:54:26 +09:00
  • a77ae5f843 Add support of iWRAP5 tmk 2013-04-18 15:51:14 +09:00
  • eefbf632d6 Update Atmel Studio blob - use sane method to extract the extension's bundled Getting Started path, use VSCT to generate the menu items. Dean Camera 2013-04-17 21:06:57 +00:00
  • 7ef41e3c1e Refactor Atmel Studio binary blob internals to be more OO-like. Dean Camera 2013-04-16 18:39:27 +00:00
  • 196f4868b9 Fix broken Atmel Studio blob - ensure Help menu items are correctly generated. Dean Camera 2013-04-16 17:03:18 +00:00
  • 0672e4ac6c Update Atmel Studio blob DLL; add links to LUFA related pages in the Help menu. Dean Camera 2013-04-15 20:23:19 +00:00
  • 5555a43625 Add first-run information page to the Atmel Studio 6.1 extension. Dean Camera 2013-04-15 17:55:15 +00:00
  • 25224aae7e Minor documentation improvements. Dean Camera 2013-04-14 14:37:44 +00:00
  • f2d7f6f674 Move XDK cache generation Python script into the VSIX related packing directory. Dean Camera 2013-04-14 10:31:43 +00:00
  • f3a8263842 Restructure Atmel Studio integration files and transforms. Dean Camera 2013-04-14 10:23:59 +00:00
  • b6a38164bd Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce the compiled code size (size/speed tradeoff). Dean Camera 2013-04-14 08:48:55 +00:00
  • 70c59a7e42 Add Atmel Studio 6.1 binary blob. Dean Camera 2013-04-13 15:21:14 +00:00
  • 1eb67303ee Fix LUFA host driver for unconfigured state tmk 2013-04-13 11:55:57 +09:00
  • 1348663a4f Fix USB Descriptors tmk 2013-04-13 11:55:08 +09:00
  • 540d0700dc Remove common/controller_teensy.h tmk 2013-04-13 00:23:05 +09:00
  • 2b33ecad57 Add new build options on m0110_usb tmk 2013-04-12 21:52:34 +09:00
  • 2372029de5 Remove MATRIX_HAS_LOCKING_CAPS option tmk 2013-04-12 12:27:31 +09:00
  • d2e358712a Add m0116 keymap from tufty tmk 2013-04-12 12:22:30 +09:00
  • 09e1eded8b Add media eject key support from tufty tmk 2013-04-12 11:21:54 +09:00
  • 188dea87e3 Oops - fix function prototype attribute. Dean Camera 2013-04-11 17:54:41 +00:00
  • 334f70aa80 Add some missing function attributes. Dean Camera 2013-04-11 17:39:00 +00:00
  • d5e84db5ab Don't generate the full HTML documentation when only needing the XML version for post-processing. Dean Camera 2013-04-11 17:30:14 +00:00
  • c10935c80b Add maintenance makefile rule and XSLT transform to generate a unified header of all library functions for analysis purposes. Dean Camera 2013-04-10 20:31:32 +00:00
  • be8ea3c094 Remove debug line from adb.c tmk 2013-04-09 14:34:52 +09:00
  • 3fa50565af Merge branch 'adb_fix' tmk 2013-04-09 14:31:27 +09:00
  • 9e39b222d0 Add new build options to adb_usb tmk 2013-04-09 14:17:31 +09:00
  • 46d412d262 Fix ADB protocol issue #14 tmk 2013-04-09 14:04:36 +09:00
  • 9bdd89980f Fix comment of ADB signaling. tmk 2012-12-05 13:38:16 +09:00
  • 91946e6d62 Improve bootloader compile error message text when building without the correct optimization level. Dean Camera 2013-04-08 19:35:00 +00:00
  • 197e2ed985 Add module help links and descriptions for boards inside Atmel Studio. Dean Camera 2013-04-08 19:31:13 +00:00
  • b7f9beefd8 Fix typos in the Arduino Leonardo board drivers. Dean Camera 2013-04-08 19:29:26 +00:00
  • ebd059d0eb Update AS integration scripts and transforms - extract out the module description from the Doxygen XML output for the GUI. Dean Camera 2013-04-08 18:59:25 +00:00
  • c2f9eba33f Clean repository before packaging into VSIX extensions. Dean Camera 2013-04-08 18:15:09 +00:00
  • de7b46cd7d Add coding style and config.h options tmk 2013-04-07 16:47:01 +09:00
  • e59fb6f908 Merge branch 'virtual_dipsw' tmk 2013-04-07 15:39:52 +09:00
  • 4e93b3fa67 Fix bootmagic and eeconfig for virtual DIP SW tmk 2013-04-07 15:36:50 +09:00