aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/libcommon/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-26add library providing ISO 7816-3 utilitiesKévin Redon1-0/+98
2020-01-17increase ringbuffer size from 512 to 1024 bytesHarald Welte1-1/+1
2020-01-11firmware: move printing of welcome banner to common function print_banner()Harald Welte1-0/+3
2019-12-16cardem: Add SIMTRACE_MSGT_BD_CEMU_CONFIGHarald Welte2-0/+15
2019-12-16cardem: Make card_emu_report_status() optionally use IRQ endpointHarald Welte2-2/+2
2019-12-14implement minimalistic talloc_report(); add 't' command on UARTHarald Welte1-0/+2
2019-12-14usb_buf: count number of elements in queueHarald Welte1-0/+2
2019-11-14initialize VCC, RST, and VCC with actual valuesKévin Redon1-2/+12
2019-08-06add serial and version information in USB descriptorKévin Redon1-1/+3
2018-08-04add synchronous UART transmission and use it in exceptionsKévin Redon1-1/+6
2018-07-30cardem: use TC_ETU to trigger ATR sendingKévin Redon1-0/+2
2018-07-26sniff: rename reset hold/release to assert/deassertKévin Redon1-2/+2
2018-07-11sniff: add checksum verification for ATR and PPSKévin Redon1-0/+1
2018-07-11USB: add flags for sniff data and centralise transferKévin Redon1-2/+5
2018-07-11replace leading spaces with tabsKévin Redon4-163/+163
2018-07-11firmware: set license to GPLv2+Kévin Redon11-23/+187
2018-07-04buffer: increase buffer size to 512 to cope with fast and long TPDUsKévin Redon1-1/+1
2018-07-04sniffer: display F and D values frim PPSKévin Redon1-0/+6
2018-07-04USB device: add USB message structure for sniffer communicationKévin Redon1-12/+52
2018-07-04USB: add central file to define USB IDs, classes, and endpointsKévin Redon2-13/+67
2018-07-04minor: fix typos in commentKévin Redon1-4/+4
2018-07-04ISO7816: change update_fidi to use provided USARTKévin Redon1-1/+5
2018-07-04simtrace: add support for sniffing on both USARTKévin Redon1-0/+1
2018-07-04sniff: use USART 0 instead of USART 1Kévin Redon1-2/+1
2018-07-04sniff mode: handle USART 1 RX interrupt to show sniffer dataKévin Redon1-0/+2
2018-07-04ringbuffer: Don't print/TRAC from ringbufferHarald Welte1-1/+1
2018-06-29Use system include <foo.h> notation for libosmocore headersHarald Welte2-3/+3
2018-06-29ring buffer: increase buffer size from 128 to 256 to cope with large debug ou...Kévin Redon1-1/+1
2017-11-28Make build of CCID code succeed again on BOARD=simtraceHarald Welte1-0/+2
2017-11-28Fix typos in usb.c, llist_irqsafe.h and dfu.hHarald Welte1-1/+1
2017-11-04WIP: use local_irq_{save,restore}()Harald Welte1-5/+11
2017-05-09Convert to new generalized SIMTRACE2 USB protocolHarald Welte2-135/+278
2017-05-07migrate from req_ctx to msgbHarald Welte4-6/+55
2017-05-07import libosmocore msgb handling (and dependencies)Harald Welte1-61/+0
2017-05-07Add llist_add_irqsafe() similar to llist_add_tail_irqsafe()Harald Welte1-0/+8
2017-03-03change from \r\n (CRLF) to \n\r (LFCR)Harald Welte1-1/+1
2017-02-28have local stdio.h file to avoid newlib issuesHarald Welte1-0/+32
2017-02-27move last few files from src_board / include_boardHarald Welte3-0/+628
2017-02-27Remove newlib dependency, include own stdio/string/assertHarald Welte1-0/+115
2017-02-27Structure build system to build for multiple boards/apps/environmentsHarald Welte4-0/+304
2017-02-27Change directory structure to align with Atmel softpackHarald Welte6-0/+200