Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete SPI API, added display ILI9341, added spi bme280, updated i2c bme280 #116

Merged
merged 83 commits into from
Nov 30, 2019
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
c0d42b9
Add files via upload
enelson1001 Nov 8, 2019
0d76df2
Add files via upload
enelson1001 Nov 8, 2019
ede00ef
Add files via upload
enelson1001 Nov 8, 2019
3c424e3
Add files via upload
enelson1001 Nov 8, 2019
a0c31e2
Add files via upload
enelson1001 Nov 8, 2019
d1dc441
Add files via upload
enelson1001 Nov 8, 2019
65de6e1
Add files via upload
enelson1001 Nov 8, 2019
7471db6
Add files via upload
enelson1001 Nov 8, 2019
b65e46b
Add files via upload
enelson1001 Nov 8, 2019
b401bc2
Add files via upload
enelson1001 Nov 8, 2019
dd86b95
ili9341.h and ili9341_init_cmds.h
enelson1001 Nov 8, 2019
e8a9f33
Delete ILI9341.cpp
enelson1001 Nov 8, 2019
98d3d78
Delete BME280.cpp
enelson1001 Nov 8, 2019
45468b1
added new bme280.h
enelson1001 Nov 8, 2019
04f4432
Delete BME280Core.cpp
enelson1001 Nov 8, 2019
ba85948
Delete BME280SPI.cpp
enelson1001 Nov 8, 2019
bd2e4aa
added bme280spi.h and bme280Core.h
enelson1001 Nov 8, 2019
15feea2
Updated tag and res
enelson1001 Nov 9, 2019
9ed9ebd
updated tag, converted alignas to static_assert
enelson1001 Nov 9, 2019
6ea8ece
put && at the front
enelson1001 Nov 9, 2019
b1a1a8a
Updated special notes with GPIO_NUM_NC
enelson1001 Nov 9, 2019
5e5ff0c
Used GPIO_NUM_NC, updated tag
enelson1001 Nov 9, 2019
09cb262
commented out static_assert can't use on variable
enelson1001 Nov 9, 2019
5fbeb2e
Merge branch 'master' into master
PerMalmberg Nov 9, 2019
2721689
added ili9341 datasheet
enelson1001 Nov 12, 2019
67d37d4
updated to use DmaFixedBuffer
enelson1001 Nov 12, 2019
8fe30be
Updated to use DmaFixedBuffer
enelson1001 Nov 12, 2019
4fcc088
added DmaFixedBuffer
enelson1001 Nov 12, 2019
43793b6
minor comment changes
enelson1001 Nov 12, 2019
4f1778b
used DmaFixedBuffer
enelson1001 Nov 12, 2019
b1c7314
Added MallocCapType to constructor
enelson1001 Nov 14, 2019
997e39f
Removed static_assert user of class will do this
enelson1001 Nov 14, 2019
b0afc25
Removed special note at top
enelson1001 Nov 14, 2019
166623e
Moved malloc_cap_type to constructor
enelson1001 Nov 14, 2019
f012911
Added SpiDmaFixedBuffer
enelson1001 Nov 17, 2019
2fa73fb
Moved comment from header file to here
enelson1001 Nov 17, 2019
82c314a
Moved comment to cpp file
enelson1001 Nov 17, 2019
e71e589
Removed cont_cast, Use SpiDmaFixedBuffer
enelson1001 Nov 17, 2019
5c58e9e
Removed cont_cast, Used SpiDmaFixedBuffer
enelson1001 Nov 17, 2019
42924ae
Removed cont_cast, Used SpiDmaFixedBuffer
enelson1001 Nov 17, 2019
f04e6b4
Removed cont_cast, Used SpiDmaFixedBuffer
enelson1001 Nov 17, 2019
6d80baf
Added SpiDmaFixedBuffer
enelson1001 Nov 17, 2019
3279ac5
Removed nulptr test and alignment test
enelson1001 Nov 17, 2019
4d3fec0
Updated includes
enelson1001 Nov 19, 2019
b597270
updated includes
enelson1001 Nov 19, 2019
16195e7
updated includes
enelson1001 Nov 19, 2019
86c80d6
updated includes
enelson1001 Nov 19, 2019
94ed235
updated includes
enelson1001 Nov 19, 2019
775b16f
updated includes
enelson1001 Nov 19, 2019
86fe541
updated includes
enelson1001 Nov 19, 2019
11c8658
updated includes
enelson1001 Nov 19, 2019
1bca037
updated includes
enelson1001 Nov 19, 2019
679454a
added check in destructor for inflight spi trans
enelson1001 Nov 19, 2019
d354c18
updated includes
enelson1001 Nov 19, 2019
1566326
updated includes
enelson1001 Nov 19, 2019
ed0cd62
corrected spelling
enelson1001 Nov 19, 2019
f735f15
Merge branch 'master' into master
enelson1001 Nov 19, 2019
4b26f32
Merge branch 'master' into master
PerMalmberg Nov 19, 2019
1bd34b2
added missing spi_common.h
enelson1001 Nov 20, 2019
eb41967
fixed missing quote in include
enelson1001 Nov 20, 2019
3a30a9f
formatted file
enelson1001 Nov 20, 2019
24e24bd
formated file
enelson1001 Nov 20, 2019
166c08a
added missing quote to include
enelson1001 Nov 20, 2019
b91de89
formatted file
enelson1001 Nov 20, 2019
8cfabd7
formatted file
enelson1001 Nov 20, 2019
4624ace
add spi_common.c
enelson1001 Nov 20, 2019
3b98e8c
added lldesc.h for spi_common
enelson1001 Nov 20, 2019
78f18ed
formatted file
enelson1001 Nov 20, 2019
9a7e557
formatted again
enelson1001 Nov 20, 2019
64f5569
format again
enelson1001 Nov 20, 2019
5aea592
Merge branch 'master' of https://github.com/enelson1001/Smooth
enelson1001 Nov 20, 2019
420b58f
not required
enelson1001 Nov 20, 2019
4d5fdfe
attempt 1
enelson1001 Nov 20, 2019
cba7404
attempt #2
enelson1001 Nov 20, 2019
0301a22
attempt #3
enelson1001 Nov 20, 2019
f62e8c9
attempt #4
enelson1001 Nov 20, 2019
403ed06
attempt #5
enelson1001 Nov 20, 2019
dcd7893
add spi_master
enelson1001 Nov 20, 2019
75e0166
added spi_common.h
enelson1001 Nov 20, 2019
a438b8f
Merge branch 'master' of https://github.com/enelson1001/Smooth
enelson1001 Nov 20, 2019
a6d9de9
spi updates, add mock-idf files, update test files
enelson1001 Nov 22, 2019
02f9e8f
add hep to mock-idf
enelson1001 Nov 22, 2019
2eb524b
Added name to contributors
enelson1001 Nov 27, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion lib/files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ set(smooth_dir ${CMAKE_CURRENT_LIST_DIR}/smooth)
set(smooth_inc_dir ${CMAKE_CURRENT_LIST_DIR}/smooth/include/smooth)

set(SMOOTH_SOURCES
${smooth_dir}/application/display/ILI9341.cpp
${smooth_dir}/application/hash/base64.cpp
${smooth_dir}/application/hash/sha.cpp
${smooth_dir}/application/io/i2c/ADS1115.cpp
${smooth_dir}/application/io/i2c/BME280.cpp
${smooth_dir}/application/io/i2c/MCP23017.cpp
${smooth_dir}/application/io/i2c/MCP23017.cpp
${smooth_dir}/application/io/spi/BME280SPI.cpp
${smooth_dir}/application/io/spi/BME280Core.cpp
${smooth_dir}/application/io/wiegand/Wiegand.cpp
${smooth_dir}/application/network/http/HTTPProtocol.cpp
${smooth_dir}/application/network/http/HTTPServerClient.cpp
Expand Down Expand Up @@ -68,6 +71,8 @@ set(SMOOTH_SOURCES
${smooth_dir}/core/io/i2c/I2CCommandLink.cpp
${smooth_dir}/core/io/i2c/I2CMasterDevice.cpp
${smooth_dir}/core/io/i2c/Master.cpp
${smooth_dir}/core/io/spi/Master.cpp
${smooth_dir}/core/io/spi/SPIDevice.cpp
${smooth_dir}/core/io/Input.cpp
${smooth_dir}/core/io/InterruptInput.cpp
${smooth_dir}/core/io/InterruptInputCB.cpp
Expand All @@ -88,6 +93,10 @@ set(SMOOTH_SOURCES
${smooth_dir}/core/timer/Timer.cpp
${smooth_dir}/core/timer/TimerService.cpp
${smooth_dir}/core/util/string_util.cpp
${smooth_inc_dir}/application/display/ILI9341.h
${smooth_inc_dir}/application/display/ILI9341_init_cmds.h
${smooth_inc_dir}/application/io/spi/BME280SPI.h
${smooth_inc_dir}/application/io/spi/BME280Core.h
${smooth_inc_dir}/application/io/i2c/ADS1115.h
${smooth_inc_dir}/application/io/i2c/MCP23017.h
${smooth_inc_dir}/application/network/http/HTTPProtocol.h
Expand Down Expand Up @@ -154,6 +163,8 @@ set(SMOOTH_SOURCES
${smooth_inc_dir}/core/io/i2c/I2CCommandLink.h
${smooth_inc_dir}/core/io/i2c/I2CMasterDevice.h
${smooth_inc_dir}/core/io/i2c/Master.h
${smooth_inc_dir}/core/io/spi/Master.h
${smooth_inc_dir}/core/io/spi/SPIDevice.h
${smooth_inc_dir}/core/io/Input.h
${smooth_inc_dir}/core/io/Input.h
${smooth_inc_dir}/core/io/InterruptInput.h
Expand All @@ -166,4 +177,3 @@ set(SMOOTH_SOURCES
)



Loading