David Cermak
c1249aec17
CI: Upload comonents to Espressif Service on master
...
Co-authored-by: Sergei Silnov <po@kumekay.com >
2021-11-08 15:18:35 +01:00
david-cermak
2bbcb95e53
Merge pull request #2 from sudeep-mohanty/master
...
esp_modem: Update Task handle and Event Group handle to match freertos v10.4.3
2021-11-08 12:44:05 +01:00
Sudeep Mohanty
58887170d2
esp_modem: Update Task handle and Event Group handle to match freertos v10.4.3
...
This commit updates the default handles for Task type and Signal Group
type to match the struct type handle from freertos v10.4.3.
Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com >
2021-11-08 10:46:53 +05:30
david-cermak
cc7aa03a37
Merge pull request #1 from david-cermak/master
...
CI: Initial GitHub Action to build examples
2021-11-04 13:33:59 +01:00
David Cermak
15a858b735
CI: Move separate master job to the loop loop
2021-11-04 13:27:05 +01:00
David Cermak
01e2a9c109
Examples: Fix print format for http_client() API
2021-11-04 11:41:11 +01:00
David Cermak
c0021ceeb2
CI: Rewrite flat build jobs using test matrix
2021-11-04 11:33:28 +01:00
David Cermak
fec83e5915
CI: Initial GitHub Action to build examples
...
Build job definitions for building examples for ESP32 only against IDF
master, 4.4, 4.3, 4.2 and 4.1
2021-11-03 17:39:47 +01:00
David Cermak
c8c24ed2fc
Examples: Fix build error when SIM needs no PIN
2021-11-03 13:59:24 +01:00
David Cermak
b380ded5fa
Examples: Use bigger 4M flash for OTA example
2021-11-03 13:59:24 +01:00
David Cermak
38f6eb963a
README: esp-protocol repository
2021-10-04 11:39:32 +02:00
David Cermak
2a2d27086f
esp_modem(0.1.9): Fix CMake3.5 build with no cxx_std_17 feature
...
Older CMake (< 3.8, but still supported in IDF) doesn't support target_compile_features() for cxx_std_17.
If CMake doesn't know C++17 features, set it manually via comile options.
modem-v0.1.9
2021-10-04 11:35:27 +02:00
David Cermak
9dd1bd5ed0
esp_modem: 0.1.8: Update comonent version
modem-v0.1.8
2021-10-04 11:32:55 +02:00
David Cermak
918db0d2f1
Add pre upload script to deploy the docs before component upload
2021-10-04 11:32:55 +02:00
David Cermak
c1b1330680
esp_modem(Docs): Minor correction of the docs
2021-10-04 11:32:55 +02:00
David Cermak
fb7295e91a
Examples/console: Remove unnecessary event-base check on IP handler
2021-10-04 11:32:55 +02:00
David Cermak
8236b3d490
Examples: Extend CMux client default stack size for the main task
2021-10-04 11:32:55 +02:00
David Cermak
fb6029b66c
CMUX: Refactor the protocol decoder to multiple methods per cmux state
2021-10-04 11:32:55 +02:00
David Cermak
6e34954677
Factory: Rename Builder class to Creator, since it's not 100% builder pattern
2021-10-04 11:32:55 +02:00
David Čermák
148a9300a4
esp_modem: Formal updates per code review
2021-10-04 11:32:55 +02:00
David Cermak
1fb9150bcc
Docs: Update CMux collaboration diagram to resemble composite
2021-10-04 11:32:55 +02:00
David Cermak
a61e9e2d40
Applied astyle code formatting
2021-10-04 11:32:55 +02:00
David Čermák
dc64f862c4
esp-modem(DCE-Factory): Minor corrections per code review
2021-10-04 11:32:55 +02:00
David Cermak
3332c27978
Bulk replace header guards to use
2021-10-04 11:32:55 +02:00
David Cermak
84b0dcfea4
Host test fix: renamed Loopback inherited member
2021-10-04 11:32:55 +02:00
David Čermák
e0e65856f0
esp-modem(Docs): Update documentation and minor fixes
2021-10-04 11:32:55 +02:00
David Cermak
28433de4ad
Update version to 0.1.7 -- support socket VFS
modem-v0.1.7
2021-10-04 11:32:55 +02:00
David Cermak
8f17a90026
esp-modem(VFS): Reworked decouple resources from the file system
2021-10-04 11:32:55 +02:00
David Cermak
69ad3ea589
Make the component compatible with IDFv4.1, v4.2, v4.3
2021-10-04 11:32:55 +02:00
David Cermak
a67d74999e
Bump the version and upload the component
modem-v0.1.6
2021-10-04 11:32:55 +02:00
David Cermak
ab93c13823
Updated per review comments
2021-10-04 11:32:55 +02:00
David Čermák
90641c89eb
esp_modem: Moved to component folder
modem-v0.1.5
2021-10-04 11:32:55 +02:00
David Cermak
61f264f97a
Linux port: VFS to init termux, W-no-format for linux only
2021-10-04 11:32:55 +02:00
David Cermak
ac475f2560
Final cleanup of the docs and examples
2021-10-04 11:32:55 +02:00
David Cermak
6e9ddbef32
Bump esp-modem component version
2021-10-04 11:32:55 +02:00
David Cermak
df3971105e
Update CMUX example to use VFS term and OTA
2021-10-04 11:32:55 +02:00
David Cermak
59c3837345
VFS Terminal cleanup
2021-10-04 11:32:55 +02:00
David Cermak
9f4fe3a177
Linux port: Initial implementation of linux port and mock layers
2021-10-04 11:32:55 +02:00
David Cermak
5fdb0b572b
CMUX: debug cmux protocol issues and recovery
2021-10-04 11:32:55 +02:00
David Cermak
0d9b5dd8b7
Corrections on fragmenting/buffering for vfs/cmux
2021-10-04 11:32:55 +02:00
David Cermak
927ad418b6
Terminal: Use vfs as an alternative for ITerminal
2021-10-04 11:32:55 +02:00
David Cermak
dfb81965c2
Updated version and generated docs
2021-10-04 11:32:55 +02:00
David Cermak
314d3462bc
API: Document create APIs for DTE and DCE
2021-10-04 11:32:55 +02:00
David Cermak
3a10330a9f
fix target tests default params
2021-10-04 11:32:55 +02:00
David Cermak
811701493d
Add license file and fix license headers of tests and mocks
2021-10-04 11:32:55 +02:00
David Cermak
9e8ffbc760
Completed AT command library
2021-10-04 11:32:55 +02:00
David Cermak
26bde89834
Examples: Cleanup the modem console
2021-10-04 11:32:55 +02:00
David Cermak
77db911a48
DTE: Cleanup and adding comments
2021-10-04 11:32:55 +02:00
David Cermak
5e2b321c26
uart/dte cleanup
2021-10-04 11:32:55 +02:00
David Cermak
7f8d27fcbc
bump modem version
2021-10-04 11:32:55 +02:00