Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nanoframework/nf-interpreter
:gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
https://github.com/nanoframework/nf-interpreter
- this option was wrongly removed
Signed-off-by: José Simões <[email protected]>
88a76b624f31c78799af4bc4d95a0d96aee18eb8 authored over 7 years ago9412c8992618b4fc80a4d0c4cff64caff03ba848 authored over 7 years ago
d5baaf927549062183ec954a7c16f87caa5426f4 authored over 7 years ago
- remove unused options
- add option for Windows.Devices.I2c
- it now exists on the official ChibiOS distribution
Signed-off-by: José Simões <jose.simoes@...
65f11a22ebcb36f4be2c5f3f45fa3b3554365732 authored over 7 years ago* Work on System.Convert
Implementation of NativeToInt64 and NativeToDouble.
Signed-off-by...
3d07ab2d0ab6c76ad8cb1f8c01ba355205fcb1a2 authored over 7 years ago
- was missing a T in ouTput
- add palSetPadMode to STM32F746xG reference board when SWO output ...
1646af74615d13d581de558c5019b0aedabe2cdb authored over 7 years ago
Signed-off-by: José Simões <[email protected]>
0540e2183147203d055f948ac533b749e6c6af64 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
a19041c843cad8b055f7076aa40194b7b63f664f authored over 7 years ago1f3ca2b0f83f36c1e0751ae79dade93487c74fbb authored over 7 years ago
aef4606a8240bf498dd1afcc315911950d96760d authored over 7 years ago
It seems to go out of memory otherwise.
f15bf62481e8ac2223e66bf75a04d4ad28c76f09 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
446a2510fb3fcbe36a00289484f5a8950a4c7ec5 authored over 7 years ago
- removed docs folder
- reword readme
- rework contribution and code of conduct to point to Ho...
Byte ("sbyte") and unsigned byte ("byte") were swapped for SetResult_I1/U1
Signed-off-by: Chr...
d27436106753adc6ad046ec265d2b9f53fe28e7b authored over 7 years ago
Addition of :
- SetResult_I1 (byte)
- SetResult_U1 (sbyte)
- SetResult_I2 (short)
- SetR...
- move contributors to repo root
- update several URLs
Signed-off-by: José Simões <jose.simo...
5fb8a59e11eec97340cc09d40ee52b8e51675020 authored over 7 years ago27e32cca034b3c4c997202f1db1b86b6fd8e41a4 authored over 7 years ago
6ac96a2cd02981e38a0e4c18c826657cae7fa186 authored over 7 years ago
f9747bc18931ef6ef44570a824e562df8162ba47 authored over 7 years ago
88a2bfd89efdfc8b74a12162fa2cd0f3a0eba233 authored over 7 years ago
- reorder options to improve messages output
- add USE_NETWORKING_OPTION to make it clear and d...
- add Hardware, InterruptHandler, NativeEventDispatcher and AsyncProcCall to the build
- enable...
6e5a40f30425d20b2c81979d8e84545afb3b3ce2 authored over 7 years ago
- add support to output printf using SWO
- add code to init and format output
- add call to Sw...
- improve document formating, add missing empty line at end, add missing copyright header
- add...
* lwip cmake script
* integrate lwip into nanoframework build system
* added lwip options file...
- add option to CMake to choose the inclusion (or not which is the default) of support for Appli...
ee76cd7d2ae43fe7dd5419ab591a767086ddbfb3 authored over 7 years ago099750acb52b857c5ebf511e7c28c3f8f69e7f87 authored over 7 years ago
Signed-off-by: José Simões <[email protected]>
c514e137ea2054dc29deddec17234c223e7dd720 authored over 7 years ago
- add source code for all existing class libraries
- add class libraries and test code to test ...
- udpate native code and declarations
- update test app for nanoCLR
- fixes nanoframework/nf-c...
Signed-off-by: José Simões <[email protected]>
c55c6cf4c2336234a4c68e123410f73f5db65fcb authored over 7 years ago- if the declarations include the (GCC) weak attribute and there is no actual implementation (ei...
ac58815e57dc4cd3ac9278acbceb85bd7e814b95 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
ac55ae3e80c8727382b0585330bfa1053d8febf2 authored over 7 years ago* First attempt to code Devices.I2c
This is the first try on Devices.I2c
Signed-off-by: Ch...
88ddb2498e938e4361fe8fae4027fbdaf29a0fc1 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
b5156a920f88da1080755afc349e99e9a51ed513 authored over 7 years ago- update native code with changes for managed v1.0.0.24
Signed-off-by: José Simões <jose.simo...
ef942c905345058785bb70aad7b922c001c284ad authored over 7 years ago
- add WeakDelegate and related declarations
- update CMakes accordingly
- rename fields in CLR...
Signed-off-by: José Simões <[email protected]>
dd2280323cc7ea8e91b67922543514258310ddcd authored over 7 years ago
- correct declarations
- add Events_MaskedRead
- correct bug in Events_Get (was always returni...
- correct types in declarations
- add code
Signed-off-by: José Simões <[email protected]...
2be08e3e02c97c5ee9e79311bd895c3f9ab6a778 authored over 7 years ago
- now assembly for "Native" is loaded on AppDomain only if it's deployed
- correct name of nati...
Signed-off-by: José Simões <[email protected]>
3a3491f9c0e19c3f5a7faeca3f6ccb2c8b84bb12 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
3e9956a38f20b127f088f680c4f50ec8b03fdba5 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
730584c62345d98a11c82f72c52fb5845bc93617 authored over 7 years ago
- Updated the documentation to match
- fixes #433
Signed-off-by: José Simões <[email protected]>
8ff69b96c3ab51ada1e5aebf4fa401a3d7f5ec19 authored over 7 years ago
- update CMake to 3.9.1
- add CMake option to use stable ChibiOS v17.6.2
This is the first beta-release for the SPI assembly (native part).
Signed-off-by: Christophe ...
ec5a602c7eb91827295aba16eaa98513e8aedc23 authored over 7 years ago
- update code to latest version of the managed class library
- move gpioPort[] to targetPAL to ...
- add documentation with tips for debigging the startup and assembly loading
- add links to the...
- this makes it easy to isolate it and adjust stack size, for example
- fixes #416
Signed-of...
b5ad6a056fae6aa67bd47495387cd036a5f3b984 authored over 7 years ago
- update declarations from latest managed project
- rework code on NativeInit to make it more m...
- the relinquish execution control was too tight, increased it to 10ms
- fixes #422
Signed-o...
f18dca412f926cbe9bfdaa9155208feda8331e10 authored over 7 years ago
- rename code files to shorten path
- rework CMakes accordingly
- rework native implementation...
Signed-off-by: José Simões <[email protected]>
3d39a3291f12d69e9bf105002a24fe003a16d994 authored over 7 years ago
- update declarations to match latest managed version
- rework code to make use of internal fie...
Signed-off-by: José Simões <[email protected]>
7fa07d6becfa8ce1f996caa07422f69d94c68ab4 authored over 7 years ago- fixes #414
Signed-off-by: José Simões <[email protected]>
aed66d91a569da191d345a162e45513cae30bfc5 authored over 7 years ago
- add code to make events and async process calls work
- update CMakes accordingly
** WIP test...
corrected some spelling
added monitor reset configs
Signed-off-by: José Simões <[email protected]>
62d49bade6a0fd472d6a32bc850af6bc86bc130c authored over 7 years ago
- add native code
- uncomment related code in existing source files
- update CMakes accordingl...
- add reference to Windows.Devices.Spi
Signed-off-by: José Simões <[email protected]>
1acd7afd3ce5ee53d673850de5622ccb92e49aa2 authored over 7 years agoSigned-off-by: José Simões <[email protected]>
b71a80dc03f57549bf0580954704e67151915b66 authored over 7 years ago- SPI subsystem in ChibiOS HAL is now enabled if the Windows.Devices.Spi API is enabled
Signe...
aecadfd095315d4401e6fd330a1bef4bca886fee authored over 7 years ago
- add native code
- add CMake for Windows.Devices.Spi
- update CMakes as required
- add Spi o...
- released LEDs from CLR (no more blinking when nanoCLR loads)
- simplified LED feedback on nan...
- add missing new line at end of file
- correct comment
Signed-off-by: José Simões <jose.sim...
ace85889dc9f48c8f617166ce3d26d9efe71e77a authored over 7 years ago
- replace sector calculation algorithm with general code (was working only for F4 series)
- add...
corrected linker memory
added include to mcuconfig
- correct and improve block storage declaration (was wasting too much flash for CLR)
- correct ...
- fixed (and improved) device block storage as it was wasting too much flash for CLR
- fixed CL...
- Block regions corrected
- Memory regions corrected
- fix #391
Set GPIO API to true in cma...
c453001e380e4a3ddf735e74e14cfa1ef08af351 authored over 7 years agofix for USB connection issues with F769I
8326c0b4ffaeaa15ff0d61530bbdd37ef6002eb5 authored over 7 years ago9bbe937ecac107eb5847adc0d82f9b7118caaa8c authored over 7 years ago
1f12e59e94b4556e4b103149d3a9b14960001158 authored over 7 years ago
5e24d8518e2fcb2890d1c6580bded291e3da590f authored over 7 years ago
baf8eb47690e35c2154bf902d3cb3b470d4cba40 authored over 7 years ago
fa5cc8dd674a60d21917da6c5afb56d9df767ab8 authored over 7 years ago
c4ce88fba7d4fbca5c3b1268cb1dff3b3f06c018 authored over 7 years ago
272a2bd04e9e8f02400aec497609f75ba9a238a8 authored over 7 years ago
e8e95cd6866cb289fbd3f5299c4cc4735f598f8e authored over 7 years ago
Devices.Gpio fixes
67c36dadbbbb88939b499d8278569c2669d8a26c authored over 7 years agoFix some bugs in the first implementation of Winwods.Devices.Gpio
Signed-off-by: Christophe Ger...
665a6202e4d09b46248b33ef59ae86039f8a70b3 authored over 7 years ago* updated device Id (fix #380)
eebbbd899257112ef6fc58becf5277c0920630d7 authored over 7 years ago* update travis arm toolchain #196 and cmake to 3.8.2
* update gcc arm toolchain
* changed...
11f8c46daf8d8fea55cf78786a854a3feb66ca68 authored over 7 years ago- this loop doesn't do anything except waiting, so on CMSIS target qw need to relinquish executi...
6477d9ed6d55198640d79351ea997e9cf24f9a5c authored over 7 years agocfb8a899d81feee3459563f01189a03f68a7d53f authored over 7 years ago
93857a043516e487b27bc126ce8968d5b71d222a authored over 7 years ago
6e26b29ff02be57dc15ad710a74deb4610d4d299 authored over 7 years ago
Signed-off-by: José Simões <[email protected]>
95fdd3065745f2d0adfbe35376a13d885a2da6b7 authored over 7 years agoThe CLR Interpreter runs on it's own OS thread (then jumping from one nanoFramework thread to th...
675e79effe12b6ca037d52e503601ab6b5504d86 authored over 7 years ago
- update Nuget packages to latest version
- add reference to Windows.Device.Gpio (improving tes...
- created declaration for PAL events
- move declaration from PAL header to to events header
- ...
- execution wasn't ever leaving the while loop
Signed-off-by: José Simões <[email protected]...
a123e0f964723d0f5144083d802837705fcec95b authored over 7 years ago* changed F796I to reflect changes in ChibiOS
* Updated F746 to match latest changes in Chibi...
5f606061ad72a8e3f95a782f4e341c44c1199e30 authored over 7 years ago- the search/check/load procedure doesn't require loading the asembly in memory anymore thus imp...
9bdea561b0c9fa487ab7a63d04829c381f4e148d authored over 7 years ago