aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-30usb serial number descriptorHEADmasterEric Wild3-3/+126
2021-04-22contrib/jenkins.sh: Switch from rita -> ftp.osmocom.orgHarald Welte1-5/+5
2019-12-06update iManufacturer strings (full sysmocom company name, ...)Harald Welte1-4/+5
2019-11-30jenkins.sh: Introduce 'make clean' between different board buildsHarald Welte1-0/+3
2019-11-30contrib/jenkins.sh: move to /bin/bashHarald Welte1-1/+1
2019-11-30jenkins.sh: Add --publish to publish binaries, similar to simtrace2.gitHarald Welte2-1/+36
2019-11-11create bootloader-$(BOARD).{elf,bin} symlinksHarald Welte1-3/+6
2019-11-11include board (target) in filename, files are now called likeHarald Welte2-3/+4
2019-06-20name binaries including their git version numberHarald Welte2-1/+154
2019-02-15minox: use RAM address define instead of hardcoded value0.1Kévin Redon1-1/+1
2019-02-15fix DFU magic address and linker scriptKévin Redon2-9/+3
2019-02-14set initial DFU state to ERROR if application is corruptKévin Redon2-1/+3
2019-02-14add force DFU using magic valueKévin Redon3-3/+26
2019-02-14minor: rename output binary to bootloaderKévin Redon2-4/+4
2019-02-14add specific board support, including sysmoOCTSIMKévin Redon8-14/+109
2019-02-14fix USB transferBenjamin Freeman1-3/+1
2019-01-31remove OCTSIM in USB IDKévin Redon2-31/+31
2019-01-16reduce number of endpointsKévin Redon1-2/+2
2019-01-16add button to force DFU bootloaderKévin Redon3-2/+12
2019-01-16start application if valid at bootKévin Redon2-42/+85
2019-01-16add README fileKévin Redon1-0/+50
2019-01-16use reserved bootloader get application startKévin Redon3-14/+18
2019-01-16enable flashing by providing real downloaded data lengthKévin Redon1-3/+1
2019-01-16set USB string to osmocom osmo-ASF4-DFUKévin Redon1-4/+4
2019-01-16add license fileKévin Redon1-0/+666
2019-01-16remove unused example codeKévin Redon3-36/+3
2019-01-16remove unused ARMCC MakefileKévin Redon3-884/+0
2019-01-16removed unused USB CDC stackKévin Redon8-1317/+0
2019-01-16implement flashing-side of the DFU state machineKévin Redon1-17/+69
2019-01-16restructure and complete the USB-side DFU state machineKévin Redon1-44/+133
2019-01-16make USB descriptor available for the two state machinesKévin Redon3-5/+15
2019-01-16declare variables so the main loop can read the data to be flashed provided b...Kévin Redon2-2/+25
2019-01-16add system LED initialisationKévin Redon2-0/+9
2019-01-16add code to initialize flashKévin Redon2-0/+21
2019-01-16add flash ASF4 driverKévin Redon8-3/+1705
2019-01-16add initial DFU class request handlingKévin Redon1-4/+49
2019-01-16add documentation and fix timeout valueKévin Redon2-10/+10
2019-01-16fix USB enablingKévin Redon1-21/+19
2019-01-16ignore gdb history fileKévin Redon1-0/+1
2019-01-16add USB DFU descriptionKévin Redon9-289/+712
2019-01-16ignore output filesKévin Redon1-0/+9
2019-01-13Add git-review configMax1-0/+3
2019-01-13add contrib/jenkins.sh for build verificationHarald Welte1-0/+17
2019-01-09use USB CDC Echo example projectKévin Redon284-0/+242151