Commit Graph

18 Commits

Author SHA1 Message Date
Brent Wilkins 614a736dab Fixing issue #4940 (typo) 2016-05-10 08:33:12 -06:00
Martino Facchin d1e46f9070 [AVR] Discover newer bootloader at runtime
Replaces #4280, only checks for the bootloader once

Tested with Hoodloader2, should work with every LUFA-derived bootloader released after 2014 (.apitable_signatures section must be placed at end of the flash)

BootloaderAPITable.S :

.global BootloaderAPI_Signatures
BootloaderAPI_Signatures:

    .long BOOT_START_ADDR ; Start address of the bootloader
    .word 0xDF00 ; Signature for the CDC class bootloader
    .word 0xDCFB ; Signature for a LUFA class bootloader

makefile:

BOOT_API_LD_FLAGS    += $(call BOOT_SECTION_LD_FLAG, .apitable_signatures,  BootloaderAPI_Signatures,  8)
2016-04-06 17:41:06 +02:00
Cristian Maglie c411f282f9 Merge branch 'led_fix' of https://github.com/NicoHood/Arduino 2015-11-24 16:44:51 +01:00
Cristian Maglie 54fd3f8413 Added SerialUSB alias for Serial on 32u4 boards 2015-11-20 12:08:35 +01:00
Nico 9c4499117c Increased 32u4 maximum pin number 2015-10-23 10:41:56 +02:00
NicoHood a523e11dd9 Added TXLed to Leonardo pin definition file 2015-08-15 15:50:57 +02:00
Federico Fissore ebe8f65f65 Removed a handful of SVN expansion keywords. See #277 2015-07-03 10:38:07 +02:00
Cristian Maglie fe76dda431 Merge branch 'master' into ide-1.5.x 2014-02-12 17:17:33 +01:00
Cristian Maglie 244beda34d Merge branch 'pins-define' into ide-1.5.x 2013-12-13 15:09:40 +01:00
Cristian Maglie fe423651ce Merge branch 'master' into serial-variant 2013-11-11 13:03:21 +01:00
Cristian Maglie 83ac47f808 Merge branch 'master' into ide-1.5.x 2013-11-03 18:18:09 +01:00
Cristian Maglie a2f423c69d Using NOT_AN_INTERRUPT defined constant 2013-10-31 12:44:24 +01:00
Cristian Maglie a55431060f Added pinToInterrupt() variant macro (Paul Stoffregen) 2013-10-31 12:43:41 +01:00
Cristian Maglie d52452d846 Merged 1.0.3 2012-12-10 15:55:05 +01:00
Cristian Maglie 8d2896e06f Merged upstream arduino branch 2012-10-18 15:50:09 +02:00
Cristian Maglie 828076175e Merge of arduino-1.0.1. Work in progress... 2012-05-23 09:22:52 +02:00
Cristian Maglie 49d12c697e Pre-merge upstream Arduino 2012-05-22 11:23:47 +02:00
Cristian Maglie 822dcb0989 Created second level in hardware folder: hardware/PACKAGE/PLATFORM/...
Made some helper class for files filtering.
platforms.txt now contains only one platform at a time.
Some cleanup in Compiler and AvrDudeUploader classes.
2011-12-30 15:46:04 +01:00