aboutsummaryrefslogtreecommitdiffstats
path: root/os/various
Commit message (Collapse)AuthorAgeFilesLines
* Added debug printf macrosbarthess2016-10-281-0/+41
|
* USB_MSD. Added READ_FORMAT_CAPACITIES handlerbarthess2016-10-283-38/+90
|
* Updated include guardsbarthess2016-10-172-6/+6
|
* USB_MSD. Initial commit.barthess2016-10-174-0/+1038
|
* NRF52832 implementationStephane D'Alu2016-07-091-0/+4
|
* extend to 64 bits intStephane D'Alu2016-02-281-0/+55
|
* Merge pull request #35 from sdalu/sensor_hdc1000Fabio Utzig2016-02-1511-0/+2563
|\ | | | | Sensor hdc1000, mcp9808, tsl2561, tsl2591
| * included copyrightStephane D'Alu2016-02-152-6/+39
| |
| * correctly pack structure, remove unused fieldsStephane D'Alu2016-02-104-31/+54
| |
| * fixed tsl2561, added tsl2591Stephane D'Alu2016-02-093-14/+511
| |
| * updated licenseStephane D'Alu2016-02-098-13/+94
| |
| * changed file layout, move startup/bootup time to #defineStephane D'Alu2016-02-087-31/+63
| |
| * added TSL2561 Light sesnorStephane D'Alu2016-02-087-148/+750
| |
| * small fixStephane D'Alu2016-02-071-3/+10
| |
| * cleanupStephane D'Alu2016-02-073-141/+3
| |
| * mcp9808 temperature sensorStephane D'Alu2016-02-072-0/+396
| |
| * fixed comments, set default i2c addressStephane D'Alu2016-02-071-5/+4
| |
| * hdc1008 sensorStephane D'Alu2016-02-075-0/+1031
| |
* | ease dev with flash/debug targetStephane D'Alu2016-02-052-0/+46
|/
* Memtest. Cosmetical improvementsbarthess2015-12-211-9/+15
|
* Memtest. Cosmetical cleanup.barthess2015-10-151-1/+1
|
* Memtest. Added uint64_t test.barthess2015-10-152-10/+27
|
* Memtest. Changed way to specify memtest data widthbarthess2015-09-282-28/+24
|
* Update code from code feedbackMichael Spradling2015-08-161-76/+76
|
* Add CRC DriverMichael Spradling2015-08-162-0/+553
| | | | | | | | | | | | | | | | | | | | | | This patch includes a high level and two low level drivers. The high level driver is enabled with flag HAL_USE_CRC The low level drivers include: * Hardware CRC for the STM32 cortex processor lines.(when supported) * Enabled with flag STM32_CRC_USE_CRC1 * DMA is enabled with CRC_USE_DMA * SYNC api will use DMA, but put calling thread to sleep * ASYNC api enabled. * DMA Disabled * SYNC api spin while calculating CRC * ASYNC api disabled * Software CRC (3 modes) * CRCSW_CRC32_TABLE - Enables crc32 with lookup table. * CRCSW_CRC16_TABLE - Enables crc16 with lookup tables. * CRCSW_PROGRAMMBLE - Enables any crc done with computation. * Can calculate any crc configuration. * CRC_USE_DMA obviously not support with software CRC
* Improved FSMC.barthess2015-08-042-5/+5
| | | | SRAM configuration is much more flexible now.
* Memtest improvementsbarthess2015-08-042-7/+29
|
* Merge pull request #20 from RoccoMarco/masterUladzimir Pylinski2015-08-021-7/+7
|\ | | | | minor fixes on max7219.h
| * minor fixes on max7219.hRocco Marco Guglielmi2015-08-021-7/+7
| |
* | Added descriptions and code simplifiedTexZK2015-07-081-1/+1
| |
* | Added shell commands to control triple buffer demoTexZK2015-07-071-1/+3
| |
* | TriBuf demos updated and workingTexZK2015-07-061-2/+3
| |
* | Added TriBuf files and demo [WIP]TexZK2015-07-042-0/+436
| |
* | Minor improvements in DMA2D demobarthess2015-06-282-0/+0
| |
* | Merge pull request #9 from TexZK/ltdc_dma2dUladzimir Pylinski2015-06-282-0/+1011
|\ \ | | | | | | LTDC and DMA2D ported to ChibiOS/RT 3
| * | ILI9341 driver moved to devices_libAndrea Zoppi2015-06-272-0/+1011
| | |
* | | Memtest code moved to 'various' directorybarthess2015-06-282-0/+359
|/ /
* / Added bitmap class in os/variousbarthess2015-05-022-0/+235
|/
* Reorganized devices_lib folderRocco Marco2015-04-1712-7/+0
| | | | Removed some others pre-processor directives
* Lib are now totally independent from PLAYRocco Marco2015-04-1312-49/+3
|
* Added email contactRocco Marco2015-04-1212-35/+59
| | | | Fixed Bug on chDbgAssert() passing 2 arguments instead of 3
* Added devices_libRoccoMarco2015-01-1212-0/+3323