surenyi
31fc7eed80
delete unused files
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
616426213b
add Serial module
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
39b789a4cf
add Program.sectMap to libdsp/SGMII.xs
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
3aa3d52469
update doc
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
496be91a42
update doc
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
c7eea207e2
update doc
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
ba178819ba
udpate library name to dspkit
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
7e438558b4
update doc/
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
abbec9905a
add doc directory
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
f1d838232c
remove unused files
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
88ced12531
add ether demo, echosrv
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
8a12399b80
Merge branch 'master'
6 years ago
surenyi
df5868810d
add emac_rm_init() in inc/board.h
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
5fb82b0c23
change uart_init() to uart_open() match open/close
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
3d3dcbb78a
refine emac/nimu_eth.c
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
ea9331ee5f
add semaphore2_lock and unlock
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
44626945ae
add cfg/ether.cfg
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
a2ae0bedf8
add emacs/, SGMII module
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
bb24216dc7
add emac_mac_address(int port) provide mac address for port
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
af3635434f
append \r when \n to System_putch
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
d4ee2a6299
change line endinds to UNIX
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
eba0b9244b
add gel/
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
0383f654db
change platform
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
cc698cced1
test Chinese comments
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
042b608b1a
test for document
using the following commands:
$ xs xdc.tools.cdoc
extra document from comments, generate HTML documents
in packages/cdoc directory.
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
f30bf1f3d0
change simple platform archive to tar
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
24bbec4268
add more files to archiver
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
d803f36b30
refine spi driver
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
9edadaabc2
use _LITTLE_ENDIAN replace __LITTLE_ENDIAN, which set by CFLAGS
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
06e52198bd
sgmii clock config
1. add sgmii_clock in Settings module
2. automatic generate sgmii_input_clock() subrotine.
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
qshi
8c91676baa
1. rm _regs.h file, use csl api; 2. fre clock is hz;
6 years ago
surenyi
6514f737a2
various code improvments:
1. remove Uart module, use raw uart driver instead.
2. remove Delay module, use raw tsc driver instead.
3. remove Utils module, use inc/utils.h instaed.
4. add Board module, Board_Module_startup may initialize all drivers.
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
e2a66f3e71
fix compling errors
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
e61c7339d1
remove Utils module
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
f0dca6253c
add NorFlash.xs, resolove dependency
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
1fd338d6b2
fix @ModuleStartup in Delay.xdc
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
6da47a5980
add Delay() to wrap tsc functions
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
1032ba01e9
add print_longlong in debug mode in cfi_flash.c
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
e6010d2ea3
add Settings configure menu
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
0a322f9203
add board.xdt: autogenerate board_input_clock()
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
081e8d7b41
remove packages/vsky/libdsp/GPIO.h
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
1bd87a3b72
add GPIO module
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
surenyi
f274d60a5b
add Nor_erase()
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
1da8afb9c7
Merge branch 'master' of libdsp
6 years ago
surenyi
49915a194e
fix NorFlash module
Signed-off-by: surenyi <surenyi82@qq.com>
6 years ago
qshi
c547a56732
Merge branch 'master' of 192.168.0.201:/backup/git/repositories/c6000/libdsp
6 years ago
qshi
167b07bfb6
change uart_init func param
6 years ago
surenyi
60179851c8
add more:
add NorFlash module implementations
add Utils module (Utils_coreFrequency())
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
3458535ccd
add NorFlash module
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago
surenyi
31eb9b3954
fix uart_init() parameters mismatch
Signed-off-by: surenyi <surenyi82@163.com>
6 years ago