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

FW-893. Update nRF52840 port with minimal sdk files. #559

Open
wants to merge 32 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
2499eec
FW-893. rename the folder to nrf52840-dk.
changtengfei Apr 21, 2023
7dabf09
FW-893. update project name to nrf52840-dk
changtengfei Apr 21, 2023
3d6b5fd
FW-893. clean up nRF52840 folders.
changtengfei Apr 21, 2023
5bc9bbe
FW-893. rename adc driver.
changtengfei Apr 21, 2023
4fc27e3
FW-893. add flash_placement.xml
changtengfei Apr 21, 2023
e336ff0
FW-893. add project file.
changtengfei Apr 21, 2023
002144d
FW-893. update nRF52840 bsp driver (WIP)
changtengfei Apr 21, 2023
606cb86
FW-983. add missing nrf.h
changtengfei Apr 21, 2023
f23ba3f
FW-893. compiled and working for bsp_leds project.
changtengfei Apr 21, 2023
04a1d2e
FW-893. update project setting.
changtengfei Apr 21, 2023
2ef282c
FW-893. update nrf52840 dk name.
changtengfei Apr 21, 2023
7b8fd72
FW-893. add all bsp projects (except bsp_radio)
changtengfei Apr 21, 2023
f953a94
FW-893. test bsp_radio projects.
changtengfei Apr 22, 2023
3701c39
FW-893. remove the multiple projects files.
changtengfei Apr 22, 2023
437bb40
FW-893. add 02 and 03 projects.
changtengfei May 30, 2023
bb2971d
FW-893. Do not set external src bit, just use xtal.
changtengfei Jun 5, 2023
9319407
FW-893. use WFI to go to low-power.
changtengfei Jun 5, 2023
e55c792
FW-893. fix interrupt enable disable implementation.
changtengfei Jun 5, 2023
33abc82
FW-893. Not stop hkclk when turn on/off radio (debugging).
changtengfei Jun 5, 2023
c8a1417
FW-893. fixing the losing timing issue.
changtengfei Jun 6, 2023
88e4d60
FW-893. update radio interrupt implementation.
changtengfei Jun 6, 2023
3ad7e9e
FW-893. add uinject application.
changtengfei Jun 6, 2023
6be33d8
FW-893. fix for openmote-b-24ghz
changtengfei Jun 9, 2023
8f958af
FW-893. add support for i2c device (tested with bmx160)
changtengfei Jul 13, 2023
df66d17
FW-893. compatible with i2c apis.
changtengfei Jul 14, 2023
51c0a01
FW-893. add bsp_bmx160 project.
changtengfei Jul 14, 2023
d5f3756
FW-893. add visualizer for bmx160 gyro data.
changtengfei Jul 14, 2023
5d7f9d9
FW-893. move i2c initialization to board.c file.
changtengfei Aug 1, 2023
1a200b6
FW-893. fix the naming.
changtengfei Aug 2, 2023
74a36cd
FW-893. put power configuration command into loop until it takes effect.
changtengfei Aug 2, 2023
6fa2649
FW-893. fix isOn check function.
changtengfei Sep 28, 2023
483b62b
FW-893. Send uinject packet every one minute.
changtengfei Dec 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions bsp/boards/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
//=========================== prototypes ======================================

void i2c_init(void);
void i2c_set_addr(uint8_t address);
void i2c_read_registers(uint8_t bus_num,uint8_t slave_addr,
uint8_t reg_addr,
uint8_t numBytes,
Expand Down
101 changes: 0 additions & 101 deletions bsp/boards/nrf52840/adc_sensor.c

This file was deleted.

63 changes: 0 additions & 63 deletions bsp/boards/nrf52840/app_config.h

This file was deleted.

137 changes: 0 additions & 137 deletions bsp/boards/nrf52840/board.c

This file was deleted.

Loading
Loading