esp32/ppp_set_auth: Add pppapi_set_auth from ESP-IDF.

This function was made private/static in IDF commit
c67f4c2b4c2bb4b7740f988fc0f8a3e911e56afe, so it add back here.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-06-21 15:09:26 +10:00
parent 7c929d4478
commit 1db40ed295
4 changed files with 60 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ used during the build process and is not part of the compiled source code.
/hal (BSD-3-clause)
/simplelink (BSD-3-clause)
/FreeRTOS (GPL-2.0 with FreeRTOS exception)
/esp32
/ppp_set_auth.* (Apache-2.0)
/stm32
/usbd*.c (MCD-ST Liberty SW License Agreement V2)
/stm32_it.* (MIT + BSD-3-clause)