在stm32f407开发板上移植lua脚本,实现一些基本功能
资源文件列表
lua_stm32f4/cmsis/core_cm4.h , 108260
lua_stm32f4/cmsis/core_cm4_simd.h , 21323
lua_stm32f4/cmsis/core_cmFunc.h , 15828
lua_stm32f4/cmsis/core_cmInstr.h , 17205
lua_stm32f4/fwlib/inc/misc.h , 6792
lua_stm32f4/fwlib/inc/stm32f4xx_adc.h , 32417
lua_stm32f4/fwlib/inc/stm32f4xx_can.h , 27186
lua_stm32f4/fwlib/inc/stm32f4xx_crc.h , 2284
lua_stm32f4/fwlib/inc/stm32f4xx_cryp.h , 12528
lua_stm32f4/fwlib/inc/stm32f4xx_dac.h , 14814
lua_stm32f4/fwlib/inc/stm32f4xx_dbgmcu.h , 4164
lua_stm32f4/fwlib/inc/stm32f4xx_dcmi.h , 12845
lua_stm32f4/fwlib/inc/stm32f4xx_dma.h , 28750
lua_stm32f4/fwlib/inc/stm32f4xx_exti.h , 7880
lua_stm32f4/fwlib/inc/stm32f4xx_flash.h , 14463
lua_stm32f4/fwlib/inc/stm32f4xx_fsmc.h , 27044
lua_stm32f4/fwlib/inc/stm32f4xx_gpio.h , 17569
lua_stm32f4/fwlib/inc/stm32f4xx_hash.h , 8952
lua_stm32f4/fwlib/inc/stm32f4xx_i2c.h , 31516
lua_stm32f4/fwlib/inc/stm32f4xx_iwdg.h , 4191
lua_stm32f4/fwlib/inc/stm32f4xx_pwr.h , 6022
lua_stm32f4/fwlib/inc/stm32f4xx_rcc.h , 24742
lua_stm32f4/fwlib/inc/stm32f4xx_rng.h , 3826
lua_stm32f4/fwlib/inc/stm32f4xx_rtc.h , 40414
lua_stm32f4/fwlib/inc/stm32f4xx_sdio.h , 22645
lua_stm32f4/fwlib/inc/stm32f4xx_spi.h , 20649
lua_stm32f4/fwlib/inc/stm32f4xx_syscfg.h , 7096
lua_stm32f4/fwlib/inc/stm32f4xx_tim.h , 51557
lua_stm32f4/fwlib/inc/stm32f4xx_usart.h , 17672
lua_stm32f4/fwlib/inc/stm32f4xx_wwdg.h , 3410
lua_stm32f4/fwlib/src/misc.c , 11311
lua_stm32f4/fwlib/src/stm32f4xx_adc.c , 68273
lua_stm32f4/fwlib/src/stm32f4xx_can.c , 59927
lua_stm32f4/fwlib/src/stm32f4xx_crc.c , 3464
lua_stm32f4/fwlib/src/stm32f4xx_cryp.c , 32587
lua_stm32f4/fwlib/src/stm32f4xx_cryp_aes.c , 21649
lua_stm32f4/fwlib/src/stm32f4xx_cryp_des.c , 9358
lua_stm32f4/fwlib/src/stm32f4xx_cryp_tdes.c , 10082
lua_stm32f4/fwlib/src/stm32f4xx_dac.c , 26992
lua_stm32f4/fwlib/src/stm32f4xx_dbgmcu.c , 6677
lua_stm32f4/fwlib/src/stm32f4xx_dcmi.c , 18866
lua_stm32f4/fwlib/src/stm32f4xx_dma.c , 52566
lua_stm32f4/fwlib/src/stm32f4xx_exti.c , 10215
lua_stm32f4/fwlib/src/stm32f4xx_flash.c , 37909
lua_stm32f4/fwlib/src/stm32f4xx_fsmc.c , 41759
lua_stm32f4/fwlib/src/stm32f4xx_gpio.c , 21026
lua_stm32f4/fwlib/src/stm32f4xx_hash.c , 26087
lua_stm32f4/fwlib/src/stm32f4xx_hash_md5.c , 9544
lua_stm32f4/fwlib/src/stm32f4xx_hash_sha1.c , 9740
lua_stm32f4/fwlib/src/stm32f4xx_i2c.c , 52683
lua_stm32f4/fwlib/src/stm32f4xx_iwdg.c , 9540
lua_stm32f4/fwlib/src/stm32f4xx_pwr.c , 25262
lua_stm32f4/fwlib/src/stm32f4xx_rcc.c , 74651
lua_stm32f4/fwlib/src/stm32f4xx_rng.c , 14011
lua_stm32f4/fwlib/src/stm32f4xx_rtc.c , 103574
lua_stm32f4/fwlib/src/stm32f4xx_sdio.c , 39696
lua_stm32f4/fwlib/src/stm32f4xx_spi.c , 51721
lua_stm32f4/fwlib/src/stm32f4xx_syscfg.c , 7472
lua_stm32f4/fwlib/src/stm32f4xx_tim.c , 125359
lua_stm32f4/fwlib/src/stm32f4xx_usart.c , 56675
lua_stm32f4/fwlib/src/stm32f4xx_wwdg.c , 10660
lua_stm32f4/lua/lapi.c , 22708
lua_stm32f4/lua/lapi.h , 262
lua_stm32f4/lua/lauxlib.c , 17417
lua_stm32f4/lua/lauxlib.h , 5777
lua_stm32f4/lua/lbaselib.c , 17046
lua_stm32f4/lua/lcode.c , 21335
lua_stm32f4/lua/lcode.h , 2750
lua_stm32f4/lua/ldblib.c , 10069
lua_stm32f4/lua/ldebug.c , 16840
lua_stm32f4/lua/ldebug.h , 1061
lua_stm32f4/lua/ldo.c , 14853
lua_stm32f4/lua/ldo.h , 1897
lua_stm32f4/lua/ldump.c , 3114
lua_stm32f4/lua/lfunc.c , 4618
lua_stm32f4/lua/lfunc.h , 1125
lua_stm32f4/lua/lgc.c , 20099
lua_stm32f4/lua/lgc.h , 3159
lua_stm32f4/lua/linit.c , 765
lua_stm32f4/lua/liolib.c , 13406
lua_stm32f4/lua/llex.c , 12474
lua_stm32f4/lua/llex.h , 2177
lua_stm32f4/lua/llimits.h , 2349
lua_stm32f4/lua/lmathlib.c , 5831
lua_stm32f4/lua/lmem.c , 2172
lua_stm32f4/lua/lmem.h , 1494
lua_stm32f4/lua/loadlib.c , 19232
lua_stm32f4/lua/lobject.c , 5498
lua_stm32f4/lua/lobject.h , 8502
lua_stm32f4/lua/lopcodes.c , 2884
lua_stm32f4/lua/lopcodes.h , 8086
lua_stm32f4/lua/loslib.c , 6162
lua_stm32f4/lua/lparser.c , 36696
lua_stm32f4/lua/lparser.h , 2261
lua_stm32f4/lua/lstate.c , 5674
lua_stm32f4/lua/lstate.h , 5011
lua_stm32f4/lua/lstring.c , 3110
lua_stm32f4/lua/lstring.h , 814
lua_stm32f4/lua/lstrlib.c , 23481
lua_stm32f4/lua/ltable.c , 16263
lua_stm32f4/lua/ltable.h , 1184
lua_stm32f4/lua/ltablib.c , 7343
lua_stm32f4/lua/ltm.c , 1650
lua_stm32f4/lua/ltm.h , 1018
lua_stm32f4/lua/lua.c , 10163
lua_stm32f4/lua/lua.h , 11688
lua_stm32f4/lua/luac.c , 4661
lua_stm32f4/lua/luaconf.h , 22404
lua_stm32f4/lua/lualib.h , 1026
lua_stm32f4/lua/lundump.c , 4629
lua_stm32f4/lua/lundump.h , 890
lua_stm32f4/lua/lvm.c , 23126
lua_stm32f4/lua/lvm.h , 1159
lua_stm32f4/lua/lzio.c , 1628
lua_stm32f4/lua/lzio.h , 1556
lua_stm32f4/lua/Makefile , 6088
lua_stm32f4/lua/print.c , 4948
lua_stm32f4/prj/ExtDll.iex , 19
lua_stm32f4/prj/lapi.crf , 72529
lua_stm32f4/prj/lapi.d , 663
lua_stm32f4/prj/lapi.o , 164572
lua_stm32f4/prj/lauxlib.crf , 40916
lua_stm32f4/prj/lauxlib.d , 445
lua_stm32f4/prj/lauxlib.o , 93852
lua_stm32f4/prj/lbaselib.crf , 40724
lua_stm32f4/prj/lbaselib.d , 445
lua_stm32f4/prj/lbaselib.o , 89816
lua_stm32f4/prj/lbitlib.crf , 31327
lua_stm32f4/prj/lbitlib.d , 307
lua_stm32f4/prj/lbitlib.o , 43100
lua_stm32f4/prj/lcode.crf , 76002
lua_stm32f4/prj/lcode.d , 626
lua_stm32f4/prj/lcode.o , 137708
lua_stm32f4/prj/lcorolib.crf , 33799
lua_stm32f4/prj/lcorolib.d , 360
lua_stm32f4/prj/lcorolib.o , 35924
lua_stm32f4/prj/lctype.crf , 19321
lua_stm32f4/prj/lctype.d , 257
lua_stm32f4/prj/lctype.o , 19568
lua_stm32f4/prj/ldblib.crf , 36516
lua_stm32f4/prj/ldblib.d , 379
lua_stm32f4/prj/ldblib.o , 60604
lua_stm32f4/prj/ldebug.crf , 71754
lua_stm32f4/prj/ldebug.d , 752
lua_stm32f4/prj/ldebug.o , 105936
lua_stm32f4/prj/ldo.crf , 68343
lua_stm32f4/prj/ldo.d , 705
lua_stm32f4/prj/ldo.o , 95216
lua_stm32f4/prj/ldump.crf , 41411
lua_stm32f4/prj/ldump.d , 411
lua_stm32f4/prj/ldump.o , 52080
最多只能显示150条信息!
