amazon-freertos icon indicating copy to clipboard operation
amazon-freertos copied to clipboard

DEPRECATED - See README.md

Results 20 amazon-freertos issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use OTA firmware updates with Amazon FreeRTOS but so far I haven't been able to get it work. When using the esp_ota_begin function, the platform crashes....

Type: Question

**Briefly summarize the issue being raised** MQTT is unable to connection to AWS endpoint with error occurring at DNS lookup. Similar to issue [#936](https://github.com/aws/amazon-freertos/issues/936). Error does not occur with the...

Type: Question

**After AWS code signing the firmware image is no longer a multiple of 16 bytes** If I upload this file to S3 ``` -rw-rw-r-- 1 ???? ??? 1633824 Nov 3...

Type: Question

**Describe the bug** A help message is printed out when the jobs_for_aws demo first runs. On the ESP32 DevKit at least, the message ends up clobbered and doesn't print out...

Type: Bug

We are evaluating the binary generated for ESP32. The binary when run through binwalk shows absolute file paths for the files. ENVIRONMENT : AFR version : 202012 **Here is a...

Type: Bug

**Briefly summarize the issue being raised** We want to create a BLE service which leverage the IOT BLE Data transfer service for all data communication with peer mobile device. Is...

Type: Question

**Describe the bug** I get the following error when building my project trying to use coredump: ` ../amazon-freertos/vendors/espressif/esp-idf/components/espcoredump/src/core_dump_port.c: In function 'esp_core_dump_get_tasks_snapshot': ../amazon-freertos/vendors/espressif/esp-idf/components/espcoredump/src/core_dump_port.c:281:12: error: unknown type name 'TaskSnapshot_t' static TaskSnapshot_t s_tasks_snapshots[CONFIG_ESP32_CORE_DUMP_MAX_TASKS_NUM];...

Type: Bug
Feature Request

**Describe the bug** _SOCKETS_SetSockOpt_ with _SOCKETS_SO_ALPN_PROTOCOLS_ option expects ALPN protocols to be provided as an array of char pointers. However, this is misused in the _transport_secure_sockets.c_ file in the _tlsSetup()_...

Type: Bug

Hello Folks, I have been trying to get green grass discovery demo working on ESP32-WROVER hardware but couldn't not get any resource of green grass device v2. **Hardwares Used:** 1....

Type: Question

We would like to create ring door bell solution using TI CC3220SF and for which we need WebRTC as advertised [here](https://aws.amazon.com/kinesis/video-streams/). **Describe the solution you would like.** Add WebRTC protocol...

Feature Request