Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replying | Kimmo Lindholm | 2017-10-21 | 1 | -18/+53 |
| | | | | | | | | | | When host sends TEST UNIT READY command, set sense 'all ok' if block device reports that medium is inserted, or set sense 'medium not present' if medium is not inserted. Do not override sense by default with 'all ok', allow REQUEST SENSE command to be responded with correct sense data which was set on last failure. Check just DESC bit when responding to REQUEST SENSE command. | ||||
* | SCSI: Respond to unit serial number inquiry | Kimmo Lindholm | 2017-10-12 | 2 | -1/+21 |
| | |||||
* | USBH: Fix compile with FATFS 0.12b | Diego Ismirlian | 2017-08-07 | 1 | -12/+12 |
| | |||||
* | USB Host fixes | Diego Ismirlian | 2017-06-05 | 2 | -0/+327 |
| | | | | | | | | - Cleaned up alignment macros for GCC & IAR - Corrected EP halt and Clear halt behaviours - Initialization of class drivers by USB Host main driver - Minor cosmetic fixes - Updated USB_HOST testhal app | ||||
* | Fixed typo in ramdisk. | barthess | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Added debug printf macros | barthess | 2016-10-28 | 1 | -0/+41 |
| | |||||
* | USB_MSD. Added READ_FORMAT_CAPACITIES handler | barthess | 2016-10-28 | 3 | -38/+90 |
| | |||||
* | Updated include guards | barthess | 2016-10-17 | 2 | -6/+6 |
| | |||||
* | USB_MSD. Initial commit. | barthess | 2016-10-17 | 4 | -0/+1038 |
| | |||||
* | NRF52832 implementation | Stephane D'Alu | 2016-07-09 | 1 | -0/+4 |
| | |||||
* | extend to 64 bits int | Stephane D'Alu | 2016-02-28 | 1 | -0/+55 |
| | |||||
* | Merge pull request #35 from sdalu/sensor_hdc1000 | Fabio Utzig | 2016-02-15 | 11 | -0/+2563 |
|\ | | | | | Sensor hdc1000, mcp9808, tsl2561, tsl2591 | ||||
| * | included copyright | Stephane D'Alu | 2016-02-15 | 2 | -6/+39 |
| | | |||||
| * | correctly pack structure, remove unused fields | Stephane D'Alu | 2016-02-10 | 4 | -31/+54 |
| | | |||||
| * | fixed tsl2561, added tsl2591 | Stephane D'Alu | 2016-02-09 | 3 | -14/+511 |
| | | |||||
| * | updated license | Stephane D'Alu | 2016-02-09 | 8 | -13/+94 |
| | | |||||
| * | changed file layout, move startup/bootup time to #define | Stephane D'Alu | 2016-02-08 | 7 | -31/+63 |
| | | |||||
| * | added TSL2561 Light sesnor | Stephane D'Alu | 2016-02-08 | 7 | -148/+750 |
| | | |||||
| * | small fix | Stephane D'Alu | 2016-02-07 | 1 | -3/+10 |
| | | |||||
| * | cleanup | Stephane D'Alu | 2016-02-07 | 3 | -141/+3 |
| | | |||||
| * | mcp9808 temperature sensor | Stephane D'Alu | 2016-02-07 | 2 | -0/+396 |
| | | |||||
| * | fixed comments, set default i2c address | Stephane D'Alu | 2016-02-07 | 1 | -5/+4 |
| | | |||||
| * | hdc1008 sensor | Stephane D'Alu | 2016-02-07 | 5 | -0/+1031 |
| | | |||||
* | | ease dev with flash/debug target | Stephane D'Alu | 2016-02-05 | 2 | -0/+46 |
|/ | |||||
* | Memtest. Cosmetical improvements | barthess | 2015-12-21 | 1 | -9/+15 |
| | |||||
* | Memtest. Cosmetical cleanup. | barthess | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Memtest. Added uint64_t test. | barthess | 2015-10-15 | 2 | -10/+27 |
| | |||||
* | Memtest. Changed way to specify memtest data width | barthess | 2015-09-28 | 2 | -28/+24 |
| | |||||
* | Update code from code feedback | Michael Spradling | 2015-08-16 | 1 | -76/+76 |
| | |||||
* | Add CRC Driver | Michael Spradling | 2015-08-16 | 2 | -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. | barthess | 2015-08-04 | 2 | -5/+5 |
| | | | | SRAM configuration is much more flexible now. | ||||
* | Memtest improvements | barthess | 2015-08-04 | 2 | -7/+29 |
| | |||||
* | Merge pull request #20 from RoccoMarco/master | Uladzimir Pylinski | 2015-08-02 | 1 | -7/+7 |
|\ | | | | | minor fixes on max7219.h | ||||
| * | minor fixes on max7219.h | Rocco Marco Guglielmi | 2015-08-02 | 1 | -7/+7 |
| | | |||||
* | | Added descriptions and code simplified | TexZK | 2015-07-08 | 1 | -1/+1 |
| | | |||||
* | | Added shell commands to control triple buffer demo | TexZK | 2015-07-07 | 1 | -1/+3 |
| | | |||||
* | | TriBuf demos updated and working | TexZK | 2015-07-06 | 1 | -2/+3 |
| | | |||||
* | | Added TriBuf files and demo [WIP] | TexZK | 2015-07-04 | 2 | -0/+436 |
| | | |||||
* | | Minor improvements in DMA2D demo | barthess | 2015-06-28 | 2 | -0/+0 |
| | | |||||
* | | Merge pull request #9 from TexZK/ltdc_dma2d | Uladzimir Pylinski | 2015-06-28 | 2 | -0/+1011 |
|\ \ | | | | | | | LTDC and DMA2D ported to ChibiOS/RT 3 | ||||
| * | | ILI9341 driver moved to devices_lib | Andrea Zoppi | 2015-06-27 | 2 | -0/+1011 |
| | | | |||||
* | | | Memtest code moved to 'various' directory | barthess | 2015-06-28 | 2 | -0/+359 |
|/ / | |||||
* / | Added bitmap class in os/various | barthess | 2015-05-02 | 2 | -0/+235 |
|/ | |||||
* | Reorganized devices_lib folder | Rocco Marco | 2015-04-17 | 12 | -7/+0 |
| | | | | Removed some others pre-processor directives | ||||
* | Lib are now totally independent from PLAY | Rocco Marco | 2015-04-13 | 12 | -49/+3 |
| | |||||
* | Added email contact | Rocco Marco | 2015-04-12 | 12 | -35/+59 |
| | | | | Fixed Bug on chDbgAssert() passing 2 arguments instead of 3 | ||||
* | Added devices_lib | RoccoMarco | 2015-01-12 | 12 | -0/+3323 |