interrupts
parent
8fff069a57
commit
6c370a1cbe
@ -0,0 +1,13 @@
|
||||
#include "spi.h"
|
||||
|
||||
|
||||
void spi_initMater(spiCH_t_spi_hw_ch)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
uint8_t spi_trx(spiCH_t_spi_hw_ch, uint8_t tx_data)
|
||||
{
|
||||
return 0;
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
dir=$(pwd)
|
||||
echo $dir
|
||||
|
||||
tmux new -s 'git' -d 'fish'
|
||||
tmux new -s 'compile' -d 'fish'
|
||||
|
||||
tmux new -s 'main' -d 'vim main.cpp'
|
||||
|
||||
cd $dir/ked/csl/stm32f042/Src/
|
||||
tmux new -s 'src' -d 'fish'
|
||||
|
||||
cd $dir/ked/csl/stm32f042/Device/
|
||||
tmux new -s 'device' -d 'fish'
|
||||
|
||||
cd $dir/ked/csl/interfaces/
|
||||
tmux new -s 'interface' -d 'fish'
|
||||
|
||||
tmux a
|
Loading…
Reference in new issue