Search found 2 matches
- Thu Mar 07, 2019 9:21 am
- Forum: ESP-IDF
- Topic: asm keyword
- Replies: 2
- Views: 5217
Re: asm keyword
Thank you!
- Thu Feb 14, 2019 2:56 pm
- Forum: ESP-IDF
- Topic: asm keyword
- Replies: 2
- Views: 5217
asm keyword
Hello everybody! I'm starting with the mqtt library with ssl support (https://github.com/espressif/esp-mqtt/tree/master/examples/mqtt_ssl). On the example file app_main.c, there are these two lines: extern const uint8_t iot_eclipse_org_pem_start[] asm("_binary_iot_eclipse_org_pem_start"); extern con...