aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/libcommon/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-03buffer: increase buffer size to 512 to cope with fast and long TPDUsKévin Redon1-1/+1
2018-07-03sniffer: display F and D values frim PPSKévin Redon1-0/+6
2018-07-01USB device: add USB message structure for sniffer communicationKévin Redon1-12/+52
2018-07-01USB: add central file to define USB IDs, classes, and endpointsKévin Redon2-13/+66
2018-07-01minor: fix typos in commentKévin Redon1-4/+4
2018-07-01ISO7816: change update_fidi to use provided USART, and disable write protecti...Kévin Redon1-1/+5
2018-07-01simtrace: add support for sniffing on both USARTKévin Redon1-0/+1
2018-07-01sniff: use USART 0 instead of USART 1Kévin Redon1-2/+1
2018-07-01sniff mode: handle USART 1 RX interrupt to show sniffer dataKévin Redon1-0/+2
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