aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)Author
2021-06-29examples: uart: Fix port configurationJan Kiszka
2021-04-07docs: fix simple typo, repeately -> repeatedlyTim Gates
2019-05-23spdx: add spdx tags to most filesThomas Ingleby
2019-03-06examples/c++/uart.cpp: Add fix for potential memory leakAdelin Dobre
2018-09-05examples: c: led: Initialize LED based on indexManivannan Sadhasivam
2018-07-23String based IO initialization for MRAAMihai Stefanescu
2018-03-22up2: adding platform examples for built-in user ledsMihai Tudor Panu
2018-03-05gpio: chardev interface / multiple gpio support for sysfsmihais
2018-02-06examples: include endian.h for be16toh and le16toh declarationsKhem Raj
2018-02-06examples: Cleanup Python examplesManivannan Sadhasivam
2018-02-03examples: fix static code analysis findingsAlex Tereschenko
2018-01-25examples: Fix samples.mappingManivannan Sadhasivam
2018-01-25examples: Cleanup C++ examplesManivannan Sadhasivam
2018-01-18examples: c++: Add mraa include path to CMakeLists.txtManivannan Sadhasivam
2018-01-18examples: cleanup examples directoryManivannan Sadhasivam
2018-01-04analogin example: add sleep between readNicola Lunghi
2017-11-02tools: add new tools directoryManivannan Sadhasivam
2017-08-30iio: Allow mraa_iio_trigger_buffer to handle void* argsNoel Eck
2017-08-23examples: Remove heap allocation from C++ examplesNoel Eck
2017-08-10Travis CI and Documentation Generation improvementsNicolas Oliver
2017-06-06examples: make main loops finite to ensure proper cleanupAlex Tereschenko
2017-06-06examples: misc static code analysis fixesAlex Tereschenko
2017-05-31mraa-uart.c: Remove impossible condition with a fprintfBrendan Le Foll
2017-05-28mraa-uart: add a tool for testing, using and debugging UARTs using MRAATapani Utriainen
2017-05-17examples: be more defensive and replace strcmp() with strncmp()Alex Tereschenko
2017-05-15stability: replace strcpy with strncpy to avoid potential overflowsAlex Tereschenko
2017-05-06JS examples: refactor for clarity and consistent styleKas Perch
2017-04-24android-things: Peripheralmanager target buildBrendan Le Foll
2017-03-02examples: add return in spi_max7219.cCédric Bosdonnat
2017-02-27blink_onboard.c: Blink LED101 on JouleBrendan Le Foll
2017-01-19UartOW.cpp example: Use .data() string accessor instead of .c_str().Jon Trulson
2016-11-21examples: Python MCP3004 ADC example (use with MinnowMax Calamari lure)Henry Bruce
2016-11-21json: Initial config file for Intel Aero platform (i2c and spi only)Henry Bruce
2016-11-21json: Improve i2c and spi configuration.Henry Bruce
2016-11-21json: Removed tabs and tidied up Turbot JSON formattingHenry Bruce
2016-10-26firmata_curie_imu.c: Fix warning due to signed nature of function input bufferBrendan Le Foll
2016-09-13mraa: Fix compiler warnings unused vars and useless statementsBrendan Le Foll
2016-07-27Example: Added example json file for referenceHouman Brinjcargorabi
2016-07-12mraa-i2c: stop switching on every platform type and assume linuxBrendan Le Foll
2016-06-27examples: Added examples for initio by descriptionHouman Brinjcargorabi
2016-06-20mraa-gpio.c: dont display pins set as not MRAA_PINS_VALIDBrendan Le Foll
2016-06-20mraa-gpio.c: Fix raw gpio settingBrendan Le Foll
2016-05-04examples/java: input pin number should be parsed in base 10, not in base 8, s...Evgen48
2016-04-15uart_ow: Better error handling in corner casesBrendan Le Foll
2016-04-14uart_ow: Make onewire functionality optional but on by defaultBrendan Le Foll
2016-04-14uart_ow: Initial support for Dallas 1-wire over UART support for MRAAJon Trulson
2016-04-11isr.js: updated JS ISR example to avoid GPIO context being destroyedAlex Tereschenko
2016-04-11docs: fix spelling errorsFathi Boudra
2016-03-24mraa-gpio.c: Add return to list_pinsBrendan Le Foll
2016-03-22hellomraa.c: Remove unused variablesHouman Brinjcargorabi