summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2020-03-28Merge branch 'master' into develophathach
2020-03-27usbnet: tweak CDC-ECM after MacOS testingPeter Lawrence
2020-03-26house keepinghathach
2020-03-25makefile clean uphathach
allow board to define CROSS_COMPILE (default to arm gcc)
2020-03-24Merge branch 'master' into developHa Thach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
[WIP] MSP430 Support
2020-03-24msp_exp430f5529lp: Fix board.mk, remove .travis.yml.bck.William D. Jones
2020-03-24more string idhathach
2020-03-23enhance string indexhathach
2020-03-23per reviewhathach
- remove -Wno-error=lto-type-mismatch - change back to unsigned int
2020-03-23remove -Wnested-externs since many driver does this including CMSIS_5hathach
2020-03-23fix rndis response to get mac addresshathach
- remove cflags -fshort-enums - clean up webserver descriptor
2020-03-22skip freertos and lwip webserver example for msp430hathach
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2020-03-17Merge branch 'master' into develophathach
2020-03-17Merge pull request #301 from majbthrd/nuc505tweakHa Thach
NUC505 : fix operation with net_lwip_webserver
2020-03-15NUC505 : fix operation with net_lwip_webserverPeter Lawrence
2020-03-14Use CRLF on UART.Nathan Conrad
2020-03-11clean uphathach
2020-03-11hack to undef LITTLE_ENDIAN for samg55hathach
2020-03-11skip spresensehathach
2020-03-11fix more buildhathach
2020-03-11fix cortex M7, M23, M33 freertos buildhathach
2020-03-11freertos demo use static only for most optmized sramhathach
2020-03-10update freertos examplehathach
work with samd21 samd51 and nrf
2020-03-10fix freertos compilehathach
2020-03-10rename to cdc_msc_freertoshathach
2020-03-10drop hid for freertos demo to match none os examplehathach
2020-03-09more renamehathach
2020-03-09rename lwip_webserver to net_webserver for example naming convention (with ↵hathach
class driver)
2020-03-09Adding lwip_webserver to cihathach
- buil_al.py skip specific MCU if .skip.MCU_ exists - reduce stm32f070 heap & stack size to compile webserver
2020-03-07Merge pull request #291 from hathach/port-samg55Ha Thach
Port samg55
2020-03-03Merge pull request #287 from majbthrd/usbnetHa Thach
add CDC-ECM/RNDIS/CDC-EEM network device class with example
2020-03-03update net class to follow API naming conventionPeter Lawrence
2020-03-03Merge pull request #280 from majbthrd/nuc505Ha Thach
add Nuvoton NUC505
2020-03-02add CDC-ECM/RNDIS/CDC-EEM network device class with examplePeter Lawrence
2020-02-26Add langid to examples.Chang Feng
Signed-off-by: Chang Feng <[email protected]>
2020-02-26Add langid to example cdc_msc.Chang Feng
Signed-off-by: Chang Feng <[email protected]>
2020-02-26Add langid to example cdc_dual_ports.Chang Feng
Signed-off-by: Chang Feng <[email protected]>
2020-02-07add Nuvoton NUC505Peter Lawrence
2020-02-07correct waklaround with only status INhathach
correct usb descriptor msc dual example to work with samg
2020-01-17clean uphathach
2020-01-11echo to both serial at oncehathach
2020-01-11clean examplehathach
2020-01-11Merge pull request #240 from majbthrd/masterHa Thach
implement multiple interfaces support
2020-01-10add generic flash-stlinkhathach
2020-01-01Merge pull request #257 from gsnxp/rt1010fixHa Thach
fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readme
2019-12-30fixed build issue with i.MXRT1010-EVK, corrected typo in examples/readmeGreg Steiert
2019-12-28implement multiple interfaces supportPeter Lawrence
2019-12-21Merge branch 'master' into port-samg55hathach