├── .codespellrc ├── .github ├── dependabot.yml └── workflows │ ├── check-arduino.yml │ ├── compile-platform-examples.yml │ ├── report-size-deltas.yml │ └── spell-check.yml ├── README.md ├── boards.txt ├── bootloaders ├── atmega │ ├── ATmegaBOOT_168.c │ ├── ATmegaBOOT_168_atmega1280.hex │ ├── ATmegaBOOT_168_atmega328.hex │ ├── ATmegaBOOT_168_atmega328_pro_8MHz.hex │ ├── ATmegaBOOT_168_diecimila.hex │ ├── ATmegaBOOT_168_ng.hex │ ├── ATmegaBOOT_168_pro_8MHz.hex │ └── Makefile ├── atmega8 │ ├── ATmegaBOOT-prod-firmware-2009-11-07.hex │ ├── ATmegaBOOT.c │ ├── ATmegaBOOT.hex │ ├── ATmegaBOOT.txt │ └── Makefile ├── bt │ ├── ATmegaBOOT_168.c │ ├── ATmegaBOOT_168.hex │ ├── ATmegaBOOT_168_atmega328_bt.hex │ └── Makefile ├── caterina-Arduino_Robot │ ├── Caterina-Robot-Control.hex │ ├── Caterina-Robot-Motor.hex │ ├── Caterina-Robot.txt │ ├── Caterina.c │ ├── Caterina.h │ ├── Descriptors.c │ ├── Descriptors.h │ ├── Makefile │ └── README.md ├── caterina-LilyPadUSB │ ├── Caterina-LilyPadUSB.hex │ ├── Caterina.c │ ├── Caterina.h │ ├── Descriptors.c │ ├── Descriptors.h │ ├── Makefile │ └── Readme.txt ├── caterina │ ├── Caterina-Circuitplay32u4.hex │ ├── Caterina-Esplora.hex │ ├── Caterina-Esplora.txt │ ├── Caterina-Industrial101.hex │ ├── Caterina-Leonardo.hex │ ├── Caterina-Leonardo.txt │ ├── Caterina-LeonardoEthernet.hex │ ├── Caterina-LininoOne.hex │ ├── Caterina-Micro.hex │ ├── Caterina-Micro.txt │ ├── Caterina-Yun-noblink.hex │ ├── Caterina-Yun.hex │ ├── Caterina-YunMini.hex │ ├── Caterina.c │ ├── Caterina.h │ ├── Descriptors.c │ ├── Descriptors.h │ ├── Esplora-prod-firmware-2012-12-10.hex │ ├── Esplora-prod-firmware-2012-12-10.txt │ ├── Leonardo-prod-firmware-2012-04-26.hex │ ├── Leonardo-prod-firmware-2012-04-26.txt │ ├── Leonardo-prod-firmware-2012-12-10.hex │ ├── Leonardo-prod-firmware-2012-12-10.txt │ ├── Makefile │ ├── Micro-prod-firmware-2012-11-23.hex │ ├── Micro-prod-firmware-2012-11-23.txt │ ├── Micro-prod-firmware-2012-12-10.hex │ └── Micro-prod-firmware-2012-12-10.txt ├── gemma │ ├── README.md │ ├── avrdude.conf │ ├── gemma_v1.hex │ ├── usbconfig.h │ └── usbconfig.patch ├── lilypad │ ├── LilyPadBOOT_168.hex │ └── src │ │ ├── ATmegaBOOT.c │ │ └── Makefile ├── optiboot │ ├── Makefile │ ├── README.TXT │ ├── boot.h │ ├── makeall │ ├── omake │ ├── omake.bat │ ├── optiboot.c │ ├── optiboot_atmega168.hex │ ├── optiboot_atmega168.lst │ ├── optiboot_atmega328-Mini.hex │ ├── optiboot_atmega328.hex │ ├── optiboot_atmega328.lst │ ├── optiboot_atmega8.hex │ ├── optiboot_atmega8.lst │ ├── pin_defs.h │ └── stk500.h └── stk500v2 │ ├── License.txt │ ├── Makefile │ ├── Mega2560-prod-firmware-2011-06-29.hex │ ├── STK500V2.pnproj │ ├── STK500V2.pnps │ ├── avr_cpunames.h │ ├── avrinterruptnames.h │ ├── command.h │ ├── stk500boot.c │ ├── stk500boot.ppg │ └── stk500boot_v2_mega2560.hex ├── cores └── arduino │ ├── Arduino.h │ ├── CDC.cpp │ ├── Client.h │ ├── HardwareSerial.cpp │ ├── HardwareSerial.h │ ├── HardwareSerial0.cpp │ ├── HardwareSerial1.cpp │ ├── HardwareSerial2.cpp │ ├── HardwareSerial3.cpp │ ├── HardwareSerial_private.h │ ├── IPAddress.cpp │ ├── IPAddress.h │ ├── PluggableUSB.cpp │ ├── PluggableUSB.h │ ├── Print.cpp │ ├── Print.h │ ├── Printable.h │ ├── Server.h │ ├── Stream.cpp │ ├── Stream.h │ ├── Tone.cpp │ ├── USBAPI.h │ ├── USBCore.cpp │ ├── USBCore.h │ ├── USBDesc.h │ ├── Udp.h │ ├── WCharacter.h │ ├── WInterrupts.c │ ├── WMath.cpp │ ├── WString.cpp │ ├── WString.h │ ├── abi.cpp │ ├── binary.h │ ├── hooks.c │ ├── main.cpp │ ├── new │ ├── new.cpp │ ├── new.h │ ├── wiring.c │ ├── wiring_analog.c │ ├── wiring_digital.c │ ├── wiring_private.h │ ├── wiring_pulse.S │ ├── wiring_pulse.c │ └── wiring_shift.c ├── drivers ├── AdafruitCircuitPlayground.cat ├── AdafruitCircuitPlayground.inf ├── FTDI USB Drivers │ ├── Static │ │ ├── amd64 │ │ │ └── ftd2xx.lib │ │ └── i386 │ │ │ └── ftd2xx.lib │ ├── amd64 │ │ ├── ftbusui.dll │ │ ├── ftcserco.dll │ │ ├── ftd2xx.lib │ │ ├── ftd2xx64.dll │ │ ├── ftdibus.sys │ │ ├── ftlang.dll │ │ ├── ftser2k.sys │ │ └── ftserui2.dll │ ├── ftd2xx.h │ ├── ftdibus.cat │ ├── ftdibus.inf │ ├── ftdiport.cat │ ├── ftdiport.inf │ └── i386 │ │ ├── ftbusui.dll │ │ ├── ftcserco.dll │ │ ├── ftd2xx.dll │ │ ├── ftd2xx.lib │ │ ├── ftdibus.sys │ │ ├── ftlang.dll │ │ ├── ftser2k.sys │ │ └── ftserui2.dll ├── arduino-org.cat ├── arduino-org.inf ├── arduino.cat ├── arduino.inf ├── dpinst-amd64.exe ├── dpinst-x86.exe ├── gemma │ ├── amd64 │ │ ├── libusb0.dll │ │ └── libusb0.sys │ ├── arduino_gemma.cat │ ├── arduino_gemma.inf │ ├── ia64 │ │ ├── libusb0.dll │ │ └── libusb0.sys │ ├── license │ │ └── libusb0 │ │ │ └── installer_license.txt │ └── x86 │ │ ├── libusb0.sys │ │ └── libusb0_x86.dll ├── genuino.cat ├── genuino.inf ├── linino-boards_amd64.cat ├── linino-boards_x86.cat └── linino.inf ├── extras ├── pack.hourlybuild.bash ├── pack.pullrequest.bash ├── pack.release.bash ├── package_index.json.Hourly.template └── package_index.json.PR.template ├── firmwares ├── arduinoISP │ └── readme.txt ├── atmegaxxu2 │ ├── Arduino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-Rev3.hex │ ├── Arduino-COMBINED-dfu-usbserial-atmega16u2-MegaADK-Rev3.hex │ ├── Arduino-COMBINED-dfu-usbserial-atmega16u2-Uno-Rev3.hex │ ├── Genuino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-R3.hex │ ├── Genuino-COMBINED-dfu-usbserial-atmega16u2-Uno-R3.hex │ ├── MEGA-dfu_and_usbserial_combined.hex │ ├── README.txt │ ├── UNO-dfu_and_usbserial_combined.hex │ ├── arduino-usbdfu │ │ ├── Arduino-usbdfu.c │ │ ├── Arduino-usbdfu.h │ │ ├── Board │ │ │ └── LEDs.h │ │ ├── Descriptors.c │ │ ├── Descriptors.h │ │ ├── makefile │ │ └── readme.txt │ └── arduino-usbserial │ │ ├── Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex │ │ ├── Arduino-usbserial-atmega16u2-MegaADK-Rev3.hex │ │ ├── Arduino-usbserial-atmega16u2-Uno-Rev3.hex │ │ ├── Arduino-usbserial-mega.hex │ │ ├── Arduino-usbserial-uno.hex │ │ ├── Arduino-usbserial.c │ │ ├── Arduino-usbserial.h │ │ ├── Board │ │ └── LEDs.h │ │ ├── Descriptors.c │ │ ├── Descriptors.h │ │ ├── Genuino-usbserial-atmega16u2-Mega2560-R3.hex │ │ ├── Genuino-usbserial-atmega16u2-Uno-R3.hex │ │ ├── Lib │ │ └── LightweightRingBuff.h │ │ ├── makefile │ │ └── readme.txt └── wifishield │ ├── binary │ ├── wifiHD.elf │ ├── wifiHD.hex │ ├── wifiHD_2_1.elf │ ├── wifi_dnld.elf │ ├── wifi_dnld.hex │ └── wifi_dnld_2_1.elf │ ├── scripts │ ├── ArduinoWifiShield_upgrade.sh │ └── ArduinoWifiShield_upgrade_mac.sh │ ├── wifiHD │ ├── .cproject │ ├── .project │ ├── Release │ │ ├── wifiHD.elf │ │ └── wifiHD.hex │ ├── src │ │ ├── CONFIG │ │ │ ├── conf_access.h │ │ │ ├── conf_at45dbx.h │ │ │ ├── conf_ebi.h │ │ │ └── conf_sd_mmc_spi.h │ │ ├── SOFTWARE_FRAMEWORK │ │ │ ├── ASM │ │ │ │ └── trampoline.x │ │ │ ├── BOARDS │ │ │ │ ├── ARDUINO │ │ │ │ │ ├── arduino.h │ │ │ │ │ ├── led.c │ │ │ │ │ └── led.h │ │ │ │ ├── EVK1105 │ │ │ │ │ ├── evk1105.h │ │ │ │ │ ├── led.c │ │ │ │ │ └── led.h │ │ │ │ ├── board.h │ │ │ │ └── board.h.my │ │ │ ├── COMPONENTS │ │ │ │ ├── MEMORY │ │ │ │ │ └── DATA_FLASH │ │ │ │ │ │ └── AT45DBX │ │ │ │ │ │ ├── at45dbx.c │ │ │ │ │ │ ├── at45dbx.h │ │ │ │ │ │ ├── at45dbx_mem.c │ │ │ │ │ │ └── at45dbx_mem.h │ │ │ │ └── WIFI │ │ │ │ │ └── HD │ │ │ │ │ ├── v2.7.0 │ │ │ │ │ ├── UCR1 │ │ │ │ │ │ └── GCC │ │ │ │ │ │ │ ├── lib_ucr1_hd_sdio_v2.7.0.a │ │ │ │ │ │ │ ├── lib_ucr1_hd_spi_v2.7.0.a │ │ │ │ │ │ │ └── lib_ucr1_hd_wl_sta_intwpa_v2.7.0.a │ │ │ │ │ ├── UCR2 │ │ │ │ │ │ └── GCC │ │ │ │ │ │ │ ├── lib_ucr2_hd_sdio_v2.7.0.a │ │ │ │ │ │ │ ├── lib_ucr2_hd_spi_v2.7.0.a │ │ │ │ │ │ │ └── lib_ucr2_hd_wl_sta_intwpa_v2.7.0.a │ │ │ │ │ └── revision.txt │ │ │ │ │ ├── wl_api.h │ │ │ │ │ ├── wl_fw.h │ │ │ │ │ ├── wl_os.h │ │ │ │ │ ├── wl_sdio.h │ │ │ │ │ ├── wl_spi.h │ │ │ │ │ └── wlap_api.h │ │ │ ├── DRIVERS │ │ │ │ ├── CPU │ │ │ │ │ └── CYCLE_COUNTER │ │ │ │ │ │ └── cycle_counter.h │ │ │ │ ├── EBI │ │ │ │ │ └── SMC │ │ │ │ │ │ ├── smc.c │ │ │ │ │ │ └── smc.h │ │ │ │ ├── EIC │ │ │ │ │ ├── eic.c │ │ │ │ │ └── eic.h │ │ │ │ ├── FLASHC │ │ │ │ │ ├── flashc.c │ │ │ │ │ └── flashc.h │ │ │ │ ├── GPIO │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── gpio.h │ │ │ │ ├── INTC │ │ │ │ │ ├── exception.x │ │ │ │ │ ├── intc.c │ │ │ │ │ └── intc.h │ │ │ │ ├── PDCA │ │ │ │ │ ├── pdca.c │ │ │ │ │ └── pdca.h │ │ │ │ ├── PM │ │ │ │ │ ├── pm.c │ │ │ │ │ ├── pm.h │ │ │ │ │ ├── pm_conf_clocks.c │ │ │ │ │ ├── power_clocks_lib.c │ │ │ │ │ └── power_clocks_lib.h │ │ │ │ ├── RTC │ │ │ │ │ ├── rtc.c │ │ │ │ │ └── rtc.h │ │ │ │ ├── SPI │ │ │ │ │ ├── spi.c │ │ │ │ │ └── spi.h │ │ │ │ ├── TC │ │ │ │ │ ├── tc.c │ │ │ │ │ └── tc.h │ │ │ │ └── USART │ │ │ │ │ ├── usart.c │ │ │ │ │ └── usart.h │ │ │ ├── SERVICES │ │ │ │ ├── DELAY │ │ │ │ │ ├── delay.c │ │ │ │ │ └── delay.h │ │ │ │ ├── LWIP │ │ │ │ │ ├── lwip-1.3.2 │ │ │ │ │ │ └── src │ │ │ │ │ │ │ ├── core │ │ │ │ │ │ │ ├── dhcp.c │ │ │ │ │ │ │ ├── dns.c │ │ │ │ │ │ │ ├── init.c │ │ │ │ │ │ │ ├── ipv4 │ │ │ │ │ │ │ │ ├── autoip.c │ │ │ │ │ │ │ │ ├── icmp.c │ │ │ │ │ │ │ │ ├── igmp.c │ │ │ │ │ │ │ │ ├── inet.c │ │ │ │ │ │ │ │ ├── inet_chksum.c │ │ │ │ │ │ │ │ ├── ip.c │ │ │ │ │ │ │ │ ├── ip_addr.c │ │ │ │ │ │ │ │ └── ip_frag.c │ │ │ │ │ │ │ ├── mem.c │ │ │ │ │ │ │ ├── memp.c │ │ │ │ │ │ │ ├── netif.c │ │ │ │ │ │ │ ├── pbuf.c │ │ │ │ │ │ │ ├── raw.c │ │ │ │ │ │ │ ├── stats.c │ │ │ │ │ │ │ ├── tcp.c │ │ │ │ │ │ │ ├── tcp_in.c │ │ │ │ │ │ │ ├── tcp_out.c │ │ │ │ │ │ │ └── udp.c │ │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ ├── ipv4 │ │ │ │ │ │ │ │ └── lwip │ │ │ │ │ │ │ │ │ ├── autoip.h │ │ │ │ │ │ │ │ │ ├── icmp.h │ │ │ │ │ │ │ │ │ ├── igmp.h │ │ │ │ │ │ │ │ │ ├── inet.h │ │ │ │ │ │ │ │ │ ├── inet_chksum.h │ │ │ │ │ │ │ │ │ ├── ip.h │ │ │ │ │ │ │ │ │ ├── ip_addr.h │ │ │ │ │ │ │ │ │ └── ip_frag.h │ │ │ │ │ │ │ ├── lwip │ │ │ │ │ │ │ │ ├── api.h │ │ │ │ │ │ │ │ ├── api_msg.h │ │ │ │ │ │ │ │ ├── arch.h │ │ │ │ │ │ │ │ ├── debug.h │ │ │ │ │ │ │ │ ├── def.h │ │ │ │ │ │ │ │ ├── dhcp.h │ │ │ │ │ │ │ │ ├── dns.h │ │ │ │ │ │ │ │ ├── err.h │ │ │ │ │ │ │ │ ├── init.h │ │ │ │ │ │ │ │ ├── mem.h │ │ │ │ │ │ │ │ ├── memp.h │ │ │ │ │ │ │ │ ├── memp_std.h │ │ │ │ │ │ │ │ ├── netbuf.h │ │ │ │ │ │ │ │ ├── netdb.h │ │ │ │ │ │ │ │ ├── netif.h │ │ │ │ │ │ │ │ ├── netifapi.h │ │ │ │ │ │ │ │ ├── opt.h │ │ │ │ │ │ │ │ ├── pbuf.h │ │ │ │ │ │ │ │ ├── raw.h │ │ │ │ │ │ │ │ ├── sio.h │ │ │ │ │ │ │ │ ├── snmp.h │ │ │ │ │ │ │ │ ├── snmp_asn1.h │ │ │ │ │ │ │ │ ├── snmp_msg.h │ │ │ │ │ │ │ │ ├── snmp_structs.h │ │ │ │ │ │ │ │ ├── sockets.h │ │ │ │ │ │ │ │ ├── stats.h │ │ │ │ │ │ │ │ ├── sys.h │ │ │ │ │ │ │ │ ├── tcp.h │ │ │ │ │ │ │ │ ├── tcpip.h │ │ │ │ │ │ │ │ └── udp.h │ │ │ │ │ │ │ └── netif │ │ │ │ │ │ │ │ ├── etharp.h │ │ │ │ │ │ │ │ ├── loopif.h │ │ │ │ │ │ │ │ ├── ppp_oe.h │ │ │ │ │ │ │ │ └── slipif.h │ │ │ │ │ │ │ └── netif │ │ │ │ │ │ │ ├── etharp.c │ │ │ │ │ │ │ └── loopif.c │ │ │ │ │ └── lwip-port-1.3.2 │ │ │ │ │ │ └── HD │ │ │ │ │ │ ├── if │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ ├── arch │ │ │ │ │ │ │ │ ├── cc.h │ │ │ │ │ │ │ │ └── perf.h │ │ │ │ │ │ │ ├── lwipopts.h │ │ │ │ │ │ │ └── netif │ │ │ │ │ │ │ │ └── wlif.h │ │ │ │ │ │ └── netif │ │ │ │ │ │ │ └── wlif.c │ │ │ │ │ │ └── readme.txt │ │ │ │ └── MEMORY │ │ │ │ │ └── CTRL_ACCESS │ │ │ │ │ ├── ctrl_access.c │ │ │ │ │ └── ctrl_access.h │ │ │ └── UTILS │ │ │ │ ├── DEBUG │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── print_funcs.c │ │ │ │ └── print_funcs.h │ │ │ │ ├── LIBS │ │ │ │ └── NEWLIB_ADDONS │ │ │ │ │ ├── INCLUDE │ │ │ │ │ ├── nlao_cpu.h │ │ │ │ │ ├── nlao_exceptions.h │ │ │ │ │ ├── nlao_interrupts.h │ │ │ │ │ ├── nlao_io.h │ │ │ │ │ └── nlao_usart.h │ │ │ │ │ └── libnewlib_addons-at32ucr2-speed_opt.a │ │ │ │ ├── LINKER_SCRIPTS │ │ │ │ └── AT32UC3A │ │ │ │ │ ├── 1256 │ │ │ │ │ └── GCC │ │ │ │ │ │ └── link_uc3a1256.lds │ │ │ │ │ └── 0512 │ │ │ │ │ └── GCC │ │ │ │ │ └── link_uc3a0512.lds │ │ │ │ ├── PREPROCESSOR │ │ │ │ ├── mrepeat.h │ │ │ │ ├── preprocessor.h │ │ │ │ ├── stringz.h │ │ │ │ └── tpaste.h │ │ │ │ ├── STARTUP_FILES │ │ │ │ └── GCC │ │ │ │ │ └── crt0.x │ │ │ │ ├── compiler.h │ │ │ │ ├── conf_isp.h │ │ │ │ └── parts.h │ │ ├── ard_spi.c │ │ ├── ard_spi.h │ │ ├── ard_tcp.c │ │ ├── ard_tcp.h │ │ ├── ard_utils.c │ │ ├── ard_utils.h │ │ ├── avr32_spi.c │ │ ├── board_init.c │ │ ├── board_init.h │ │ ├── cmd_wl.c │ │ ├── cmd_wl.h │ │ ├── console.c │ │ ├── console.h │ │ ├── debug.h │ │ ├── fw_download.h │ │ ├── fw_download_extflash.c │ │ ├── license.txt │ │ ├── lwip_setup.c │ │ ├── lwip_setup.h │ │ ├── lwipopts.h │ │ ├── main.c │ │ ├── nvram.c │ │ ├── nvram.h │ │ ├── owl_os.c │ │ ├── ping.c │ │ ├── ping.h │ │ ├── printf-stdarg.c │ │ ├── printf-stdarg.h │ │ ├── timer.c │ │ ├── timer.h │ │ ├── top_defs.h │ │ ├── trace.h │ │ ├── util.c │ │ ├── util.h │ │ ├── wifi_spi.h │ │ ├── wl_cm.c │ │ ├── wl_cm.h │ │ └── wl_definitions.h │ └── wifiHD.cproj │ ├── wifi_dnld │ ├── .cproject │ ├── .project │ ├── Release │ │ └── wifi_dnld.elf │ ├── src │ │ ├── CONFIG │ │ │ ├── conf_access.h │ │ │ └── conf_at45dbx.h │ │ ├── Doc │ │ │ ├── SPB104 product brief.pdf │ │ │ └── gettingstarted.pdf │ │ ├── SOFTWARE_FRAMEWORK │ │ │ ├── ASM │ │ │ │ └── trampoline.x │ │ │ ├── BOARDS │ │ │ │ ├── ARDUINO │ │ │ │ │ ├── arduino.h │ │ │ │ │ ├── led.c │ │ │ │ │ └── led.h │ │ │ │ ├── EVK1105 │ │ │ │ │ ├── evk1105.h │ │ │ │ │ ├── led.c │ │ │ │ │ └── led.h │ │ │ │ ├── board.h │ │ │ │ └── board.h.ori │ │ │ ├── COMPONENTS │ │ │ │ └── MEMORY │ │ │ │ │ └── DATA_FLASH │ │ │ │ │ └── AT45DBX │ │ │ │ │ ├── at45dbx.c │ │ │ │ │ ├── at45dbx.h │ │ │ │ │ ├── at45dbx_mem.c │ │ │ │ │ └── at45dbx_mem.h │ │ │ ├── DRIVERS │ │ │ │ ├── FLASHC │ │ │ │ │ ├── flashc.c │ │ │ │ │ └── flashc.h │ │ │ │ ├── GPIO │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── gpio.h │ │ │ │ ├── INTC │ │ │ │ │ ├── exception.x │ │ │ │ │ ├── intc.c │ │ │ │ │ └── intc.h │ │ │ │ ├── PM │ │ │ │ │ ├── pm.c │ │ │ │ │ ├── pm.h │ │ │ │ │ ├── pm_conf_clocks.c │ │ │ │ │ ├── power_clocks_lib.c │ │ │ │ │ └── power_clocks_lib.h │ │ │ │ ├── SPI │ │ │ │ │ ├── spi.c │ │ │ │ │ └── spi.h │ │ │ │ └── USART │ │ │ │ │ ├── usart.c │ │ │ │ │ └── usart.h │ │ │ ├── SERVICES │ │ │ │ └── MEMORY │ │ │ │ │ └── CTRL_ACCESS │ │ │ │ │ ├── ctrl_access.c │ │ │ │ │ └── ctrl_access.h │ │ │ └── UTILS │ │ │ │ ├── DEBUG │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── print_funcs.c │ │ │ │ └── print_funcs.h │ │ │ │ ├── LIBS │ │ │ │ └── NEWLIB_ADDONS │ │ │ │ │ ├── INCLUDE │ │ │ │ │ ├── nlao_cpu.h │ │ │ │ │ ├── nlao_exceptions.h │ │ │ │ │ ├── nlao_interrupts.h │ │ │ │ │ ├── nlao_io.h │ │ │ │ │ └── nlao_usart.h │ │ │ │ │ └── libnewlib_addons-at32ucr2-speed_opt.a │ │ │ │ ├── LINKER_SCRIPTS │ │ │ │ └── AT32UC3A │ │ │ │ │ ├── 1256 │ │ │ │ │ └── GCC │ │ │ │ │ │ └── link_uc3a1256.lds │ │ │ │ │ └── 0512 │ │ │ │ │ └── GCC │ │ │ │ │ └── link_uc3a0512.lds │ │ │ │ ├── PREPROCESSOR │ │ │ │ ├── mrepeat.h │ │ │ │ ├── preprocessor.h │ │ │ │ ├── stringz.h │ │ │ │ └── tpaste.h │ │ │ │ ├── STARTUP_FILES │ │ │ │ └── GCC │ │ │ │ │ └── crt0.x │ │ │ │ ├── compiler.h │ │ │ │ ├── conf_isp.h │ │ │ │ └── parts.h │ │ ├── clocks.c │ │ ├── clocks.h │ │ ├── flash_fw.c │ │ ├── license.txt │ │ ├── nor_flash.c │ │ ├── nor_flash.h │ │ ├── printf-stdarg.c │ │ ├── printf-stdarg.h │ │ ├── startup.c │ │ ├── startup.h │ │ └── wl_fw.h │ └── wifi_dnld.cproj │ └── wifishield.atsln ├── libraries ├── EEPROM │ ├── README.md │ ├── examples │ │ ├── eeprom_clear │ │ │ └── eeprom_clear.ino │ │ ├── eeprom_crc │ │ │ └── eeprom_crc.ino │ │ ├── eeprom_get │ │ │ └── eeprom_get.ino │ │ ├── eeprom_iteration │ │ │ └── eeprom_iteration.ino │ │ ├── eeprom_put │ │ │ └── eeprom_put.ino │ │ ├── eeprom_read │ │ │ └── eeprom_read.ino │ │ ├── eeprom_update │ │ │ └── eeprom_update.ino │ │ └── eeprom_write │ │ │ └── eeprom_write.ino │ ├── keywords.txt │ ├── library.properties │ └── src │ │ └── EEPROM.h ├── HID │ ├── keywords.txt │ ├── library.properties │ └── src │ │ ├── HID.cpp │ │ └── HID.h ├── SPI │ ├── examples │ │ ├── BarometricPressureSensor │ │ │ └── BarometricPressureSensor.ino │ │ └── DigitalPotControl │ │ │ └── DigitalPotControl.ino │ ├── keywords.txt │ ├── library.properties │ └── src │ │ ├── SPI.cpp │ │ └── SPI.h ├── SoftwareSerial │ ├── examples │ │ ├── SoftwareSerialExample │ │ │ └── SoftwareSerialExample.ino │ │ └── TwoPortReceive │ │ │ └── TwoPortReceive.ino │ ├── keywords.txt │ ├── library.properties │ └── src │ │ ├── SoftwareSerial.cpp │ │ └── SoftwareSerial.h └── Wire │ ├── examples │ ├── SFRRanger_reader │ │ └── SFRRanger_reader.ino │ ├── digital_potentiometer │ │ └── digital_potentiometer.ino │ ├── i2c_scanner │ │ └── i2c_scanner.ino │ ├── master_reader │ │ └── master_reader.ino │ ├── master_writer │ │ └── master_writer.ino │ ├── slave_receiver │ │ └── slave_receiver.ino │ └── slave_sender │ │ └── slave_sender.ino │ ├── keywords.txt │ ├── library.properties │ └── src │ ├── Wire.cpp │ ├── Wire.h │ └── utility │ ├── twi.c │ └── twi.h ├── platform.txt ├── post_install.bat ├── programmers.txt └── variants ├── circuitplay32u4 └── pins_arduino.h ├── eightanaloginputs └── pins_arduino.h ├── ethernet └── pins_arduino.h ├── gemma └── pins_arduino.h ├── leonardo └── pins_arduino.h ├── mega └── pins_arduino.h ├── micro └── pins_arduino.h ├── robot_control └── pins_arduino.h ├── robot_motor └── pins_arduino.h ├── standard └── pins_arduino.h └── yun └── pins_arduino.h /.codespellrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/.codespellrc -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/check-arduino.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/.github/workflows/check-arduino.yml -------------------------------------------------------------------------------- /.github/workflows/compile-platform-examples.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/.github/workflows/compile-platform-examples.yml -------------------------------------------------------------------------------- /.github/workflows/report-size-deltas.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/.github/workflows/report-size-deltas.yml -------------------------------------------------------------------------------- /.github/workflows/spell-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/.github/workflows/spell-check.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/README.md -------------------------------------------------------------------------------- /boards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/boards.txt -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168.c -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168_atmega1280.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168_atmega1280.hex -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168_atmega328.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168_diecimila.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168_ng.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168_ng.hex -------------------------------------------------------------------------------- /bootloaders/atmega/ATmegaBOOT_168_pro_8MHz.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/ATmegaBOOT_168_pro_8MHz.hex -------------------------------------------------------------------------------- /bootloaders/atmega/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega/Makefile -------------------------------------------------------------------------------- /bootloaders/atmega8/ATmegaBOOT-prod-firmware-2009-11-07.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega8/ATmegaBOOT-prod-firmware-2009-11-07.hex -------------------------------------------------------------------------------- /bootloaders/atmega8/ATmegaBOOT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega8/ATmegaBOOT.c -------------------------------------------------------------------------------- /bootloaders/atmega8/ATmegaBOOT.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega8/ATmegaBOOT.hex -------------------------------------------------------------------------------- /bootloaders/atmega8/ATmegaBOOT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega8/ATmegaBOOT.txt -------------------------------------------------------------------------------- /bootloaders/atmega8/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/atmega8/Makefile -------------------------------------------------------------------------------- /bootloaders/bt/ATmegaBOOT_168.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/bt/ATmegaBOOT_168.c -------------------------------------------------------------------------------- /bootloaders/bt/ATmegaBOOT_168.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/bt/ATmegaBOOT_168.hex -------------------------------------------------------------------------------- /bootloaders/bt/ATmegaBOOT_168_atmega328_bt.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/bt/ATmegaBOOT_168_atmega328_bt.hex -------------------------------------------------------------------------------- /bootloaders/bt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/bt/Makefile -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Caterina-Robot-Control.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Caterina-Robot-Control.hex -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Caterina-Robot-Motor.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Caterina-Robot-Motor.hex -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Caterina-Robot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Caterina-Robot.txt -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Caterina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Caterina.c -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Caterina.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Caterina.h -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Descriptors.c -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Descriptors.h -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/Makefile -------------------------------------------------------------------------------- /bootloaders/caterina-Arduino_Robot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-Arduino_Robot/README.md -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Caterina-LilyPadUSB.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Caterina-LilyPadUSB.hex -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Caterina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Caterina.c -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Caterina.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Caterina.h -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Descriptors.c -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Descriptors.h -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Makefile -------------------------------------------------------------------------------- /bootloaders/caterina-LilyPadUSB/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina-LilyPadUSB/Readme.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Circuitplay32u4.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Circuitplay32u4.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Esplora.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Esplora.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Esplora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Esplora.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Industrial101.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Industrial101.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Leonardo.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Leonardo.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Leonardo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Leonardo.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-LeonardoEthernet.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-LeonardoEthernet.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-LininoOne.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-LininoOne.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Micro.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Micro.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Micro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Micro.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Yun-noblink.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Yun-noblink.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-Yun.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-Yun.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina-YunMini.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina-YunMini.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina.c -------------------------------------------------------------------------------- /bootloaders/caterina/Caterina.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Caterina.h -------------------------------------------------------------------------------- /bootloaders/caterina/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Descriptors.c -------------------------------------------------------------------------------- /bootloaders/caterina/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Descriptors.h -------------------------------------------------------------------------------- /bootloaders/caterina/Esplora-prod-firmware-2012-12-10.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Esplora-prod-firmware-2012-12-10.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Esplora-prod-firmware-2012-12-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Esplora-prod-firmware-2012-12-10.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Leonardo-prod-firmware-2012-04-26.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Leonardo-prod-firmware-2012-04-26.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Leonardo-prod-firmware-2012-04-26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Leonardo-prod-firmware-2012-04-26.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Leonardo-prod-firmware-2012-12-10.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Leonardo-prod-firmware-2012-12-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Makefile -------------------------------------------------------------------------------- /bootloaders/caterina/Micro-prod-firmware-2012-11-23.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Micro-prod-firmware-2012-11-23.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Micro-prod-firmware-2012-11-23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Micro-prod-firmware-2012-11-23.txt -------------------------------------------------------------------------------- /bootloaders/caterina/Micro-prod-firmware-2012-12-10.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Micro-prod-firmware-2012-12-10.hex -------------------------------------------------------------------------------- /bootloaders/caterina/Micro-prod-firmware-2012-12-10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/caterina/Micro-prod-firmware-2012-12-10.txt -------------------------------------------------------------------------------- /bootloaders/gemma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/gemma/README.md -------------------------------------------------------------------------------- /bootloaders/gemma/avrdude.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/gemma/avrdude.conf -------------------------------------------------------------------------------- /bootloaders/gemma/gemma_v1.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/gemma/gemma_v1.hex -------------------------------------------------------------------------------- /bootloaders/gemma/usbconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/gemma/usbconfig.h -------------------------------------------------------------------------------- /bootloaders/gemma/usbconfig.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/gemma/usbconfig.patch -------------------------------------------------------------------------------- /bootloaders/lilypad/LilyPadBOOT_168.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/lilypad/LilyPadBOOT_168.hex -------------------------------------------------------------------------------- /bootloaders/lilypad/src/ATmegaBOOT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/lilypad/src/ATmegaBOOT.c -------------------------------------------------------------------------------- /bootloaders/lilypad/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/lilypad/src/Makefile -------------------------------------------------------------------------------- /bootloaders/optiboot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/Makefile -------------------------------------------------------------------------------- /bootloaders/optiboot/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/README.TXT -------------------------------------------------------------------------------- /bootloaders/optiboot/boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/boot.h -------------------------------------------------------------------------------- /bootloaders/optiboot/makeall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/makeall -------------------------------------------------------------------------------- /bootloaders/optiboot/omake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/omake -------------------------------------------------------------------------------- /bootloaders/optiboot/omake.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/omake.bat -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot.c -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega168.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega168.hex -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega168.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega168.lst -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega328-Mini.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega328-Mini.hex -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega328.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega328.hex -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega328.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega328.lst -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega8.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega8.hex -------------------------------------------------------------------------------- /bootloaders/optiboot/optiboot_atmega8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/optiboot_atmega8.lst -------------------------------------------------------------------------------- /bootloaders/optiboot/pin_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/pin_defs.h -------------------------------------------------------------------------------- /bootloaders/optiboot/stk500.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/optiboot/stk500.h -------------------------------------------------------------------------------- /bootloaders/stk500v2/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/License.txt -------------------------------------------------------------------------------- /bootloaders/stk500v2/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/Makefile -------------------------------------------------------------------------------- /bootloaders/stk500v2/Mega2560-prod-firmware-2011-06-29.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/Mega2560-prod-firmware-2011-06-29.hex -------------------------------------------------------------------------------- /bootloaders/stk500v2/STK500V2.pnproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/STK500V2.pnproj -------------------------------------------------------------------------------- /bootloaders/stk500v2/STK500V2.pnps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/STK500V2.pnps -------------------------------------------------------------------------------- /bootloaders/stk500v2/avr_cpunames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/avr_cpunames.h -------------------------------------------------------------------------------- /bootloaders/stk500v2/avrinterruptnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/avrinterruptnames.h -------------------------------------------------------------------------------- /bootloaders/stk500v2/command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/command.h -------------------------------------------------------------------------------- /bootloaders/stk500v2/stk500boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/stk500boot.c -------------------------------------------------------------------------------- /bootloaders/stk500v2/stk500boot.ppg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/stk500boot.ppg -------------------------------------------------------------------------------- /bootloaders/stk500v2/stk500boot_v2_mega2560.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/bootloaders/stk500v2/stk500boot_v2_mega2560.hex -------------------------------------------------------------------------------- /cores/arduino/Arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Arduino.h -------------------------------------------------------------------------------- /cores/arduino/CDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/CDC.cpp -------------------------------------------------------------------------------- /cores/arduino/Client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Client.h -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial.cpp -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial.h -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial0.cpp -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial1.cpp -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial2.cpp -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial3.cpp -------------------------------------------------------------------------------- /cores/arduino/HardwareSerial_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/HardwareSerial_private.h -------------------------------------------------------------------------------- /cores/arduino/IPAddress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/IPAddress.cpp -------------------------------------------------------------------------------- /cores/arduino/IPAddress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/IPAddress.h -------------------------------------------------------------------------------- /cores/arduino/PluggableUSB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/PluggableUSB.cpp -------------------------------------------------------------------------------- /cores/arduino/PluggableUSB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/PluggableUSB.h -------------------------------------------------------------------------------- /cores/arduino/Print.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Print.cpp -------------------------------------------------------------------------------- /cores/arduino/Print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Print.h -------------------------------------------------------------------------------- /cores/arduino/Printable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Printable.h -------------------------------------------------------------------------------- /cores/arduino/Server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Server.h -------------------------------------------------------------------------------- /cores/arduino/Stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Stream.cpp -------------------------------------------------------------------------------- /cores/arduino/Stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Stream.h -------------------------------------------------------------------------------- /cores/arduino/Tone.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Tone.cpp -------------------------------------------------------------------------------- /cores/arduino/USBAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/USBAPI.h -------------------------------------------------------------------------------- /cores/arduino/USBCore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/USBCore.cpp -------------------------------------------------------------------------------- /cores/arduino/USBCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/USBCore.h -------------------------------------------------------------------------------- /cores/arduino/USBDesc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/USBDesc.h -------------------------------------------------------------------------------- /cores/arduino/Udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/Udp.h -------------------------------------------------------------------------------- /cores/arduino/WCharacter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/WCharacter.h -------------------------------------------------------------------------------- /cores/arduino/WInterrupts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/WInterrupts.c -------------------------------------------------------------------------------- /cores/arduino/WMath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/WMath.cpp -------------------------------------------------------------------------------- /cores/arduino/WString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/WString.cpp -------------------------------------------------------------------------------- /cores/arduino/WString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/WString.h -------------------------------------------------------------------------------- /cores/arduino/abi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/abi.cpp -------------------------------------------------------------------------------- /cores/arduino/binary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/binary.h -------------------------------------------------------------------------------- /cores/arduino/hooks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/hooks.c -------------------------------------------------------------------------------- /cores/arduino/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/main.cpp -------------------------------------------------------------------------------- /cores/arduino/new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/new -------------------------------------------------------------------------------- /cores/arduino/new.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/new.cpp -------------------------------------------------------------------------------- /cores/arduino/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/new.h -------------------------------------------------------------------------------- /cores/arduino/wiring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring.c -------------------------------------------------------------------------------- /cores/arduino/wiring_analog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring_analog.c -------------------------------------------------------------------------------- /cores/arduino/wiring_digital.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring_digital.c -------------------------------------------------------------------------------- /cores/arduino/wiring_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring_private.h -------------------------------------------------------------------------------- /cores/arduino/wiring_pulse.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring_pulse.S -------------------------------------------------------------------------------- /cores/arduino/wiring_pulse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring_pulse.c -------------------------------------------------------------------------------- /cores/arduino/wiring_shift.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/cores/arduino/wiring_shift.c -------------------------------------------------------------------------------- /drivers/AdafruitCircuitPlayground.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/AdafruitCircuitPlayground.cat -------------------------------------------------------------------------------- /drivers/AdafruitCircuitPlayground.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/AdafruitCircuitPlayground.inf -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/Static/amd64/ftd2xx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/Static/amd64/ftd2xx.lib -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/Static/i386/ftd2xx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/Static/i386/ftd2xx.lib -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftbusui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftbusui.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftcserco.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftcserco.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftd2xx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftd2xx.lib -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftd2xx64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftd2xx64.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftdibus.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftdibus.sys -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftlang.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftlang.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftser2k.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftser2k.sys -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/amd64/ftserui2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/amd64/ftserui2.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/ftd2xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/ftd2xx.h -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/ftdibus.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/ftdibus.cat -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/ftdibus.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/ftdibus.inf -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/ftdiport.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/ftdiport.cat -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/ftdiport.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/ftdiport.inf -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftbusui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftbusui.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftcserco.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftcserco.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftd2xx.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftd2xx.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftd2xx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftd2xx.lib -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftdibus.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftdibus.sys -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftlang.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftlang.dll -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftser2k.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftser2k.sys -------------------------------------------------------------------------------- /drivers/FTDI USB Drivers/i386/ftserui2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/FTDI USB Drivers/i386/ftserui2.dll -------------------------------------------------------------------------------- /drivers/arduino-org.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/arduino-org.cat -------------------------------------------------------------------------------- /drivers/arduino-org.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/arduino-org.inf -------------------------------------------------------------------------------- /drivers/arduino.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/arduino.cat -------------------------------------------------------------------------------- /drivers/arduino.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/arduino.inf -------------------------------------------------------------------------------- /drivers/dpinst-amd64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/dpinst-amd64.exe -------------------------------------------------------------------------------- /drivers/dpinst-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/dpinst-x86.exe -------------------------------------------------------------------------------- /drivers/gemma/amd64/libusb0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/amd64/libusb0.dll -------------------------------------------------------------------------------- /drivers/gemma/amd64/libusb0.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/amd64/libusb0.sys -------------------------------------------------------------------------------- /drivers/gemma/arduino_gemma.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/arduino_gemma.cat -------------------------------------------------------------------------------- /drivers/gemma/arduino_gemma.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/arduino_gemma.inf -------------------------------------------------------------------------------- /drivers/gemma/ia64/libusb0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/ia64/libusb0.dll -------------------------------------------------------------------------------- /drivers/gemma/ia64/libusb0.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/ia64/libusb0.sys -------------------------------------------------------------------------------- /drivers/gemma/license/libusb0/installer_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/license/libusb0/installer_license.txt -------------------------------------------------------------------------------- /drivers/gemma/x86/libusb0.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/x86/libusb0.sys -------------------------------------------------------------------------------- /drivers/gemma/x86/libusb0_x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/gemma/x86/libusb0_x86.dll -------------------------------------------------------------------------------- /drivers/genuino.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/genuino.cat -------------------------------------------------------------------------------- /drivers/genuino.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/genuino.inf -------------------------------------------------------------------------------- /drivers/linino-boards_amd64.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/linino-boards_amd64.cat -------------------------------------------------------------------------------- /drivers/linino-boards_x86.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/linino-boards_x86.cat -------------------------------------------------------------------------------- /drivers/linino.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/drivers/linino.inf -------------------------------------------------------------------------------- /extras/pack.hourlybuild.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/extras/pack.hourlybuild.bash -------------------------------------------------------------------------------- /extras/pack.pullrequest.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/extras/pack.pullrequest.bash -------------------------------------------------------------------------------- /extras/pack.release.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/extras/pack.release.bash -------------------------------------------------------------------------------- /extras/package_index.json.Hourly.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/extras/package_index.json.Hourly.template -------------------------------------------------------------------------------- /extras/package_index.json.PR.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/extras/package_index.json.PR.template -------------------------------------------------------------------------------- /firmwares/arduinoISP/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/arduinoISP/readme.txt -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-Rev3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-Rev3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-MegaADK-Rev3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-MegaADK-Rev3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-Uno-Rev3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-Uno-Rev3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/Genuino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-R3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/Genuino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-R3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/Genuino-COMBINED-dfu-usbserial-atmega16u2-Uno-R3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/Genuino-COMBINED-dfu-usbserial-atmega16u2-Uno-R3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/MEGA-dfu_and_usbserial_combined.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/MEGA-dfu_and_usbserial_combined.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/README.txt -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/UNO-dfu_and_usbserial_combined.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/UNO-dfu_and_usbserial_combined.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.c -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/Board/LEDs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/Board/LEDs.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.c -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/makefile -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbdfu/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbdfu/readme.txt -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-MegaADK-Rev3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-MegaADK-Rev3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Uno-Rev3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Uno-Rev3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-mega.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-mega.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-uno.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-uno.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.c -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Descriptors.c -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Descriptors.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Genuino-usbserial-atmega16u2-Mega2560-R3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Genuino-usbserial-atmega16u2-Mega2560-R3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Genuino-usbserial-atmega16u2-Uno-R3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Genuino-usbserial-atmega16u2-Uno-R3.hex -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/Lib/LightweightRingBuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/Lib/LightweightRingBuff.h -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/makefile -------------------------------------------------------------------------------- /firmwares/atmegaxxu2/arduino-usbserial/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/atmegaxxu2/arduino-usbserial/readme.txt -------------------------------------------------------------------------------- /firmwares/wifishield/binary/wifiHD.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/binary/wifiHD.elf -------------------------------------------------------------------------------- /firmwares/wifishield/binary/wifiHD.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/binary/wifiHD.hex -------------------------------------------------------------------------------- /firmwares/wifishield/binary/wifiHD_2_1.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/binary/wifiHD_2_1.elf -------------------------------------------------------------------------------- /firmwares/wifishield/binary/wifi_dnld.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/binary/wifi_dnld.elf -------------------------------------------------------------------------------- /firmwares/wifishield/binary/wifi_dnld.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/binary/wifi_dnld.hex -------------------------------------------------------------------------------- /firmwares/wifishield/binary/wifi_dnld_2_1.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/binary/wifi_dnld_2_1.elf -------------------------------------------------------------------------------- /firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh -------------------------------------------------------------------------------- /firmwares/wifishield/scripts/ArduinoWifiShield_upgrade_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade_mac.sh -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/.cproject -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/.project -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/Release/wifiHD.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/Release/wifiHD.elf -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/Release/wifiHD.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/Release/wifiHD.hex -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/CONFIG/conf_access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/CONFIG/conf_access.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/CONFIG/conf_at45dbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/CONFIG/conf_at45dbx.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/CONFIG/conf_ebi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/CONFIG/conf_ebi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/CONFIG/conf_sd_mmc_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/CONFIG/conf_sd_mmc_spi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/ASM/trampoline.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/ASM/trampoline.x -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/arduino.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/evk1105.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/evk1105.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/board.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/board.h.my: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/board.h.my -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_sdio_v2.7.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_sdio_v2.7.0.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_spi_v2.7.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_spi_v2.7.0.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_wl_sta_intwpa_v2.7.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_wl_sta_intwpa_v2.7.0.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_sdio_v2.7.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_sdio_v2.7.0.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_spi_v2.7.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_spi_v2.7.0.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_wl_sta_intwpa_v2.7.0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_wl_sta_intwpa_v2.7.0.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/revision.txt: -------------------------------------------------------------------------------- 1 | Revision: 2491 2 | -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_fw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_fw.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_os.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_sdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_sdio.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_spi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wlap_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wlap_api.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/CPU/CYCLE_COUNTER/cycle_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/CPU/CYCLE_COUNTER/cycle_counter.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EBI/SMC/smc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EBI/SMC/smc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EBI/SMC/smc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EBI/SMC/smc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EIC/eic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EIC/eic.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EIC/eic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EIC/eic.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PDCA/pdca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PDCA/pdca.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PDCA/pdca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PDCA/pdca.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/RTC/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/RTC/rtc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/RTC/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/RTC/rtc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/TC/tc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/TC/tc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/TC/tc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/TC/tc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/DELAY/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/DELAY/delay.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/DELAY/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/DELAY/delay.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/init.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/icmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/icmp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet_chksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet_chksum.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip_addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip_addr.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip_frag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip_frag.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/mem.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/memp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/memp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/raw.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/stats.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_in.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_in.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_out.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_out.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/autoip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/autoip.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/icmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/icmp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/igmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/igmp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet_chksum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet_chksum.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_frag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_frag.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/arch.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/debug.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/def.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/dhcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/dhcp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/dns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/dns.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/err.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/init.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/mem.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/memp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/memp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/memp_std.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/memp_std.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netdb.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/opt.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/pbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/pbuf.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/raw.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sio.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_asn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_asn1.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_msg.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_structs.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sockets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sockets.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/stats.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sys.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/tcp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/tcpip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/tcpip.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/udp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/loopif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/loopif.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/ppp_oe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/ppp_oe.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/slipif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/slipif.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/loopif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/loopif.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/arch/cc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/arch/cc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/arch/perf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/arch/perf.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/lwipopts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/lwipopts.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/netif/wlif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/netif/wlif.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/readme.txt -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/libnewlib_addons-at32ucr2-speed_opt.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/libnewlib_addons-at32ucr2-speed_opt.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/0512/GCC/link_uc3a0512.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/0512/GCC/link_uc3a0512.lds -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/1256/GCC/link_uc3a1256.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/1256/GCC/link_uc3a1256.lds -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/STARTUP_FILES/GCC/crt0.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/STARTUP_FILES/GCC/crt0.x -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/compiler.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/conf_isp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/conf_isp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/parts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/parts.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ard_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ard_spi.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ard_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ard_spi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ard_tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ard_tcp.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ard_tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ard_tcp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ard_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ard_utils.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ard_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ard_utils.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/avr32_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/avr32_spi.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/board_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/board_init.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/board_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/board_init.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/cmd_wl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/cmd_wl.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/cmd_wl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/cmd_wl.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/console.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/console.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/debug.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/fw_download.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/fw_download.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/fw_download_extflash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/fw_download_extflash.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/license.txt -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/lwip_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/lwip_setup.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/lwip_setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/lwip_setup.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/lwipopts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/lwipopts.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/main.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/nvram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/nvram.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/nvram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/nvram.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/owl_os.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/owl_os.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ping.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/ping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/ping.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/printf-stdarg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/printf-stdarg.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/printf-stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/printf-stdarg.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/timer.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/timer.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/top_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/top_defs.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/trace.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/util.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/util.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/wifi_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/wifi_spi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/wl_cm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/wl_cm.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/wl_cm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/wl_cm.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/src/wl_definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/src/wl_definitions.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifiHD/wifiHD.cproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifiHD/wifiHD.cproj -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/.cproject -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/.project -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/Release/wifi_dnld.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/Release/wifi_dnld.elf -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/CONFIG/conf_access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/CONFIG/conf_access.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/CONFIG/conf_at45dbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/CONFIG/conf_at45dbx.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/Doc/SPB104 product brief.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/Doc/SPB104 product brief.pdf -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/Doc/gettingstarted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/Doc/gettingstarted.pdf -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/ASM/trampoline.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/ASM/trampoline.x -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/arduino.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/evk1105.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/evk1105.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/board.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/board.h.ori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/board.h.ori -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/libnewlib_addons-at32ucr2-speed_opt.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/libnewlib_addons-at32ucr2-speed_opt.a -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/0512/GCC/link_uc3a0512.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/0512/GCC/link_uc3a0512.lds -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/1256/GCC/link_uc3a1256.lds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/1256/GCC/link_uc3a1256.lds -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/STARTUP_FILES/GCC/crt0.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/STARTUP_FILES/GCC/crt0.x -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/compiler.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/conf_isp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/conf_isp.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/parts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/parts.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/clocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/clocks.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/clocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/clocks.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/flash_fw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/flash_fw.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/license.txt -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/nor_flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/nor_flash.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/nor_flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/nor_flash.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/printf-stdarg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/printf-stdarg.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/printf-stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/printf-stdarg.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/startup.c -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/startup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/startup.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/src/wl_fw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/src/wl_fw.h -------------------------------------------------------------------------------- /firmwares/wifishield/wifi_dnld/wifi_dnld.cproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifi_dnld/wifi_dnld.cproj -------------------------------------------------------------------------------- /firmwares/wifishield/wifishield.atsln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/firmwares/wifishield/wifishield.atsln -------------------------------------------------------------------------------- /libraries/EEPROM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/README.md -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_clear/eeprom_clear.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_get/eeprom_get.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_get/eeprom_get.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_iteration/eeprom_iteration.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_iteration/eeprom_iteration.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_put/eeprom_put.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_put/eeprom_put.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_read/eeprom_read.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_read/eeprom_read.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_update/eeprom_update.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_update/eeprom_update.ino -------------------------------------------------------------------------------- /libraries/EEPROM/examples/eeprom_write/eeprom_write.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/examples/eeprom_write/eeprom_write.ino -------------------------------------------------------------------------------- /libraries/EEPROM/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/keywords.txt -------------------------------------------------------------------------------- /libraries/EEPROM/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/library.properties -------------------------------------------------------------------------------- /libraries/EEPROM/src/EEPROM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/EEPROM/src/EEPROM.h -------------------------------------------------------------------------------- /libraries/HID/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/HID/keywords.txt -------------------------------------------------------------------------------- /libraries/HID/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/HID/library.properties -------------------------------------------------------------------------------- /libraries/HID/src/HID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/HID/src/HID.cpp -------------------------------------------------------------------------------- /libraries/HID/src/HID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/HID/src/HID.h -------------------------------------------------------------------------------- /libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.ino -------------------------------------------------------------------------------- /libraries/SPI/examples/DigitalPotControl/DigitalPotControl.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.ino -------------------------------------------------------------------------------- /libraries/SPI/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SPI/keywords.txt -------------------------------------------------------------------------------- /libraries/SPI/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SPI/library.properties -------------------------------------------------------------------------------- /libraries/SPI/src/SPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SPI/src/SPI.cpp -------------------------------------------------------------------------------- /libraries/SPI/src/SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SPI/src/SPI.h -------------------------------------------------------------------------------- /libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino -------------------------------------------------------------------------------- /libraries/SoftwareSerial/examples/TwoPortReceive/TwoPortReceive.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SoftwareSerial/examples/TwoPortReceive/TwoPortReceive.ino -------------------------------------------------------------------------------- /libraries/SoftwareSerial/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SoftwareSerial/keywords.txt -------------------------------------------------------------------------------- /libraries/SoftwareSerial/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SoftwareSerial/library.properties -------------------------------------------------------------------------------- /libraries/SoftwareSerial/src/SoftwareSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SoftwareSerial/src/SoftwareSerial.cpp -------------------------------------------------------------------------------- /libraries/SoftwareSerial/src/SoftwareSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/SoftwareSerial/src/SoftwareSerial.h -------------------------------------------------------------------------------- /libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.ino -------------------------------------------------------------------------------- /libraries/Wire/examples/digital_potentiometer/digital_potentiometer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.ino -------------------------------------------------------------------------------- /libraries/Wire/examples/i2c_scanner/i2c_scanner.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/i2c_scanner/i2c_scanner.ino -------------------------------------------------------------------------------- /libraries/Wire/examples/master_reader/master_reader.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/master_reader/master_reader.ino -------------------------------------------------------------------------------- /libraries/Wire/examples/master_writer/master_writer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/master_writer/master_writer.ino -------------------------------------------------------------------------------- /libraries/Wire/examples/slave_receiver/slave_receiver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/slave_receiver/slave_receiver.ino -------------------------------------------------------------------------------- /libraries/Wire/examples/slave_sender/slave_sender.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/examples/slave_sender/slave_sender.ino -------------------------------------------------------------------------------- /libraries/Wire/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/keywords.txt -------------------------------------------------------------------------------- /libraries/Wire/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/library.properties -------------------------------------------------------------------------------- /libraries/Wire/src/Wire.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/src/Wire.cpp -------------------------------------------------------------------------------- /libraries/Wire/src/Wire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/src/Wire.h -------------------------------------------------------------------------------- /libraries/Wire/src/utility/twi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/src/utility/twi.c -------------------------------------------------------------------------------- /libraries/Wire/src/utility/twi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/libraries/Wire/src/utility/twi.h -------------------------------------------------------------------------------- /platform.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/platform.txt -------------------------------------------------------------------------------- /post_install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/post_install.bat -------------------------------------------------------------------------------- /programmers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/programmers.txt -------------------------------------------------------------------------------- /variants/circuitplay32u4/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/circuitplay32u4/pins_arduino.h -------------------------------------------------------------------------------- /variants/eightanaloginputs/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/eightanaloginputs/pins_arduino.h -------------------------------------------------------------------------------- /variants/ethernet/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/ethernet/pins_arduino.h -------------------------------------------------------------------------------- /variants/gemma/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/gemma/pins_arduino.h -------------------------------------------------------------------------------- /variants/leonardo/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/leonardo/pins_arduino.h -------------------------------------------------------------------------------- /variants/mega/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/mega/pins_arduino.h -------------------------------------------------------------------------------- /variants/micro/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/micro/pins_arduino.h -------------------------------------------------------------------------------- /variants/robot_control/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/robot_control/pins_arduino.h -------------------------------------------------------------------------------- /variants/robot_motor/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/robot_motor/pins_arduino.h -------------------------------------------------------------------------------- /variants/standard/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/standard/pins_arduino.h -------------------------------------------------------------------------------- /variants/yun/pins_arduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arduino/ArduinoCore-avr/HEAD/variants/yun/pins_arduino.h --------------------------------------------------------------------------------