aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2019-12-14qmod: Document '!' and '@' commands on UARTHarald Welte1-0/+2
2019-12-14cosmetic: board_qmod: Annotate #endif with commentsHarald Welte1-6/+6
2019-12-14qmod: Don't print EEPROM operations in help when not supportedHarald Welte1-0/+4
2019-12-14usb_buf: Limit the maximum queue length to 3 elementsHarald Welte1-0/+12
2019-12-14usb_buf: count number of elements in queueHarald Welte6-13/+58
2019-12-14more comments in host_communication.c.Harald Welte1-2/+5
2019-12-14Add missing CR to achieve CRLF at end of log linesHarald Welte3-10/+10
2019-12-14Fix format string related warnings (int vs. long)Harald Welte5-8/+8
2019-12-14stdio: Add support for %p format string (pointer address)Harald Welte1-0/+1
2019-12-11minor: improve trace outputKévin Redon3-15/+23
2019-12-11improve shared bootloader/application memoryKévin Redon4-8/+17
2019-12-11Makefile: add linker option showing memory usageKévin Redon1-1/+1
2019-12-06Build only 'reasonable' combinations of APP/MEMORY0.7.0Harald Welte1-4/+6
2019-12-06Patch actual board name into the USB iProduct string descriptorHarald Welte10-6/+15
2019-12-06usb_strings.txt: s/SIMtrace Phone/SIMtrace Card Emulation/Harald Welte4-4/+4
2019-12-06qmod DFU: Don't overwrite memory beyond end of usb_strings[]Harald Welte1-0/+2
2019-12-03DFU: restart bootloader when USB conf failedKévin Redon1-2/+2
2019-12-03DFU: increase USB reset duration to 50 msKévin Redon1-3/+2
2019-12-03minor: fix typoKévin Redon1-1/+1
2019-12-02cardem: use simplest ATR as default ATRKévin Redon1-2/+2
2019-12-02better detect VCC and nRST changes on simtrace2 boardKévin Redon1-2/+2
2019-12-02minor : fix typo in commentKévin Redon1-2/+2
2019-12-02minor: improve debug outputKévin Redon1-2/+2
2019-12-02minor: move USB debug output from info to debug levelKévin Redon1-24/+24
2019-12-02dfu: minor: make debug output only verbose in info levelKévin Redon1-1/+5
2019-12-02minor: updated copyright yearsKévin Redon2-4/+6
2019-12-02fix baudrate of 'make log'Harald Welte1-1/+1
2019-12-02minor: fix spacingKévin Redon1-1/+1
2019-11-26qmod: lower VCC threshold to 2.5V0.6Kévin Redon1-1/+1
2019-11-26free USB buffer when allocation failedKévin Redon1-4/+27
2019-11-24card_emu_tests: Cosmetic changes (re-order code; more comments)Harald Welte1-9/+20
2019-11-18add DFU enter override capabilityKévin Redon2-1/+17
2019-11-18add serial and version info in USB descriptionKévin Redon3-14/+141
2019-11-14check RST/VCC/CLK line at every step of the activationKévin Redon1-0/+7
2019-11-14initialize VCC, RST, and VCC with actual valuesKévin Redon4-20/+27
2019-10-30firmare/test/Makefile: Fix link orderHarald Welte1-2/+2
2019-10-24add/fix mcp23017 i2c gpio expander functions and testsJoachim Steiger6-9/+52
2019-10-04define LEDs for octsimtestKévin Redon1-0/+16
2019-10-04make LED definitions board specificKévin Redon5-13/+70
2019-10-04hw: put board specific pin definition in corresponding fileKévin Redon2-6/+3
2019-08-13USB: place version string in interfaceKévin Redon1-4/+39
2019-08-12disable ERASE pinKévin Redon1-0/+3
2019-08-08Fix builds on Ubuntu 16.04Harald Welte1-4/+4
2019-08-06add serial and version information in USB descriptorKévin Redon2-5/+109
2019-08-01publish: also upload latestKévin Redon1-6/+7
2019-07-30 add new board and app for gpio testing on octsimtest boardJoachim Steiger11-0/+687
2019-06-20firmware: name binaries including their git version numberHarald Welte1-2/+2
2019-06-19qmod: Disable hub reset and EEPROM erase/write by defaultHarald Welte1-2/+7
2019-05-23remove unused make defineKévin Redon1-3/+1
2019-05-23add make DEFINE to remove assert ERASE codeKévin Redon3-1/+17