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

bump platform-espressif32 to latest ver 6.9.0 (Arduino - v2.0.17) #26

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

vortigont
Copy link
Contributor

looks like it builds fine for all envs.
Any reason not to use the last officially supported Arduino platform with core 2.0.17?

@vladkorotnev
Copy link
Owner

Not sure, have you tested any of the hardware outputs if the signals are different? In particular AKI_k875 is somewhat hacky, and the develop branch might have something. Otherwise yeah let's upgrade it

@vladkorotnev
Copy link
Owner

I wonder btw if this one has the 2038 bug fixed?

@vortigont
Copy link
Contributor Author

no, not tested, do not have proper devices yet :(
But think it should be good, not much IDF-related changes there, 'cause it still uses an old 4x toolchain, just some arduino-related fixes.

I've tried Jason's fork with IDF5.3 core it does not builds and definitely need refactoring, it has most of the IDF drivers updated - i2s, pmwc, etc...

I wonder btw if this one has the 2038 bug fixed?

no, not yet. It needs a fresh espressif's toolchain and IDF 5.3
this is from 13.2's _types.h

#if defined(_USE_LONG_TIME_T) || __LONG_MAX__ > 0x7fffffffL
#define	_TIME_T_ long
#else
#define	_TIME_T_ __int_least64_t
#endif
typedef	_TIME_T_	__time_t;

@vladkorotnev vladkorotnev merged commit 91fa008 into vladkorotnev:main Dec 9, 2024
@vladkorotnev
Copy link
Owner

vladkorotnev commented Dec 9, 2024

@vortigont
Speaking of devices — I have one leftover rev1.0 microPISOS PCB (unpopulated), which can accept a WS0010 screen connection, keypad and thermal sensor. (Of course more can be added but that will need jumper wires)

If you're interested I could probably send it to you in an envelope via simple mail. It's not much but it's better than soldering a few dozen points on a perf board :-)

@vortigont
Copy link
Contributor Author

thanks! would be nice to share some ideas also.
If you can ping me via telegram https://t.me/depenguinator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants