Stephane D'Alu
7b5ddf1928
included copyright
2016-02-15 21:42:16 +01:00
Stephane D'Alu
260a9edc32
correctly pack structure, remove unused fields
2016-02-10 00:56:51 +01:00
Stephane D'Alu
e34ef249e7
fixed tsl2561, added tsl2591
2016-02-09 23:52:11 +01:00
Stephane D'Alu
23a4b895ce
updated license
2016-02-09 18:31:31 +01:00
Stephane D'Alu
08fa41749e
changed file layout, move startup/bootup time to #define
2016-02-08 12:13:15 +01:00
Stephane D'Alu
d124d1144f
added TSL2561 Light sesnor
2016-02-08 09:37:26 +01:00
Stephane D'Alu
de87b64728
small fix
2016-02-07 19:26:02 +01:00
Stephane D'Alu
bd884d4757
cleanup
2016-02-07 18:55:45 +01:00
Stephane D'Alu
7ecdfd4386
mcp9808 temperature sensor
2016-02-07 18:54:54 +01:00
Stephane D'Alu
12992db45c
fixed comments, set default i2c address
2016-02-07 17:05:10 +01:00
Stephane D'Alu
ee5bea89c2
hdc1008 sensor
2016-02-07 16:48:22 +01:00
Stephane D'Alu
d3658d49aa
ease dev with flash/debug target
2016-02-05 15:25:58 +01:00
barthess
2ce45a1692
Memtest. Cosmetical improvements
2015-12-21 14:19:24 +03:00
barthess
756788580e
Memtest. Cosmetical cleanup.
2015-10-15 10:51:44 +03:00
barthess
bf7d3ef855
Memtest. Added uint64_t test.
2015-10-15 10:51:11 +03:00
barthess
d5e967add4
Memtest. Changed way to specify memtest data width
2015-09-28 17:36:25 +03:00
Michael Spradling
fb8c390f06
Update code from code feedback
2015-08-16 23:51:41 -04:00
Michael Spradling
316c3b4825
Add CRC Driver
...
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
2015-08-16 01:26:07 -04:00
barthess
e7a3df6c18
Improved FSMC.
...
SRAM configuration is much more flexible now.
2015-08-04 13:30:01 +03:00
barthess
8c8c0a0be4
Memtest improvements
2015-08-04 00:35:44 +03:00
Uladzimir Pylinski
cabe3aafad
Merge pull request #20 from RoccoMarco/master
...
minor fixes on max7219.h
2015-08-02 23:37:31 +03:00
Rocco Marco Guglielmi
1ed38d4fec
minor fixes on max7219.h
2015-08-02 18:45:27 +02:00
TexZK
5270aa500f
Added descriptions and code simplified
2015-07-08 21:57:53 +02:00
TexZK
3f88eaa27a
Added shell commands to control triple buffer demo
2015-07-07 23:53:21 +02:00
TexZK
3ac6c61184
TriBuf demos updated and working
2015-07-06 21:05:20 +02:00
TexZK
1283a5068d
Added TriBuf files and demo [WIP]
2015-07-04 17:29:41 +02:00
barthess
d66299ff75
Minor improvements in DMA2D demo
2015-06-28 23:25:36 +03:00
Uladzimir Pylinski
984997f8fa
Merge pull request #9 from TexZK/ltdc_dma2d
...
LTDC and DMA2D ported to ChibiOS/RT 3
2015-06-28 22:36:07 +03:00
barthess
1181dc9c2e
Memtest code moved to 'various' directory
2015-06-28 17:18:39 +03:00
Andrea Zoppi
0229440fba
ILI9341 driver moved to devices_lib
2015-06-27 18:34:23 +02:00
barthess
789b4e18b1
Added bitmap class in os/various
2015-05-02 20:49:54 +03:00
Rocco Marco
a67bba56af
Reorganized devices_lib folder
...
Removed some others pre-processor directives
2015-04-17 00:44:32 +02:00
Rocco Marco
8b32af98ad
Lib are now totally independent from PLAY
2015-04-13 21:24:47 +02:00
Rocco Marco
c845d1fd34
Added email contact
...
Fixed Bug on chDbgAssert() passing 2 arguments instead of 3
2015-04-12 17:52:11 +02:00
RoccoMarco
0c8c329686
Added devices_lib
2015-01-12 12:45:03 +01:00