Infineon / aws-iot

This repository contains the AWS IoT client library code. AWS code examples download this library automatically, so you don't need to.
1 stars 1 forks source link

Broken compatibility #1

Open Neuromod opened 4 years ago

Neuromod commented 4 years ago

Prerequisites

Can you reproduce the problem reliably? Yes

Did you check current release notes for known issues? Yes

If this is not the latest release, have you checked newer releases?

It is the latest

Description: https://github.com/cypresssemiconductorco/connectivity-utilities got updated, and current version of aws-iot is incompatible to it. Specifically:

"aws-common.h" #includes "json.h", but it is now called "cy_json_parser.h"

https://github.com/cypresssemiconductorco/connectivity-utilities/blob/master/JSON_parser/cy_json_parser.h

"aws-common.h" and "aws_greengrass_discovery.c" #include "linked_list.h", but it is now called "cy_linked_list.h"

https://github.com/cypresssemiconductorco/connectivity-utilities/blob/master/linked_list/cy_linked_list.h

A clear and concise description of what the bug is.

Steps to Reproduce:

1.

2.

3.

Expected Result:

Actual Result:

Frequency (1/1, 1/50, 1/100):

Build/Commit:

Please specify the release, like 1.4.1. If there is no release, give us the commit for the code you used.

Target:

The chip or kit you are working with

Host OS and Version:

MacOS, Windows, Linux

Compiler:

Include the version!

Environment

Provide the context surrounding this problem. Perhaps an IDE, a debug probe, an RTOS, etc. (and versions)

THANKS!
AnjanaMuralidharan commented 4 years ago

Thanks for pointing out this. We will check internally SW team to fix this .

Murali-2 commented 4 years ago

Hello @Neuromod

Which is the platform that is being used? Is it being run on MTB or any other?

Neuromod commented 4 years ago

@Murali-2 I used it from an Mbed project.

Rakesh-BG commented 1 year ago

Hi,

Are you still facing this issue.