aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-06qmod: Add code to switch between physical and virtual SIMHarald Welte1-0/+35
2017-03-05add gnumeric spreadsheet with GPIO/Pin assignments of all boardsHarald Welte1-0/+1693
2017-03-05tc_etu: Don't confiugre unused TIOA pin of TC0 + TC2Harald Welte1-6/+6
2017-03-05qmod: (re)activate USB port remapping.Harald Welte1-1/+1
2017-03-05qmod: Replace hand-crafted delay loop with call to mdelay()Harald Welte1-5/+1
2017-03-05qmod eeprom/i2c: Re-start watchdog while slow bit-bangingHarald Welte8-20/+33
2017-03-05remove old 'notes' file with german textaul notesHarald Welte1-16/+0
2017-03-05fix symlink that caused host programs to not buildHarald Welte1-1/+1
2017-03-05Generate USB Strings from apps/*/usb_strings.txt files at compile timeHarald Welte6-301/+27
2017-03-04DFU: Introduce board/app-specific override for booting in DFU modeHarald Welte4-1/+61
2017-03-03Make sure to print CPU Reset Cause when starting the softwareHarald Welte2-0/+3
2017-03-03Enable Watchdog (500ms)Harald Welte2-4/+11
2017-03-03Use Supply Controller to avoid running SAM3 on voltages lower than 3.0VHarald Welte1-0/+7
2017-03-03only simtrace is bus-powered, SAM3 on qmod + owhw are self-poweredHarald Welte4-5/+6
2017-03-03DFU app: call into board_main_top() for qmod related initializationHarald Welte1-1/+1
2017-03-03Call USBD_Disconnect before software-triggered CPU resetHarald Welte4-0/+4
2017-03-03change from \r\n (CRLF) to \n\r (LFCR)Harald Welte4-64/+64
2017-03-03DFU: String descriptors for DFU alt-interfaces0.2Harald Welte1-0/+26
2017-03-03DFU: Set 10ms bwPollTimeout (lowest possible as per spec)Harald Welte2-2/+4
2017-03-03DFU: make sure to properly initialize g_dfu pointer before using itHarald Welte2-0/+5
2017-03-03DFU Runtime: Add missing return after handling USB standard requestsHarald Welte1-0/+1
2017-03-03dfu: fix cosmetic issue in debug messageHarald Welte1-1/+1
2017-03-03DFU: fix transitions between runtime and DFU modeHarald Welte5-13/+27
2017-03-02cstartup: (re-)enable interrupts before calling main()Harald Welte1-3/+3
2017-03-02dfu/main.c: Initialize FLASHD driver before using itHarald Welte1-0/+1
2017-03-02cstartup / USBD: Use correct Makefile conditionals for DFUHarald Welte2-3/+4
2017-03-02Makefile: Define APPLICATION_foo BOARD_bar and ENVIRONMENT_baz #definesHarald Welte1-3/+5
2017-03-02dfu: print Chip ID during bootHarald Welte1-0/+1
2017-03-02flashd: Set 6 Wait states as per Errata requiremens for Revision AHarald Welte3-2/+10
2017-03-02DFU: Add missing 'return' after handling generic USB control requestHarald Welte1-0/+1
2017-03-02dfu_desc: Add some string descriptors and fix configuration desc tableHarald Welte1-7/+75
2017-03-02stdio: Increase max string size to 512 and don't endless-loop!!Harald Welte1-2/+1
2017-03-01dfu_des.c: Cosmetic changes, use named initializersHarald Welte1-11/+7
2017-02-28move PLLB (for USB) initialization to board_lowlevel.cHarald Welte2-23/+24
2017-02-28have local stdio.h file to avoid newlib issuesHarald Welte3-3/+37
2017-02-28fix g_dfu access from both DFU and runtime accessHarald Welte6-63/+67
2017-02-28ensure g_dfu is linked to start of RAM when building DFU loaderHarald Welte4-1/+7
2017-02-28remove obsolete old linker scriptHarald Welte1-143/+0
2017-02-28DFU: towards a more complete implementationHarald Welte5-13/+108
2017-02-27Makefile: Optimize for sizeHarald Welte1-1/+1
2017-02-27move last few files from src_board / include_boardHarald Welte6-2/+1
2017-02-27remove pio_capture, we don't use itHarald Welte2-286/+3
2017-02-27stdio.c: fix compiler warningHarald Welte1-1/+1
2017-02-27timer.h: Fix compiler warnings about redefinitionHarald Welte1-0/+19
2017-02-27Remove newlib dependency, include own stdio/string/assertHarald Welte8-198/+948
2017-02-27fix some compiler warningsHarald Welte2-2/+2
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte33-28/+552
2017-02-27fix compilation of card_emu_testsHarald Welte2-4/+8
2017-02-27Change directory structure to align with Atmel softpackHarald Welte81-12/+1218
2017-02-27WIP: Introduce USB DFU code from my at91lib DFU portHarald Welte11-11/+1104