Реклама на сайте English version  DatasheetsDatasheets

KAZUS.RU - Электронный портал. Принципиальные схемы, Datasheets, Форум по электронике

Новости электроники Новости Литература, электронные книги Литература Документация, даташиты Документация Поиск даташитов (datasheets)Поиск PDF
  От производителей
Новости поставщиков
В мире электроники

  Сборник статей
Электронные книги
FAQ по электронике

  Datasheets
Поиск SMD
Он-лайн справочник

Принципиальные схемы Схемы Каталоги программ, сайтов Каталоги Общение, форум Общение Ваш аккаунтАккаунт
  Каталог схем
Избранные схемы
FAQ по электронике
  Программы
Каталог сайтов
Производители электроники
  Форумы по электронике
Помощь проекту

Микроконтроллеры, АЦП, память и т.д Темы касающиеся микроконтроллеров разных производителей, памяти, АЦП/ЦАП, периферийных модулей...

 
Опции темы
Непрочитано 14.05.2010, 18:53  
harchenko_pavel
Прописка
 
Регистрация: 28.09.2006
Сообщений: 144
Сказал спасибо: 11
Сказали Спасибо 95 раз(а) в 51 сообщении(ях)
harchenko_pavel на пути к лучшему
По умолчанию Re: Клон AVRISP mk2 (основан на LUFA) работает, но есть проблема

Сообщение от mrKirill Посмотреть сообщение
Чем она отличается от старой?
Project Changelog
Version 100513

New:

* N/A

Changed:

* The TeensyHID bootloader has been removed, per request from Paul at PJRC
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver

Fixed:

* Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and the control endpoint is not properly selected when the ISR completes
* Fixed AVRISP-MKII clone project not correctly issuing LOAD EXTENDED ADDRESS commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton)
* Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled
* Remove incorrect check for the current device state in the Set Configuration request handler of DevChapter9, which broke Set Configuration requests to the device under most circumstances.

Version 100512

New:

* Added incomplete MIDIToneGenerator project
* Added new Relay Controller Board project (thanks to OBinou)
* Added board hardware driver support for the Teensy, USBTINY MKII, Benito and JM-DB-U2 lines of third party USB AVR boards
* Added new ATTR_NO_INIT variable attribute for global variables that should not be automatically cleared on startup
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so that the stream functions early-abort if the bus is suspended before or during a transfer
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() function to the Device and Host CDC Class drivers
* Added ReportType parameter to the HID device class driver CALLBACK_HID_Device_ProcessHIDReport() function so that FEATURE reports from the host to the device can be correctly processed
* Added ReportType parameter to the HID host class driver HID_Host_SendReportByID() function so that FEATURE reports can be issued to the attached device

Changed:

* AVRISP programmer project now has a more robust timeout system
* Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond
* Webserver project now uses the board LEDs to indicate the current IP configuration state
* Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired
* Increased throughput of the USBtoSerial demo on systems that send multiple bytes per packet (thanks to Opendous Inc.)
* Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled.
* Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects
* All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed
* Added LIBUSB_FILTERDRV_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
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code
* The USB_Init() function no longer calls sei() - the user is now responsible for enabling interrupts when they are ready for them to be enabled (thanks to Andrei Krainev)
* The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead
* Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher ›1M baud rates can be selected (thanks to Steffan Woltjer)
* Removed software PDI and TPI emulation from the AVRISP-MKII clone project as it was very buggy and slow - PDI and TPI must now be implemented via seperate programming headers
* The CDC class bootloader now uses a watchdog reset rather than a soft-reset when exited to ensure that all hardware is properly reset to their defaults
* Device mode class driver callbacks are now fired before the control request status stage is sent to prevent the host from timing out if another request is immediately fired and the device has a lengthy callback routine

Fixed:

* Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin
* Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register
* Fixed TWI driver not aborting when faced with no response after attempting to address a device on the bus
* Fixed ADC routines not correctly returning the last result when multiple channels were read
* Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the U4 series USB AVR parts
* Fixed LowLevel MassStorage demo broken on the U2 series USB AVRs due to unsupported double-banked endpoint modes used
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian)
* Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report item data alignment
* Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending a valid session ID to the device
* Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host
* Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski)
* Fixed device state not being reset to DEVICE_STATE_Default if the host sets a 0x00 device address
* Fixed device not stalling configuration requests before the device's address has been set
* Fixed possibility of internal signature retrieval being corrupted if an interrupt occurs during a signature byte read (thanks to Andrei Krainev)
* Fixed device state not being reset back to the default state if the host sets the address to 0
* Fixed Set Configuration requests not being stalled until the host has set the device's address
* Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set
* Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint request is being processed, causing possible lockups if a USB interrupt occurs during a transfer
* Fixed TeensyHID bootloader not working on some USB AVR models with the official TeensyLoader GUI application
* Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects
Реклама:
harchenko_pavel вне форума  
Эти 2 пользователя(ей) сказали Спасибо harchenko_pavel за это сообщение:
Romsb (28.04.2015), ted-top (15.09.2013)
 

Закладки
Опции темы

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +4, время: 14:38.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot