Johny Mattsson
|
182d45f928
|
Enable -std=gnu11 for modules dir.
Plus boat-load of fixes to actually make that build.
|
2016-01-20 19:40:47 +11:00 |
devsaurus
|
6cbe716db0
|
uart: fix parity and stopbit generation
|
2015-12-21 17:51:43 +01:00 |
Terry Ellison
|
1462d00e9f
|
Merge pull request #842 from jmattsson/module-ltr-cleanup
Cleanup: LTR module registration
|
2015-12-19 23:22:18 +00:00 |
TerryE
|
b773290b8c
|
Major cleanup of module registration pass 2.
carrying on Johny's edits as per my comments on #810
|
2015-12-16 11:21:40 +11:00 |
Johny Mattsson
|
d84a24fc9a
|
Proper cached-flash to phys address translation.
|
2015-12-12 13:20:22 +11:00 |
devsaurus
|
9444ae28df
|
simplify spi api
duplex_mode configuration enables/disables receiving with spi.send()
spi.send_recv removed
|
2015-10-27 23:30:33 +01:00 |
devsaurus
|
7d77398921
|
introduce full/half duplex transactions and add spi.send_recv()
|
2015-10-25 22:58:06 +01:00 |
devsaurus
|
19092712e5
|
remove obsolete spi_mast_send and rename platform_spi_send
|
2015-10-18 11:13:56 +02:00 |
devsaurus
|
28a04cc9c1
|
remove obsoleted constants for databit length
|
2015-10-18 11:13:56 +02:00 |
devsaurus
|
f238673772
|
rework of (H)SPI API
|
2015-10-18 11:13:55 +02:00 |
devsaurus
|
9cde0bbb83
|
add SPI transaction support
|
2015-10-18 11:13:55 +02:00 |
Johny Mattsson
|
38cc84d2fc
|
Removed gpio pulldown references.
The ESP never supported internal pulldowns, and the SDK now matches reality.
|
2015-10-12 13:26:04 +11:00 |
devsaurus
|
ac50f9c6a5
|
add divider for arbitrary HSPI clock frequencies
|
2015-10-04 00:40:21 +02:00 |
iabdalkader
|
3c16014641
|
Add SPI Module
* Add SPI support (master mode only)
* Issue #50
|
2015-01-16 22:41:34 +02:00 |
funshine
|
cdd13b1af3
|
source file first commit, folder structure refact
|
2014-12-22 19:35:05 +08:00 |