Skip to content

Commit

Permalink
Merge pull request #256 from ingchips/develop
Browse files Browse the repository at this point in the history
release v8.4.15
  • Loading branch information
zjli-2019 authored May 8, 2024
2 parents bcd036c + 72be726 commit fcc607e
Show file tree
Hide file tree
Showing 170 changed files with 10,632 additions and 9,691 deletions.
37 changes: 37 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#todo 918
zephyr_library()

zephyr_include_directories(src/BSP)
zephyr_include_directories(src/FWlib)
zephyr_include_directories(src/Tools)
zephyr_include_directories(src/hal_zephyr)
zephyr_include_directories(src/StartUP/ing916)
zephyr_include_directories(bundles/noos_mini/inc)
zephyr_library_sources(src/hal_zephyr/hal_zephyr.c)
zephyr_library_sources(src/hal_zephyr/gen_os_impl.c)
zephyr_library_sources(src/FWlib/peripheral_adc.c)
zephyr_library_sources(src/FWlib/peripheral_gpio.c)
zephyr_library_sources(src/FWlib/peripheral_i2c.c)
zephyr_library_sources(src/FWlib/peripheral_pinctrl.c)
zephyr_library_sources(src/FWlib/peripheral_pwm.c)
zephyr_library_sources(src/FWlib/peripheral_rtc.c)
zephyr_library_sources(src/FWlib/peripheral_ssp.c)
zephyr_library_sources(src/FWlib/peripheral_sysctrl.c)
zephyr_library_sources(src/FWlib/peripheral_timer.c)
zephyr_library_sources(src/FWlib/peripheral_uart.c)
zephyr_library_sources(src/FWlib/peripheral_comparator.c)
zephyr_library_sources(src/FWlib/peripheral_dma.c)
zephyr_library_sources(src/FWlib/peripheral_efuse.c)
zephyr_library_sources(src/FWlib/peripheral_i2s.c)
zephyr_library_sources(src/FWlib/peripheral_ir.c)
zephyr_library_sources(src/FWlib/peripheral_keyscan.c)
zephyr_library_sources(src/FWlib/peripheral_pdm.c)
zephyr_library_sources(src/FWlib/peripheral_pte.c)
zephyr_library_sources(src/FWlib/peripheral_qdec.c)
zephyr_library_sources(src/FWlib/peripheral_usb.c)
zephyr_library_sources(src/Tools/trace.c)
zephyr_library_sources(src/BSP/eflash.c)
add_definitions(-DUSE_STDPERIPH_DRIVER)
add_definitions(-DPOWER_SAVING)
add_definitions(-DLISTEN_TO_POWER_SAVING)
add_definitions(-DINGCHIPS_FAMILY_916=1)
808 changes: 404 additions & 404 deletions bundles/exp/ING9168xx/apis.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bundles/exp/ING9168xx/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"rom": {
"base": 33562624,
"size": 179344
"size": 179476
},
"var": {
"link_layer_features": {
"addr": 33733372,
"addr": 33733504,
"value": "ff79ff07fe000000"
}
},
"version": [
2,
3,
19
23
]
}
Binary file modified bundles/exp/ING9168xx/platform.bin
Binary file not shown.
734 changes: 367 additions & 367 deletions bundles/exp/ING9187xx/apis.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bundles/exp/ING9187xx/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"rom": {
"base": 16384,
"size": 153300
"size": 153432
},
"var": {
"link_layer_features": {
"addr": 165036,
"addr": 165168,
"value": "bff90104fe000000"
}
},
"version": [
1,
9,
58
63
]
}
Binary file modified bundles/exp/ING9187xx/platform.bin
Binary file not shown.
Loading

0 comments on commit fcc607e

Please sign in to comment.