Home
last modified time | relevance | path

Searched full:bsp (Results 1 – 25 of 50) sorted by relevance

12

/nrf52832-nimble/rt-thread/
H A DChangeLog.md45 # BSP chapter
49 * Fix `$` warning issue in Kconfig files of each BSP;
50 * Add the LPC54114-lite BSP, including GPIO, I2C, SDCard, SPI, SPI Flash, UART driver;
51 * Add Nuvoton-M487 BSP, including UART, EMAC driver; (Bluebear 233)
52 * Add Kendryte K210 BSP with RISC-V64 dual-core SMP BSP, including UART driver, also verified with …
53 * Add RV32M1 VEGA BSP, including GPIO, I2C, SDCard, UART and other drivers;
54 * Fix the CAN driver issue in STM32F4XX-HAL BSP; (xeonxu)
55 * Fix UART DMA settings issue in STM32F10x/STM32F40x BSP; (zhouchuanfu)
56 * Fix the HEAP_BEGIN definition issue in STM32H743-Nucleo BSP; (nongxiaoming)
58 * Change stm32f107 BSP as main function entry; (whj4674672)
[all …]
H A DREADME.md70 …e is the root directory of RT-Thread RTOS. If you build the porting in the bsp directory, you can …
76 under BSP directory to simplely compile RT-Thread RTOS.
H A DAUTHORS22 BSP
H A D.travis.yml17 …om/images/avr-headers-3.2.3.970.zip && unzip -qq avr-headers-3.2.3.970.zip -d bsp/$RTT_BSP || true"
22 - scons -C bsp/$RTT_BSP
/nrf52832-nimble/rt-thread/tools/
H A Dauto-ci.py53 BSP_ROOT = '../bsp'
55 for bsp,cpu in bsp_to_cpu.iteritems():
56 project_dir = os.path.join(BSP_ROOT, bsp)
59 results['fail'].append(bsp)
62 results['success'].append(bsp)
64 results['ignore'].append(bsp)
68 for bsp in bsp_list:
69 print "* " + bsp
H A Dmkdist.py78 if 'bsp' in parent:
93 # copy BSP files
190 # copy stm32 bsp libiary files
192 print("=> copy stm32 bsp library")
199 # do bsp special dist handle
313 # copy BSP files
317 # copy stm32 bsp libiary files
319 print("=> copy stm32 bsp library")
326 # do bsp special dist handle
H A Dbuildbot.py5 print '%s all -- build all bsp' % os.path.basename(sys.argv[0])
6 print '%s clean -- clean all bsp' % os.path.basename(sys.argv[0])
9 BSP_ROOT = os.path.join("..", "bsp")
H A Dsconsui.py282 # BSP Root Folder
421 bsp = self.BSPRoot.get_path()
422 os.chdir(bsp)
435 bsp = self.BSPRoot.get_path()
436 os.chdir(bsp)
453 bsp = self.BSPRoot.get_path()
454 os.chdir(bsp)
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dhardware.h6 * @defgroup bsp Hardware Related Package
8 * @brief Hardware Related Package includes board support package(BSP) and CSP(Chip
11 * Board Support Package(BSP) is the hardware related wrapper, for example, peripherals
12 * in board, the pinmux setting etc. In RT-Thread RTOS, the bsp is placed under bsp
21 * @addtogroup bsp
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/syscfg/
H A Dsyscfg.h43 /*** hw/bsp/nrf52840pdk */
173 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
206 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
211 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
216 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
221 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
226 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
231 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
236 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
241 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
[all …]
/nrf52832-nimble/
H A DREADME.md1 # NRF52832 Nimble BSP 使用说明
5BSP 以 nrf52832 MCU 作为为平台,提供 NimBLE Bluetooth Stack 在 RT-Thread 上的基本功能。
22BSP 目前对外设的支持情况如下:
/nrf52832-nimble/packages/NimBLE-latest/
H A DREADME.md152 配置完成后让 RT-Thread 的包管理器自动更新,或者使用 pkgs --update 命令更新包到 BSP 中。
156 配合独立的 nrf52832-nimble bsp 使用,参考 https://github.com/EvalZero/nrf52832-nimble 。
159 - NimBLE 当前处于开发阶段,暂时只支持 Nodic nRF52832 MCU,参见 [nrf52832-bsp](https://github.com/EvalZero/nrf52832-n…
/nrf52832-nimble/rt-thread/components/vbus/
H A Dvbus.h159 * BSP should implement this function to initialize the interrupts etc.
165 * BSP should call this function when the interrupt from other core is
172 * This function will be called when VBus finished the ISR handling. BSP should
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dsample.rst13 newt target set blemesh bsp=@apache-mynewt-core/hw/bsp/nrf52840pdk
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnpl_shell.h80 #include "bsp/bsp.h"
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/include/syscfg/
H A Dsyscfg.h24 /*** hw/bsp/nrf52840pdk */
111 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
136 /* Overridden by hw/bsp/nrf52840pdk (defined by hw/mcu/nordic/nrf52xxx) */
178 /* Overridden by hw/bsp/nrf52840pdk (defined by kernel/os) */
183 /* Overridden by hw/bsp/nrf52840pdk (defined by kernel/os) */
426 /* Overridden by hw/bsp/nrf52840pdk (defined by net/nimble/controller) */
/nrf52832-nimble/rt-thread/documentation/
H A Droadmap-1.2.0.md14 ### Improvement on bsp porting ###
19 - Other BSP.
/nrf52832-nimble/rt-thread/src/
H A Dirq.c59 * This function will be invoked by BSP, when enter interrupt service routine
80 * This function will be invoked by BSP, when leave interrupt service routine
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_light/src/
H A Dws2812.c25 #include "bsp/bsp.h"
H A Dmain.c26 #include "bsp/bsp.h"
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/src/
H A Dmain.c26 #include "bsp/bsp.h"
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dphy.c21 #include "bsp/bsp.h"
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dmain.c8 #include "bsp/bsp.h"
/nrf52832-nimble/rt-thread/components/CMSIS/
H A DKconfig16 CMSIS header files in BSP.
/nrf52832-nimble/rt-thread/libcpu/m16c/m16c62p/
H A Dcontext_gcc.S14 * 2010-04-20 fify move peripheral ISR to bsp/interrupts.s34

12