aboutsummaryrefslogtreecommitdiffstats
path: root/os/various
Commit message (Collapse)AuthorAgeFilesLines
* + Added make targets for flashing and debugging via Black Magic and gdbTim Rheinfels2019-10-271-0/+57
|
* Merge branch 'master' into segger_systemviewDiego Ismirlian2019-10-031-0/+22
|\
| * Add fault handlers to ease ARM-v7m (Cortex M3/M4(F)/M7 debuggingDiego Ismirlian2019-10-021-0/+22
| |
* | RTT/SystemView bindings: avoid race condition on ISR exitDiego Ismirlian2019-10-021-0/+3
| |
* | Use I-class functions for registryDiego Ismirlian2019-09-301-2/+43
| |
* | Merge branch 'master' into segger_systemviewDiego Ismirlian2019-09-291-1/+1
|\|
| * Update copyrightDiego Ismirlian2019-09-291-1/+1
| |
* | Add SEGGER RTT and SystemView bindings for ChibiOSDiego Ismirlian2019-09-299-0/+909
|/
* Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2019-08-248-60/+1635
|\
| * Fix F7 cache invalidation on write operationJosé Simões2019-03-101-6/+17
| |
| * Add call to cache flush on disk writeJosé Simões2019-03-071-0/+3
| | | | | | | | - This is required for F7 targets (and others that feature memory cache). - The call is provided empty for all the other series, so it's OK to use it as it is.
| * Fixes for USB MSDJosé Simões2019-02-271-31/+53
| | | | | | | | | | | | | | | | | | - Fix return value on succesfull scsi_requestsense. - Fix calls to LL SMT32 API for OTG2. - Port changes from ChibiOS fatfs_diskio. - Rework checks to allow simultaneous use of SD Card and USB MSD. Signed-off-by: José Simões <jose.simoes@eclo.solutions>
| * Adding median libraryFabien Poussin2019-01-102-0/+171
| |
| * added NRF52 pwm, icu, i2c, radio esb driversandru2019-01-082-0/+1367
| |
| * Adopt sources to new HAL.Konstantin Oblaukhov2018-09-243-6/+11
| |
* | FATFS: update diskio to match FATFS versionDiego Ismirlian2018-08-201-6/+6
| |
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2018-08-205-12/+285
|\|
| * Renaming PID struct typedef to avoid conflictsFabien Poussin2018-03-252-38/+38
| |
| * Adding basic PID demo.Fabien Poussin2018-03-222-5/+5
| |
| * Cleaning PID lib.Fabien Poussin2018-03-222-41/+44
| |
| * Adding PID libraryFabien Poussin2018-03-222-0/+269
| |
| * lib_sci: FIX 'for' loop initial declarations are only allowed in C99 or C11 modeRomain Reignier2018-03-121-1/+2
| |
| * fatfs: update to latest ChibiOS changesRomain Reignier2018-03-122-11/+11
| |
* | Merge branch 'master' of https://github.com/ChibiOS/ChibiOS-ContribDiego Ismirlian2017-10-292-19/+74
|\|
| * SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replyingKimmo Lindholm2017-10-211-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 inquiryKimmo Lindholm2017-10-122-1/+21
| |
* | USBH: silence compiler warningDiego Ismirlian2017-10-291-0/+1
| |
* | USBH: testhal example: improve support for multiple FAT devicesDiego Ismirlian2017-08-083-48/+76
|/
* USBH: Fix compile with FATFS 0.12bDiego Ismirlian2017-08-071-12/+12
|
* USB Host fixesDiego Ismirlian2017-06-052-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.barthess2017-01-061-1/+1
|
* 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
|/