This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


    from 76c01ffae baselibc: Add option to have thread-safe heap
     new 406061be8 hw/drivers: Add driver for pic32m ETH
     new 412af822c driver/pic32_eth: Add shell for ETH driver

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../lwip/pic32_eth/include/pic32_eth/pic32_eth.h   |  90 +++
 .../pic32_eth/include/pic32_eth/pic32_eth_priv.h   | 118 ++++
 .../mcu_cli => drivers/lwip/pic32_eth}/pkg.yml     |  25 +-
 hw/drivers/lwip/pic32_eth/src/pic32_eth.c          | 719 +++++++++++++++++++++
 hw/drivers/lwip/pic32_eth/src/pic32_eth_shell.c    | 309 +++++++++
 hw/drivers/lwip/pic32_eth/syscfg.yml               |  64 ++
 6 files changed, 1314 insertions(+), 11 deletions(-)
 create mode 100644 hw/drivers/lwip/pic32_eth/include/pic32_eth/pic32_eth.h
 create mode 100644 hw/drivers/lwip/pic32_eth/include/pic32_eth/pic32_eth_priv.h
 copy hw/{mcu/stm/stm32f1xx/mcu_cli => drivers/lwip/pic32_eth}/pkg.yml (57%)
 create mode 100644 hw/drivers/lwip/pic32_eth/src/pic32_eth.c
 create mode 100644 hw/drivers/lwip/pic32_eth/src/pic32_eth_shell.c
 create mode 100644 hw/drivers/lwip/pic32_eth/syscfg.yml

Reply via email to